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

TSniper masmoudi_moha at yahoo.fr
Sat Feb 6 20:52:06 CET 2016


Quote: Jigal van Hemert (jigal) wrote on Sat, 06 February 2016 20:23
----------------------------------------------------
> Hi,
> 
> On 06/02/2016 13:34, TSniper wrote:
> > 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|
> 
> Well, you can now see that the tx_carmanager_pi1[carId]=nnn (or 
> tx_productmanager_pi1) isn't passed to the TYPO3 page. t3lib_div::_GP() 
> is working fine, the data you requested is simply not there.
> 
> It almost looks like there a version of the JavaScript without that 
> carmanager_pi1 stuff that is still active in the page. I could simply be 
> a caching issue, or perhaps there are two different JS scripts present 
> and the one without the carmanager_pi1 data is actually loaded.
> 
> 
> -- 
> Jigal van Hemert
> TYPO3 CMS Active Contributor
> 
> TYPO3 .... inspiring people to share!
> Get involved: typo3.org
----------------------------------------------------

Yes now i can see that thanks to you all!
yes, my tx_productmanager_pi1 param isn't there, maybe because it is appended to the source ?

$dialog_edit.append($("<iframe class='no-border full-width-height' />").attr("src", "index.php?type=1296727025&tx_productmanager_pi1="+productID+"&no_cache=1"));
$dialog_edit.dialog('open');
so even the append was before, this can't be read




More information about the TYPO3-english mailing list