03-09-2011, 07:36 PM
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:
to
regards,
doudoux
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:
require_once "adodb/adodb.inc.php";
PHP Code:
require_once $settings->_ADOdbPath . "/adodb/adodb.inc.php";
regards,
doudoux