We have been running our qmail setup for awhile with no issues. One of our admins has moved to Google Chrome as his main browser and we have noticed something odd. No matter what, when he loads the vqadmin page it errors on him with simply invalid language file
. Yet if he loads Firefox, Opera, Safari or shudders IE8 it works fine.
Searching google only results in 'Use IE' or 'Set english as your language in the browser'. A: I try to have people avoid IE if possible and B: There is no english option in Chrome.
vqadmin looks for a language folder based on the browser language setting. So find out in the web server logs what the browser is requesting.
eg
en en-us en-au ...
Then create the appropriate language folder where vqadmin expects it and copy english over. Translate if necessary.
Languages are in vqadmin/html, and are lower case.
My folder list looks like this:
eg, if I wanted to add Australian support to vqadmin, i might do
cp -rp en en-au
and optionally change some of the spelling within that folder to Australian spelling standards.
Chrome asks for en-US, but vqadmin doesn't translate the case to match what it knows as "en-us".
A quick fix is to cp or symlink vqadmin/html/en-us to vqadmin/html/en-US.