[TYPO3] page is being generated and PHP fatal error

Bing Du bdu at iastate.edu
Thu Jun 7 16:44:45 CEST 2007


Hi Georg,

> Hi Bing,
>
> Bing Du wrote:
>> Looks like it's encrypting email address caused the problem.  The site
>> template has:
>>
>> # Spam protect emails!# Convert @ to the @ image in emails
>> config.spamProtectEmailAddresses = 2
>> config.spamProtectEmailAddresses_atSubst = <img
>> src="fileadmin/templates/images/at.gif" align="absbottom" border="0"
>> alt="@" />
>
> Just a wild guess: may be, the alt="@" is responsible? Try to remove it
> for a test.
>
> regards, Georg
> --
>    ___   ___
>   | + | |__    Georg Rehfeld      Woltmanstr. 12     20097 Hamburg
>   |_|_\ |___   georg.rehfeld.nospam at gmx.de    +49 (40) 23 53 27 10
>
>                (Delete .nospam from mail address)

Removing '@' didn't make any difference.

I also tried changing config.spamProtectEmailAddresses to 'ascii'.  There
was no PHP fatal error anymore.  However, the email address shows up as
explicit mailto without being converted to Unicode HTML notation as shown
in the example in the manual
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/7/3/

===
Example:

mailto:a at b.c will be converted to

mailto:&#97;&#64;&#98;&#46;&#99;
===

Bing


More information about the TYPO3-english mailing list