Page 1 of 1
CGExtensions SOAP error ?
Posted: Mon Sep 27, 2010 4:36 pm
by henris
Hello,
Using CMSMS 1.8.2 on my wampserver, (PHP 5.2.11 MYSQL:5.1.36) truying to load CGExtensions through the module manager, I got the following error message:
SOAP Problem (
http://modules.cmsmadesimple.org/soap.p ... Repository): XML error parsing SOAP payload on line 12037: Comment not finished.
Can you help please ?
Henri
Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 3:48 pm
by manuel
Hi Henris,
Have you ever found a solution for this? I'm experiencing the exact same issue when loading the module manager on WAMP...
I tried activating php_soap in WAMP but the issue remains... (php >> php extensions >> php_soap)
greetings,
Manuel
Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 4:48 pm
by manuel
I've "uncommented" extension=php_soap.dll in:
C:\wamp\bin\apache\apache2.0.63\bin\php.ini
C:\wamp\bin\php\php5.2.11\php.ini
C:\wamp\bin\php\php5.2.11\php.ini-dist
C:\wamp\bin\php\php5.2.11\php.ini-recommended
C:\wamp\bin\php\php5.2.11\phpForApache.ini
I've restarted the WAMP services, cleared browser cache, cleared server cache, Reset the local cache of repository data and still no luck...

Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 5:01 pm
by manuel
I've also tried adding absolute paths to the "soap.wsdl_cache_dir" value, again without success...
soap.wsdl_cache_dir="/tmp"
replaced with
soap.wsdl_cache_dir="C:\wamp\tmp"

Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 5:06 pm
by manuel
phpinfo tells me the following:
Soap Client enabled
Soap Server enabled
i think i'm gonna give up now

Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 6:24 pm
by spike
Maybe an upgrade to the latest supported version might help ?
Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 7:14 pm
by manuel
Hi spike,
As for the version of WAMP, it's the latest.
I'm using a bit older php and apache versions because that's (more or less) what's running on my server. I've tried using the later versions but that breaks the cms installation (1.9.4.2)
Greetings,
Manuel
Re: CGExtensions SOAP error ?
Posted: Tue Aug 02, 2011 7:41 pm
by uniqu3
Hi Manuel,
seen you comment on my Blog, i would have no idea to a solution for your problem, didn't experience it myself on WAMP.
Re: CGExtensions SOAP error ?
Posted: Wed Aug 03, 2011 11:50 am
by manuel
Hi Goran,
Now at least i know it's possible and i'm not trying to fix the unfixable! Thanks for the feedback!
Greetings,
Manuel
Re: CGExtensions SOAP error ?
Posted: Wed Aug 03, 2011 4:19 pm
by manuel
Solved by using php 5.3.0 in stead of php 5.2.11, guess spike was right after all

a small change of version did the trick.
I just hope it'll work on the server which is running php 5.2.15 (not available in WAMP)
The funny thing is that now i don't even need to activate the php_soap extension for it to work!
ps: In my previous post i mentioned the cmsms setup broke using the latest versions, i was talking about apache 2.2.17 combined with php 5.3.4
I'm glad i tried the middle ground too!
Greetings,
Manuel