VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: migrate on June 03, 2016, 14:06:08 PM

Title: Database Error: Unable to load Database Driver: mysql
Post by: migrate on June 03, 2016, 14:06:08 PM
Hello,

I installed lastest virtuemart on Joomla 3.51 but when i go to the
http://www.mydomain-name/joomla/administrator
page it gives a blank page with just

"Database Error: Unable to load Database Driver: mysql"

I tried to search for info on the forum but did not find the answer to this.

thx for your help
Title: Re: Database Error: Unable to load Database Driver: mysql
Post by: jenkinhill on June 03, 2016, 15:28:03 PM
See http://bfy.tw/65Vi
Title: Re: Database Error: Unable to load Database Driver: mysql
Post by: Studio 42 on June 03, 2016, 18:13:18 PM
Check your Joomla configuration.php file in the root folder, if all is set corretly.
Title: Re: Database Error: Unable to load Database Driver: mysql
Post by: GJC Web Design on June 03, 2016, 20:52:26 PM
try in the config file 

public $dbtype = 'mysqli';
Title: Re: Database Error: Unable to load Database Driver: mysql
Post by: migrate on June 04, 2016, 11:23:49 AM
mysql----- $dbtype = 'mysqli';

thx..its work..