Bug #16734
closedPHP Error when trying to upload an extension to the TER
0%
Description
When trying to uplad a self-written extension to the TER, I get the following message:
Parse error: parse error, unexpected T_STRING in /var/www/virtual/.typo3/typo3_src-4.0.2/typo3/mod/tools/em/class.nusoap.php(5924) : eval()'d code on line 1
Fatal error: Cannot instantiate non-existent class: soap_proxy_32399648 in /var/www/virtual/.typo3/typo3_src-4.0.2/typo3/mod/tools/em/class.nusoap.php(5926) : eval()'d code on line 1
Seems as if some other people are experiencing the same ...
I'm not sure, wether this is a php bug or a typo3 bug.
seems to occur with magic_quotes_sybase set to on. however, on my maschine it's turned of.
(issue imported from #M4551)
Updated by Dmitry Dulepov over 16 years ago
I saw the same once and solved it but do not remember how. It was wrong PHP configuration I think. Something related to PHP5 and its SOAP support.