Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem installing 3.3.0
#2
At least two others ran into the same problem you did. There's an assumption that adodb/adodb.php would be in the include path, but it's not.

Discussed in this thread: http://forums.letodms.com/showthread.php?tid=661

I modified inc.DBAccess.php to add the absolute path to the require_once().

Another approach might be to add the path to adodb.php to the include path with ini_set(), which I did for another issue (my pear packages are not in the default location). I did this in inc.Settings.php with the following line

ini_set('include_path', ini_get('include_path'). ':<path/to/pear>/php');
Reply


Messages In This Thread
Problem installing 3.3.0 - by Wtower - 03-07-2012, 11:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)