afterlogic / webmail-lite

AfterLogic WebMail Lite PHP. Fast and easy-to-use webmail front-end for your existing IMAP mail server, Plesk or cPanel.
https://afterlogic.org/webmail-lite
GNU Affero General Public License v3.0
441 stars 120 forks source link

Regarding closed issue #29 #30

Closed krosoftware closed 8 years ago

krosoftware commented 8 years ago

Hello same email works without any error on Rundcube an Squirell email. I asked my hosting for help but they said I need to use email client which works ...

afterlogic commented 8 years ago

To find out what exactly is causing the problem, you need to examine error logs of web server and PHP. It's not really possible for us to assist you there without the relevant log records.

krosoftware commented 8 years ago

I contacted server support already, they said there is no error in the log file (they asked, from address, to address, subject of message). What I saw is the error on JavaScript console (you can see it on my first image - it looks like POST does not work for images which actually does not exists (please see image below:

image

afterlogic commented 8 years ago

Could be so, yes. But still, according to console output, it's webserver-level error with code 403. There has to be something in error logs on the server.

krosoftware commented 8 years ago

Hello inside /public_html/mail/error_log is just this

[06-Oct-2015 06:21:37 UTC] PHP Warning: fread(): \MailSo\Base\StreamWrappers\SubStreams::stream_read - read 41 bytes more data than requested (8233 read, 8192 max) - excess data will be lost in /home/notimportant/libraries/MailSo/Base/Utils.php on line 1737 [25-Oct-2015 06:33:04 UTC] PHP Fatal error: Call to a member function GetData() on a non-object in /home/notimportant/libraries/ProjectCore/Actions.php on line 871

I deleted same records.

Is there some other place where I can take a look?

afterlogic commented 8 years ago

These seem to be unrelated, and the error probably occured before WebMail code could be executed. So, again, this is about webserver logs - Apache and/or PHP ones.