[TYPO3-dev] No extension upload possible with php 5.3

Stefan Geith typo3dev2009.nospam1 at geithware.de
Fri Nov 13 08:44:33 CET 2009


Steffen Kamper schrieb:
> Hi,
> 
> i tested it on my private TER and it doesn't fix the problem, same error 
> appears.

Quote from bugtracker:
> Sven Weiss (reporter)
> 13.10.09 20:39
> 
> Simply tested it on my own.
> Created a PHP-File with the following Content on my Webspace:
> 
> $content = file_get_contents('http://typo3.org/wsdl/tx_ter_wsdl.php'); 
> header("Content-Type: text/xml");
> header("Content-Length: " . strlen($content));
> echo $content;
> 
> Then changed the URL in Install Tool.
> Upload worked! 

So I would suggest to add the content-length to the header - this can 
never hurt. And then more people are able to check, if it works for them...

/Stefan




More information about the TYPO3-dev mailing list