VQAdmin “Invalid language file” error← Back

This error is due to the language your browser sends to the server during the HTTP request.
There are 2 easy ways to fix it:
- Change the language your browser sends to the server
Firefox- Open Options
- Select the Content tab
- Click “Choose” in the Languages field at the bottom
- Move “en” to the top of the list or add “en-us” and move it to the top of the list
- Open Options
- Click “Under the bonnet”
- In the Web Content field click “Languages and spellchecker settings”
- Select “English” or “English (United States)” then click “Display Chrome in this language”.
- Copy one of the VQAdmin language files to match the language your browser is requesting
Assuming you installed VQAdmin to /var/www/cgi-bin/vqadmin and your browser is requesting en-GB language - English (Great Britain), as root:
cd /var/www/cgi-bin/vqadmin/html cp en en-gb
Comments
Tomáš Zelina
2013-12-25
Thank you, you helped me very much :)