02-22-2012, 01:31 PM
(02-20-2012, 09:51 PM)EricM Wrote:(02-20-2012, 08:10 PM)mshaw Wrote: I only had to change one file, this was the require_once line in inc.DBAccess.php as my setup is slightly different to the standard.
Any chance that was require_once(adodb/adodb.php)? I had to add the absolute path to this, but was wondering if there might be a cleaner way to install adob so that modifying inc.DBAccess.php is unnecessary.
Did you set the path to AdoDB in the settings?
There is some code in inc/inc.DBInit.php which checks for $settings->_ADOdbPath and adds it the include path if set.
Uwe