[TYPO3-english] Backslash added when saving TS Template

Per Inge Håland pihaaland at yahoo.com
Wed Aug 12 14:09:52 CEST 2009


Thank you!

My ISP was very slow, so I had been through the list with PHP 
Optimization in .htaccess and changed:
# php_flag magic_quotes_gpc off
to:
php_flag magic_quotes_gpc off

When commenting the line again, everything was OK.

Regards
Per Inge


Chris Müller wrote:
> It seems that magic quotes in php are activated:
> http://de2.php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc
> 
> 
> Per Inge Håland schrieb:
>> I`m totally stuck.
>> Using Typo3 4.2.8 on hosted ISP.
>>
>> When editing my TS Template I get a strange error, everytime I save a 
>> backslash is added before a " e.g:
>>
>> temp.nav = HMENU
>> temp.nav {
>>   wrap = <ul id=\\\"nav\\\">|</ul>
>>   1 = TMENU
>> .....
>>
>> it is supposed to be:
>> temp.nav {
>>   wrap = <ul id="nav">|</ul>
>>   1 = TMENU
>> .....
>>
>> any idea on what might happened and how to get out of this situation?
>>
>> Prvious to the occurance of the problem I tried to add the following 
>> code:
>> #Google webmaster admin
>> page.headerData.11 = TEXT
>> page.headerData.11.insertData = 1
>> page.headerData.11.wrap = <meta name="verify-v1" content="|" />
>> page.headerData.11.value = a-value-from-google
>>
>> Thank`s in advance
>> Per Inge


More information about the TYPO3-english mailing list