[TYPO3-english] Re: Re: Re: t3lib_div::_GP don't work on 6.2 ?

TSniper masmoudi_moha at yahoo.fr
Sat Feb 6 13:34:54 CET 2016


Quote: Jigal van Hemert (jigal) wrote on Sat, 06 February 2016 12:38
----------------------------------------------------
> Hi Mohammed,
> 
> On 04/02/2016 14:16, TSniper wrote:
> > <? if(!isset($this->piVars['submit'])) {
> >
> >              $myVars = t3lib_div::_GP('tx_productmanager_pi1');
> >
> >              // display the variable it is showing as empty
> >              debug ($myVars, 'vars of request');
> 
> Can you add debug commands for:
> - $_POST
> - $_GET
> - $_SERVER['REQUEST_METHOD']
> - $_SERVER['QUERY_STRING']
> - $_SERVER['REQUEST_URI']
> 
> 
> -- 
> Jigal van Hemert
> TYPO3 CMS Active Contributor
> 
> TYPO3 .... inspiring people to share!
> Get involved: typo3.org
----------------------------------------------------
Hello Jigal,
i have passed these commands (great-to-know), here the results i get:

Debug of _POST
EMPTY!

Debug of _GET
type	1296727025
no_cache	1

Debug of REQUEST_METHOD
|GET|

Debug of QUERY_STRING
|type=1296727025&no_cache=1|

Debug of REQUEST_URI
|/product-page/?type=1296727025&no_cache=1|



More information about the TYPO3-english mailing list