[TYPO3-core] wrong error for config.baseURL=1

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Mon May 22 18:34:33 CEST 2006


Franz Holzinger schrieb:
> Ingmar Schlecht a écrit :
> 
> 
>>Martin Kutschker schrieb:
>> 
>>
>>
>>>TYPO3 dies when you use baseURL=1. It issues this error:
>>>
>>>Deprecated Typoscript property was found in this template:
>>>"config.baseURL="1"
>>>
>>>This is wrong. If it's deprecated it means, it should not be used
>>>anymore, because support for it will be removed.
>>>
>>>But in 3.8.1 it has been removed not deprecated. And not the property is
>>>deprecated, but the value.
>>>
>>>I suggest we change the wording. How about "Forbidden value for
>>>Typoscript property ..."
>>>   
>>>
>>
>>Even though factually wrong, I prefer the word "deprecated", because it
>>reflected that something changed in history whereas "forbidden value"
>>makes you think if maybe something went wrong in the whole update process.
>>
>>What about:
>>"Deprecated/forbidden value "1" of TypoScript property config.baseURL
>>was found in this template.".
>>
> 
>  'unsupported deprecated value ...'

I committed this:

'Unsupported Typoscript property was found in this template: 
"config.baseURL="1"

This setting has been deprecated in TYPO 3.8.1 due to security concerns.
You need to change this value to the URL of your website root, otherwise 
TYPO3 will not work!'

Masi



More information about the TYPO3-team-core mailing list