Author Topic: Error loading webmail  (Read 12281 times)

0 Members and 2 Guests are viewing this topic.

Offline
*
Error loading webmail
« on: April 20, 2017, 12:51:59 AM »
When I try to open webmail (https://host.hostname.com:2031/webmail) I got to the login screen, no matter what I try to login as but after I press login I got an error 500, page isn't working. Any ideas?

Offline
*
Re: Error loading webmail
« Reply #1 on: April 20, 2017, 04:06:26 PM »
any one?

Offline
*
Re: Error loading webmail
« Reply #2 on: April 21, 2017, 05:20:58 AM »
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Error loading webmail
« Reply #3 on: April 24, 2017, 03:11:45 PM »
This is what I got:

[20-Apr-2017 20:13:55 UTC] PHP Fatal error:  Uncaught Error: Class 'Net_IDNA2' not found in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/bootstrap.php:405
Stack trace:
#0 /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_utils.php(891): idn_to_ascii('localhost')
#1 /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_utils.php(869): rcube_utils::idn_convert('localhost', true)
#2 /usr/local/cwpsrv/var/services/roundcube/program/include/rcmail.php(600): rcube_utils::idn_to_ascii('localhost')
#3 /usr/local/cwpsrv/var/services/roundcube/index.php(109): rcmail->login('user@domain...', 'password', 'localhost', true)
#4 {main}
  thrown in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/bootstrap.php on line 405

Offline
***
Re: Error loading webmail
« Reply #4 on: May 01, 2017, 05:21:53 PM »
Quote
PHP Fatal error:  Uncaught Error: Class 'Net_IDNA2' not found

if you don't have a working idn_to_utf8 function.This class is used. It should be included into PHP 5.3. In Debian, this is
php5-intl package. you check whether intl.so was loaded ?

Offline
*
Re: Error loading webmail
« Reply #5 on: February 11, 2019, 07:58:04 AM »
This is what I got:

[20-Apr-2017 20:13:55 UTC] PHP Fatal error:  Uncaught Error: Class 'Net_IDNA2' not found in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/bootstrap.php:405
Stack trace:
#0 /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_utils.php(891): idn_to_ascii('localhost')
#1 /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/rcube_utils.php(869): rcube_utils::idn_convert('localhost', true)
#2 /usr/local/cwpsrv/var/services/roundcube/program/include/rcmail.php(600): rcube_utils::idn_to_ascii('localhost')
#3 /usr/local/cwpsrv/var/services/roundcube/index.php(109): rcmail->login('user@domain...', 'password', 'localhost', true)
#4 {main}
  thrown in /usr/local/cwpsrv/var/services/roundcube/program/lib/Roundcube/bootstrap.php on line 405



I also got this same issue if anyone knows please help