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 71 forks source link

Login Form not showing just background #16

Closed rahulsav closed 6 years ago

rahulsav commented 6 years ago

Hi,

I have version 8.1.11 webmail lite installed from cpanel on the domain http://email.sbscindia.com. It was working few days back. now login form is missing and only background is showing.

Regards, Rahul

mark-unionmarketing commented 6 years ago

I am having the same issue after gulp js:min, I'm getting the error Uncaught TypeError: t.getUserRole is not a function at Object.initTimezone (app.min.js?81122:29) @ app.min.js?81122:29

afterlogic-support commented 6 years ago

Are you saying it worked correctly before running gulp js:min? Were the product originally installed from Github or from the ZIP package?

mark-unionmarketing commented 6 years ago

I found out that reverting moment-timezone to 0.5.16 will fix the issue.

afterlogic-support commented 6 years ago

Thanks for the update, developers are notified, meantime this information might help other users.

cialtronale commented 6 years ago

Same problem for 8.1.12 in Firefox. In app.js:1488 exception not catched for invalid query string: div.querySelectorAll("*,:x"); I fixed it with try-catch:

try {   
       div.querySelectorAll("*,:x");
       rbuggyQSA.push(",.*:");
} catch (e) {}
afterlogic-support commented 6 years ago

Thank you. We'll be releasing version 8.2 of WebMail Lite in about a week, and the issue is not reproduced there, thus we hope the new update fixes the issue.