Template:CPanelKnownIssues: Difference between revisions
From Open-Xchange
No edit summary |
|||
Line 1: | Line 1: | ||
* Users with the same email localpart from different domains in a single cPanel account and a single context do not work because user names as well as display names must be unique | * Users with the same email localpart from different domains in a single cPanel account and a single context do not work because user names as well as display names must be unique | ||
* cPanel account names cannot be renamed when using the ox integration | * cPanel account names cannot be renamed when using the ox integration | ||
Line 10: | Line 9: | ||
- die "Incorrect parameter" unless $itself =~/^\d$/; | - die "Incorrect parameter" unless $itself =~/^\d$/; | ||
+ die "Incorrect parameter" unless $itself =~/^\d+$/; | + die "Incorrect parameter" unless $itself =~/^\d+$/; | ||
'''Note:''' This has been fixed with [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/ChangeLog/CPanelVersion1140#11.40.1.0 cPanel version 11.40.1] | |||
* The mail archiving does not automatically work in Open-Xchange webmail |
Revision as of 09:33, 30 January 2014
- Users with the same email localpart from different domains in a single cPanel account and a single context do not work because user names as well as display names must be unique
- cPanel account names cannot be renamed when using the ox integration
- Bug in SOAP::Lite: When you're seeing this error in the logfile(s):
[addon_open-xchange] ERROR: Incorrect parameter at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/SOAP/Lite.pm line 1993. at /usr/local/cpanel//Cpanel/OX/SOAP.pm line 26
Apply this fix to /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/SOAP/Lite.pm line 1993:
- die "Incorrect parameter" unless $itself =~/^\d$/; + die "Incorrect parameter" unless $itself =~/^\d+$/;
Note: This has been fixed with cPanel version 11.40.1
- The mail archiving does not automatically work in Open-Xchange webmail