jDiction Forum

English => General Questions => Topic started by: volenteera on May 11, 2015, 04:30:08 pm

Title: Switching language does not work after moving from localhost to the server
Post by: volenteera on May 11, 2015, 04:30:08 pm
After migrating my website from local host to the server that hosts my website, clicking in Arabic or Turkish didn't change anything, everything is still displayed in English, when I enter to joomla and verify the jdiction component, everything looks normal, the articles translation looks also available. Plz how can I fix this?

NA: after moving the website to the server, it doesn't work, and a message error "The MySQL adapter mysqli is not available" is displayed, this couldn't be fixed until modifying configuration.php file bu writing:
public $dbtype = 'mysql'
instead of:
public $dbtype = 'jdiction_mysqli'

Title: Re: Switching language does not work after moving from localhost to the server
Post by: Harald Leithner on May 11, 2015, 04:32:16 pm
you need mysqli support on the server.