Posts: 16
Threads: 2
Joined: Mar 2011
Reputation:
0
(03-09-2011, 07:36 PM)Doudoux Wrote: Hello
The check script is not updated for 3.0 RC2 version;
For LetoDMS-3.0.0-RC2 installation, try this :
- move Core/Core.php file in root directory
- set settings->_coreDir like settings->_rootdir => /var/www/mydms/
- in Core/File inc.DBAccess.php change this:
PHP Code:
<?php
require_once "adodb/adodb.inc.php";
to
PHP Code:
<?php
require_once $settings->_ADOdbPath . "/adodb/adodb.inc.php";
regards,
doudoux
Dear Doudoux,
No nothing has changed or should I edit also $settings???
When I checked with check.php the error is still there.

And when I examen the output from check.php the core directory is still not found.
I sent you the complete output from check.php
\Quote
LetoDMS 3.0.0 check configuration
Check Apache configuration
Apache version: Apache/2.2.14 (Ubuntu)
mod_rewrite : Ok
Check PHP configuration
PHP version: 5.3.2-1ubuntu4.7
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error
Active PHP extension: php_ldap (optional)
Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error
Current value : /var/www/mydms/
Suggestion value : /var/www/mydms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok
Check other configuration
Cookies : OK
Informations
Limit size for uploading file (upload_max_filesize): 2M
Limit size for uploading file (post_max_size): 8M
SMTP server (SMTP): localhost
Limits of the execution time (max_execution_time): 30 s
END
//unquote
Posts: 16
Threads: 2
Joined: Mar 2011
Reputation:
0
03-09-2011, 09:39 PM
(This post was last modified: 03-09-2011, 09:46 PM by gdeveer.)
(03-09-2011, 09:22 PM)Doudoux Wrote: Then when you use letodms, you have a blank page ? you have an error ? which ?
if you have a blank page add this in your settings file:
PHP Code:
<?php
ini_set("html_errors", 1);
ini_set("display_errors", 1);
ini_set("error_reporting", E_ALL);
This is what I get
Not Found 404
The requested URL /var/www/mydms/out/ was not found on this server.
Apache/2.2.14 (Ubuntu) Server at 84.86.183.123 Port 80
But I can understand that because the server listen only on port 3024.
I see A Login Screen when I connect to
http://84.86.183.123/mydms/out/out.Login.php
After I sent you the mail I tried it again but when I look to
http://84.86.183.123/mydms/index.php no errors and the page is blanc