Difference between revisions of "Template:CPanelKnownIssues"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
* If you have existing cpanel plugins that use <tt>/usr/local/cpanel/hooks</tt>, take care to make a backup of these files because they will be replaced by the <tt>open-xchange-cpanel</tt> rpm
+
* open-xchange icon not shown in cpanel in version 11.46.3
 +
* new paper_lantern theme not supported
 
* 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
* Bug in SOAP::Lite: When you're seeing this error in the logfile(s):
+
* Accessing the mail archiving does not automatically work in Open-Xchange webmail
  [addon_open-xchange] ERROR: Incorrect parameter at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/SOAP/Lite.pm line 1993.
+
* park/unpark domain does not work
  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 in [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/ChangeLog/CPanelVersion1140#11.40.1.0 11.40.1.0]
 

Latest revision as of 08:18, 27 July 2015

  • open-xchange icon not shown in cpanel in version 11.46.3
  • new paper_lantern theme not supported
  • 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
  • Accessing the mail archiving does not automatically work in Open-Xchange webmail
  • park/unpark domain does not work