jDiction Forum
		English => General Questions => Topic started 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'
 
 
- 
				you need mysqli support on the server.