[TYPO3-english] Realurl dilema

Ivan Godorogea igodorogea at winify.com
Wed Oct 7 11:23:35 CEST 2015


Hi Mogens,

Thank you for the suggestion, but the problem was in the realurl cache.

Greets,
Ivan

On 10/7/15 02:43, Mogens Fiebrandt wrote:
> Hi Ivan,
>
> did you try to enable CHasch Cache with:
>
> $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['init']['enableCHashCache'] 
> = true;
>
> and remove:
>
> array(
>     'GETvar' => 'cHash',
> ),
>
> from the PostVarSets.
>
> If the solution is working please post it to the mailinglist.
>
>
> Greets
> Mogens
>
> Am 06.10.2015 um 18:46 schrieb Ivan Godorogea:
>> Hello,
>>
>> Does anybody know why this url
>> /?tx_eventmanager_eventslist%5Bevent%5D=199&tx_eventmanager_eventslist%5Bcontroller%5D=Event&tx_eventmanager_eventslist%5Baction%5D=show&cHash=46a3767d41d8e11d05892eb75b37355d 
>>
>>
>> is encoded by realurl and but this one
>> /?tx_eventmanager_eventslist%5Bevent%5D=199&tx_eventmanager_eventslist%5Baction%5D=show&tx_eventmanager_eventslist%5Bcontroller%5D=Event&cHash=46a3767d41d8e11d05892eb75b37355d 
>>
>>
>> is not. The difference between them is - controller and action params 
>> are switched.
>>
>> TYPO3 6.2.15
>> realurl 1.13.3
>>
>> realurl conf:
>>         'postVarSets' => array(
>>             '_DEFAULT' => array(
>>                 'events' => array(
>>                     array(
>>                         'GETvar' => 
>> 'tx_eventmanager_eventslist[controller]',
>>                     ),
>>                     array(
>>                         'GETvar' => 
>> 'tx_eventmanager_eventslist[action]',
>>                     ),
>>                     array(
>>                         'GETvar' => 'tx_eventmanager_eventslist[event]',
>>                         'lookUpTable' => array(
>>                             'table' => 
>> 'tx_eventmanager_domain_model_event',
>>                             'id_field' => 'uid',
>>                         ),
>>                     ),
>>                     array(
>>                         'GETvar' => 'cHash',
>>                     ),
>>                 ),
>>
>>             ),
>>         ),
>>
>> Any ideas?
>>
>>
>> Regards,
>> Ivan
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list