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

rolodmonkey’s picture

Assigned: Unassigned » rolodmonkey
rolodmonkey’s picture

Assigned: rolodmonkey » Unassigned

I am not working with clients that use netFORUM/Avectra at the moment, so I would like to abdicate my responsibility for this issue.

iamfil’s picture

Version: 6.x-1.0 » 7.x-2.x-dev
Assigned: Unassigned » iamfil
Issue summary: View changes

  • iamfil committed 7641f5d on 7.x-3.x
    Issue #803260 by RoloDMonkey: Invalid setting for 'cache_wsdl'?
    

  • iamfil committed ace1423 on 7.x-2.x
    Issue #803260 by RoloDMonkey: Invalid setting for 'cache_wsdl'
    
iamfil’s picture

Status: Active » Closed (fixed)

Thank you for pointing this out!