02-20-2012, 10:03 PM
Hi,
Yes that was the line. I guess the php include path could be altered so it searches the correct directory structure. To be honest I was just pleased to get it running, I may have another play around tonight and see what I can find.
Yes that was the line. I guess the php include path could be altered so it searches the correct directory structure. To be honest I was just pleased to get it running, I may have another play around tonight and see what I can find.
(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.