[Typo3-dev] realurlbug???

Volker Graubaum vg_typo3 at e-netconsulting.de
Fri Nov 26 15:56:26 CET 2004


Hi,

I'm not sure if it is a bug or I made something wrong.

I'm working with realurl 2.0 and I'm trying to bring make my extension
to run with realurl. I insert the mapping information in localconf.php

So I have a lot of params like:

               array(
  		'GETVar' => prefixId["seach"]["key"],
		'lookUpTable' =>array(
...
)
)
              array(
  		'GETVar' => prefixId["CMD"],
		'lookUpTable' =>array(
...
)
)

So far is everything OK.

But there are also params I didn't insert in the mapping array.

prefixId["order"]["something"]

This params are lost in my extension. Anyone an idea why or is it a bug?

Greetings Volker





More information about the TYPO3-dev mailing list