afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

Error displaying text #15

Closed marcsekz closed 6 years ago

marcsekz commented 6 years ago

button function is displayed instead of button text, for example: COREWEBCLIENT/ACTION_SIGN_IN is displayed instead of Sign in, and everything in the admin panel is like that: image

afterlogic-support commented 6 years ago

Make sure data/ directory is writeable by web server, and try clearing everything under data/cache/ directory. Does it help?

marcsekz commented 6 years ago

No, still the same. Just for the test's sake, I chmodded the whole /var/www/html directory (with -R of course) 777, so there should be no access error. It's also being owned by www-data. I deleted everything in cache, that didn't help either.

afterlogic-support commented 6 years ago

OK what if you try to click OK button on any of the screens, just to update configuration files?

afterlogic-support commented 6 years ago

Also, try changing CacheLangs setting in data/settings/config.json file and see if it helps.

marcsekz commented 6 years ago

Neither helped, it's still the same.

afterlogic-support commented 6 years ago

Hmm, is it possible to provide us with installation URL, and admin credentials? Please use our helpdesk to provide those privately. Thanks.

marcsekz commented 6 years ago

I did.

afterlogic-support commented 6 years ago

Developers have checked this, and looks like a server-side failure of some kind occurs there. Please check webserver/PHP logs and see if anything relevant there. Thank you.

raphaelrpais commented 4 years ago

@lord-potato , did you managed to fix the problem? I am stucked with the same issue here...