pac37 / Vtiger-CRM-5.4.0

My customization of Vtiger, updated and patched
Other
3 stars 7 forks source link

PDF Maker has stop working for the admin user #4

Closed pac37 closed 10 years ago

pac37 commented 10 years ago

Apparently there is a problem with the admin user ( every other user with administration privileges seams to work fine). In detail: the PDF Maker module stops with this error:

Fatal error: Class 'soapclient2' not found in < absolute path to vtiger root folder>/modules/PDFMaker/PDFMaker.php on line 1032

Maybe it is related with the NuSOAP update? And if so, why the problem arises only with admin?

pac37 commented 10 years ago

The PDF Maker Plugin uses Soap to verify the license key. The class soapclient2 is no longer available (due to the NuSOAP update). Anyway, there is a class nusoap_client, that can be used to create the $client object.