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
CGExtensions SOAP error ?
Re: CGExtensions SOAP error ?
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
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 ?
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...
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 ?
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"

soap.wsdl_cache_dir="/tmp"
replaced with
soap.wsdl_cache_dir="C:\wamp\tmp"

Re: CGExtensions SOAP error ?
phpinfo tells me the following:
Soap Client enabled
Soap Server enabled
i think i'm gonna give up now
Soap Client enabled
Soap Server enabled
i think i'm gonna give up now

Re: CGExtensions SOAP error ?
Maybe an upgrade to the latest supported version might help ?
Re: CGExtensions SOAP error ?
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
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 ?
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.
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 ?
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
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 ?
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

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