[TYPO3] direct mail / function getURL() causes an internal server error (500)

Timo Rehmann typo3 at pixelrund.de
Thu Nov 2 14:44:11 CET 2006


Hello, thanks for your answers!

> From: Dmitry Dulepov <dmitry at typo3.org>
> Subject: Re: [TYPO3] direct mail / function getURL() causes an internal server error (500)?
>
> Hi!
>
> This is a bug. Extension should use t3lib_div::getURL() for it because 
> t3lib_div::getURL() is cleaver enough to detect when url wrappers are 
> disabled.
>
>   

Hi Dimitry, i tried to replace the line

### class.t3lib_htmlmail.php
### fetchHTML()

$this->theParts["html"]["content"] = $this->getURL($file);

whith this one:

$this->theParts["html"]["content"] = t3lib_div::getURL($file);

resulting in the same internal server error...

where else i have to reference the t3lib_div::getURL-method?

if nothing else helps, we must try this downgrade-thing, daniel 
schledermann told...

> From: Daniel Schledermann <daniel at typoconsult.dk>
> Subject: Re: [TYPO3] direct mail / function getURL() causes an internal server error (500)?
>   
> You really need to test them one step at a time.
>
> Start downgrading your setup one at a time to see what component fails. 
> I would do it in the following order:
> - Using mod_php instead of fastcgi.
> - Switch to HTTP.
> - Use PHP4.
> - Downgrade mysql.
>
> /Daniel
>   

Thanks + best regards,
Timo Rehmann




More information about the TYPO3-english mailing list