PDA

View Full Version : Need some help...


PortProphecy
05-17-2006, 09:04 PM
Trying to convert my site www.portprophecy.com over to PHPLD. Had my biz directory databse converted over to PHLD, and installed and got it working as a test on a sub-domain and everything worked fine. But when I deleted everything on the domain and installed it on the root domain, it's not working. Not sure what happened. Did it all the same (I think). It let's me get through the install pages, but then when I try to proceed to the admin I get this:

Missing file: /home/content/p/o/r/portprophecy/html/libs/adodb/drivers/adodb-db_driver.inc.php

ADONewConnection: Unable to load database driver ''

Fatal error: Call to a member function on a non-object in /home/content/p/o/r/portprophecy/html/admin/init.php on line 57

Can anyone can help me get this squared away?

Boby
05-17-2006, 09:38 PM
Are the database connection details present in include/config.php after you install the script?

Boby

PortProphecy
05-17-2006, 09:48 PM
Not sure what you mean, Boby. This all that is in the config though, other then the header about the script and liscense:

Content visible to registered users only.

Boby
05-17-2006, 10:17 PM
Somehow the script is not writing the DB settings to the config file. What phpLD version are you using?

This is a correct file you can use (change to your DB settings):
Content visible to registered users only.

Boby

PortProphecy
05-17-2006, 10:22 PM
Using v2, Boby.

PortProphecy
05-17-2006, 10:26 PM
By the way...you're solution worked. Thanks alot. :)