11-02-2012, 03:08 AM
(This post was last modified: 11-02-2012, 03:08 AM by mikefritzbln.)
(10-30-2012, 04:58 PM)steinm Wrote:(10-30-2012, 01:28 PM)fmm Wrote: 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.Are you sure it is '/adodb/adodb.inc.php' (with the leading slash)
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"
(10-30-2012, 01:28 PM)fmm Wrote: add the full path to adodb.inc.phpThis is an option but it should not be required if adodb/adodb.inc.php is in your path.
Code:require_once "/<full path>/adodb/adodb.inc.php";
After doing this, the installation finished.
(10-30-2012, 01:28 PM)fmm Wrote: 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].
1. Good to hear you like it
2. 3.3.10 has solved that as well.
Uwe
Hallo,
I tried to fix my identical problem with your solve.
But it did not work.
Nevertheless, my installation stopps with the error, that adodb wasn't found.
Thanks for your replies