[TYPO3-templavoila] RFC #8321: Bug: Control Center unavailable

Christian Wolff Chris at connye.com
Sun May 4 13:13:29 CEST 2008


On Sun, 04 May 2008 12:40:01 +0200, Xavier Perseguers  
<typo3 at perseguers.ch> wrote:

> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker reference: http://bugs.typo3.org/view.php?id=8321
>
> Branches: trunk
>
> Problem:
> Part of the code is still using the deprecated global variable
> HTTP_GET_VARS which is now not registered anymore (per default) in
> latest releases of PHP in the configuration file php.ini.
> This leads to a blank screen with a fatal error when trying to use the
> control center of TV.
>
> Solution:
> Use the modern variable $_GET instead
>
> Regards
>

i think you should use t3lib_div::_GET() instead of $_GET regarding to the  
typo3
coding guidelines.
for more detail the typo3 Coding Guidelines:
http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.1.0/view/1/3/#id3520845

and "Core Api" doc:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/3/2/#id3526172

greets chris

-- 
Christian Wolff // Berlin
http://www.connye.com

Latest Projects:
http://www.flycall.de | http://www.atr24.de | http://www.titanic.de


More information about the TYPO3-project-templavoila mailing list