|
I added code to check soap extension when initializing alfresco instances, and plugin_init function to check soap when creating new plugin.
However, we still require soap extension when using alfresco plugin, to solve this, we need to replace soap extension with nusoap in alfresco lib, or create a pure php soap lib which has same api with SoapClient, both solutions need a lot of work on it. Haven't we that stuff already in /lib ? It used to be some wrapper library, automatically switching between nusoap / hphsoap and so.
No 100% sure but I remember that vaguely. Ciao Note: I've updated from CVS and... if I go to the "notifications" page... I continue getting:
Fatal error: Class 'SoapClient' not found in /Users/stronk7/cvs_moodle/moodle_head/lib/alfresco/Service/WebService/AlfrescoWebService.php on line 28 Ciao Hi, Eloy, seems that's no way for me to disable soap extension unless I recompile PHP
I already included nusoap library in alfresco plugin, but the APIs of nuSOAP are different from SoapClient, so it doesn't work. Please review, feel free to reopen it.
Thanks |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fatal error: Class 'SoapClient' not found in /Users/stronk7/cvs_moodle/moodle_head/lib/alfresco/Service/WebService/AlfrescoWebService.php on line 28
And upgrade stops. Assigning to Dongheng as he is the alfresco committer. Ciao