[TYPO3] realurl postVarSet problem

Xavier Perseguers typo3 at perseguers.ch
Tue May 6 15:08:10 CEST 2008


Hi Dmitry,

>> I use the latest version available of RealURL, that is according to 
>> the TER version 1.3.3. Is there any 1.4 version somewhere as stated in 
>> the documentation? Is this a beta "release" in SVN?
> 
> It is a typo in docs.

OK.

> You should see this error if you use 1.3.x versions. There are only two 
> cases when you can see it:
> - you call non-existing path
> - you have postVar with the same name as page path segment. I.e. you 
> cannot have postVar named "news" and page named "News". RealURL will not 
> be able to understand what you mean when it finds "news" in URL

My config is as given in a previous post. It works fine with all 
existing pages. If I flush cache (both FE and config) it continues to work.

I create a new page with title "Help" next to any 1st level menu entry. 
That is below my root page. The page appears in menu with URL 
/help.html. Any new subpage of it is linked to /help/subpage-title.html 
and it goes on for each level. These depth of view is shown on the 
sitemap of course.

I cannot access it.

Now I made a few more tests and I think it's a bug:

- I create a page whose title is "1234" => /1234.html => segment was not 
a keyword...
- I rename this page to "foo" => /foo.html => OK
- I now rename it to "1234" => /1234.html => OK !!!

In my case when I posted this problem, I had a shortcut on 1st subpage 
(new page) pointing to a shortcut on 1st subpage (new page) pointing to 
a page whose title was "403" (the HTTP error). I renamed 403 to temp, 
navigated to this page (directly without going first to the 2 level 
subpages) and it worked. I now have renamed it to 403 and all is good!

Do you have a hint? Is this a limitation or something I missed? Should I 
open a bug report?

Regards

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-english mailing list