View Full Version : Unable to load database driver
frammelaw
05-23-2008, 06:05 PM
Can someone help me with this? I have tried to get this to work using IE and have had no luck.
Missing file:
\libs\adodb/drivers/adodb-db_driver.inc.php
ADONewConnection: Unable to load database driver ''
James
05-23-2008, 06:11 PM
url please :)
frammelaw
05-23-2008, 06:16 PM
virginialawdirectory.com
I am on a windows server
This is the complete message
Missing file: C:\Websites\virginialawdirectory.com\libs\adodb/drivers/adodb-db_driver.inc.php
ADONewConnection: Unable to load database driver ''
James
05-23-2008, 06:26 PM
windows that makes sense. version please.
frammelaw
05-23-2008, 06:42 PM
Windows Server 2003
James
05-23-2008, 06:43 PM
Sorry my bad directory version so I know what to tell you to do :)
frammelaw
05-23-2008, 06:47 PM
PHP Link Directory v3.3.0, Copyright © 2004-2008 NetCreated.
James
05-23-2008, 06:55 PM
k rename the config.php.ne wto config.php then manually edit it :
find define ('DEMO', false);
and after that and before the ?>
place
define('LANGUAGE', 'en');
define('DB_DRIVER', 'mysql');
define('DB_HOST', 'databasehost');
define('DB_NAME', 'databasename');
define('DB_USER', 'databaseuser');
define('DB_PASSWORD', 'databasepass');
replacing the words in red with the correct information.
Then try to run the installer again :)
frammelaw
05-23-2008, 07:05 PM
Hey, thanks alot. It works fine.
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.