Fixed: SOAP compression causes exceptions on certain PHP installations
Updated: Readme.txt updated
This commit is contained in:
parent
3fb60ed6b3
commit
5b3c358a02
2 changed files with 3 additions and 7 deletions
|
@ -415,7 +415,6 @@ class WebsitePanel
|
||||||
$soapParams = array('login' => $this->_esUsername,
|
$soapParams = array('login' => $this->_esUsername,
|
||||||
'password' => $this->_esPassword,
|
'password' => $this->_esPassword,
|
||||||
'cache_wsdl' => WSDL_CACHE_NONE, // WSDL caching is an annoying nightmare - we will disable it
|
'cache_wsdl' => WSDL_CACHE_NONE, // WSDL caching is an annoying nightmare - we will disable it
|
||||||
'compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP
|
|
||||||
);
|
);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,10 +13,7 @@ To enable addon automation...
|
||||||
What does not work?
|
What does not work?
|
||||||
- Quantities, only a single addon => addon can be allocated
|
- Quantities, only a single addon => addon can be allocated
|
||||||
- Terminating / Suspending Addons, I've ran out of time on what I can do currently
|
- Terminating / Suspending Addons, I've ran out of time on what I can do currently
|
||||||
- When an IP address is allocated WebsitePanel does not return back what IP was allocated, so WHMCS is not updated which what IP has been allocated to
|
- When an IP address is allocated WebsitePanel does not return back what IP was allocated, so WHMCS is not updated which what IP has been allocated to his / her package at this time.
|
||||||
his / her package at this time.
|
|
||||||
- A single user => single package is the only way the WebsitePanel server module works. I have no plans on making this work any other way.
|
- A single user => single package is the only way the WebsitePanel server module works. I have no plans on making this work any other way.
|
||||||
- Users who use empty pointers when creating websites (domain.com instead of www.domain.com), websites are not created automatically even if the "Create Website"
|
|
||||||
option is selected. I have provided a patch to the websitepanel developers, should be fixed in a later release.
|
DO NOT CONTACT WHMCS FOR SUPPORT WITH THIS MODULE - THIS IS NOT DEVELOPED BY WHMCS AND HAS NO AFFILIATION WITH WHMCS OR WHMCS.COM.
|
||||||
- The "Enable DNS Zone" option does not currently work - I have provided a patch to the websitepanel developers, should be fixed in a later release.
|
|
||||||
- Instant aliases / Temp domain are not properly created for websites, I have provided a patch to the websitepanel developers, should be fixed in a later release.
|
|
Loading…
Add table
Add a link
Reference in a new issue