[TYPO3-project-formidable] RealURL not available in AJAX call?

JéŽrô™me Schneider typo3dev at ameos.com
Wed Sep 23 10:31:41 CEST 2009


Hi Gary,

There was a bug in the remote/formidableajax.php line 76;

it should have been:

$GLOBALS["TSFE"]->config = $this->aHibernation["tsfe_config"];


It's been corrected in SVN starting from revision 411.
Thanks for reporting !

Best regards,
Jerome Schneider

Gary Wong a écrit :
> I have a LISTER that is refreshed using AJAX.  In the LISTER is a column 
> that has a typolink like this...
> 
> <column name="full_name" type="renderlet:TEXT" listHeader="Name" 
> sort="false">
>         <data>
>           <value>
>            <userobj>
>                <php><![CDATA[
>                    $aRowData = $this->oDataHandler->_getListData();
>                    return
>                        $this->cObj->typolink('Test',
>                            array("parameter"=>2162,'useCashHash' => true,
>                              )
>                        );
>            ]]></php>
>        </userobj>
>     </value>
>    </data>
> </column>
> 
> I have RealURL installed, but the typolink function is not returning the 
> RealURL's.  Is it because RealURL is not available/loaded in the AJAX 
> context?
> What can I do about that?
> Thanks,
> Gary Wong
> 
> 


More information about the TYPO3-project-formidable mailing list