Closed (fixed)
Project:
NetForum xWeb API
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 May 2010 at 14:15 UTC
Updated:
25 Aug 2016 at 16:03 UTC
Jump to comment: Most recent
In netforum_admin_settings_validate(), there is this line:
'cache_wsdl' => TRUE,
However, according to this page:
http://www.php.net/manual/en/soapclient.soapclient.php
That option should be one of: WSDL_CACHE_NONE, WSDL_CACHE_DISK, WSDL_CACHE_MEMORY or WSDL_CACHE_BOTH
Comments
Comment #1
rolodmonkey commentedComment #2
rolodmonkey commentedI am not working with clients that use netFORUM/Avectra at the moment, so I would like to abdicate my responsibility for this issue.
Comment #3
iamfil commentedComment #6
iamfil commentedThank you for pointing this out!