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
See http://bfy.tw/65Vi
Check your Joomla configuration.php file in the root folder, if all is set corretly.
try in the config file
public $dbtype = 'mysqli';
mysql----- $dbtype = 'mysqli';
thx..its work..