Author |
|
esetman Senior Member
Joined: 25 August 2014 Location: Czech Republic
Online Status: Offline Posts: 158
|
Posted: 26 August 2014 at 1:15am | IP Logged
|
|
|
Hello,
after upgrading to AfterLogic WebMail Lite 7.3 is one user account error after login:
Data transfer has failed, probably due to server error. Please contact system administrator.
Message in Inbox folder is no displayed.
in apache error log is this:
[Tue Aug 26 10:10:55 2014] [error] [client 88.208.88.2] PHP Warning: include_once(/var/www/html/webmail/libraries/MailSo/Vendors/NET/IDNA2.php): failed to open stream: No such file or directory in /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1973, referer: https://www.myserver.cz/webmail/
[Tue Aug 26 10:10:55 2014] [error] [client 88.208.88.2] PHP Warning: include_once(): Failed opening '/var/www/html/webmail/libraries/MailSo/Vendors/NET/IDNA2.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1973, referer: https://www.myserver.cz/webmail/
[Tue Aug 26 10:10:55 2014] [error] [client 88.208.88.2] PHP Fatal error: Class 'Net_IDNA2' not found in /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1974, referer: https://www.myserver.cz/webmail/
[Tue Aug 26 10:11:00 2014] [error] [client 88.208.88.2] PHP Warning: include_once(/var/www/html/webmail/libraries/MailSo/Vendors/NET/IDNA2.php): failed to open stream: No such file or directory in /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1973, referer: https://www.myserver.cz/webmail/
[Tue Aug 26 10:11:00 2014] [error] [client 88.208.88.2] PHP Warning: include_once(): Failed opening '/var/www/html/webmail/libraries/MailSo/Vendors/NET/IDNA2.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1973, referer: https://www.myserver.cz/webmail/
[Tue Aug 26 10:11:00 2014] [error] [client 88.208.88.2] PHP Fatal error: Class 'Net_IDNA2' not found in /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1974, referer: https://www.myserver.cz/webmail/
You do not know what to do?
|
Back to Top |
|
|
esetman Senior Member
Joined: 25 August 2014 Location: Czech Republic
Online Status: Offline Posts: 158
|
Posted: 26 August 2014 at 1:35am | IP Logged
|
|
|
The problem I managed to solve. It is in the file /var/www/html/webmail/libraries/MailSo/Base/Utils.php on line 1973 Is there a wrong way.
Is there: include_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/NET/IDNA2.php';
It has to be there: include_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2.php';
Also, "Net". Developers should be able to fix it in the new version :)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 August 2014 at 3:28am | IP Logged
|
|
|
Thank you. That's a known issue, already fixed in the development snapshot and the fix will be included in upcoming version 7.4 expected in a week or two.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|