10-30-2012, 01:28 PM
Just to give feedback. I solved the installation problem. The main problem was that adodb wasn't found, although the path was correctly entered in the filed during the installation.
I had to do the following:
open
search for the line
add the full path to adodb.inc.php
After doing this, the installation finished.
frank
PS: 1) letoDMS is a great piece of software
2) Also with RC3 I can now adding groups whci gave an error in 3.3.9[/php].
I had to do the following:
open
Code:
/<path to letoDMS>/LetoDMS_Core/Core/inc.DBAccess.php
search for the line
Code:
require_once "/adodb/adodb.inc.php"
add the full path to adodb.inc.php
Code:
require_once "/<full path>/adodb/adodb.inc.php";
After doing this, the installation finished.
frank
PS: 1) letoDMS is a great piece of software
2) Also with RC3 I can now adding groups whci gave an error in 3.3.9[/php].