JError Unable to load Database Driver

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
drewkulig
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Nov 26, 2015 12:13 am

Re: JError Unable to load Database [drive]

Post by drewkulig » Thu Nov 26, 2015 12:16 am

I recently noticed that my completed website displays this message and no longer loads. How would I fix this problem? Would I have to redo all changes made to my current theme?

User avatar
anabarcellos
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 152
Joined: Tue Jul 29, 2014 5:23 pm

Re: JError Unable to load Database [drive]

Post by anabarcellos » Tue Feb 23, 2016 1:49 pm

RichardWalsh wrote:I just had this problem after creating a local XAMP-based version of my online database.

The suggestion made by Nik above worked for me. My settings were empty in configuration.php as Nik had experienced.

/* Database Settings */
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'root';
var $password = '';
var $db = '6562_PSS';
var $dbprefix = 'jos_';

Thanks Nik and others.

Richard
In my case, this line was missing:

Code: Select all

public $dbtype = 'mysql';
I just added it and it worked! Thank you, guys
Ana Barcellos
http://dicas.joomla.com
http://mulheres.joomla.com.br
Twitter: @AnimandoC


Locked

Return to “Administration 1.5”