03-09-2011, 08:06 PM
(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:
toPHP Code:require_once "adodb/adodb.inc.php";
PHP Code: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