| | 140 | |
| | 141 | ---- |
| | 142 | |
| | 143 | == I see this error on my site: Fatal Error: Cannot apply localization == |
| | 144 | |
| | 145 | * Check that the '''langs''' folder have 777 permissions. |
| | 146 | |
| | 147 | * If your default language is not English, run thw following query in phpMyAdmin: |
| | 148 | {{{ |
| | 149 | UPDATE `GlParams` SET `Value` = 'your_lang_name' WHERE `Name` = 'lang_default' |
| | 150 | |
| | 151 | }}} |
| | 152 | |
| | 153 | where ''your_lang_name'' is the name of your default language as it is stated in the '''Name''' field of the '''LocalizationLanguages''' table. |