FaLang support is only available for Standard version.
Don't forget to give me the email address used when buying FaLang Standard.
Don't forget to give me the email address used when buying FaLang Standard.
F.A.Q
F.A.Q
How to install a new version
Since FaLang 1.1.1 you don't have to remove previous version before installation. You just make an installation over the previous version.
The key is automatically updated.
Falang Database driver not enabled
You have to activate the driver go in Site/Global Configuration/Server and in Database Setting chose MySqli (Falang)
Infinite loop detected in JError
The mysqi ou mysli (Falang) is activated but your host don't support mysli connection.
You have to change manually this in configuration.php
You have to change the line
public $dbtype = 'mysqlix'
with
public $dbtype = 'mysql';
Menu are not translated
This case can happen with a conflict with another system plugin , (not from the core of joomla), you can make the falang plugin with a higher priority (-1).
