Task #31157
Proper function of realurl?
| Status: | Accepted | Start date: | 2011-10-21 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | Daniel Lienert | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
With the unaltered, original hook file to see the addresses like this?
- http://www.blabla.at/yag-gallery/yag/nr1/Gallery/list
- http://www.blabla.at/yag-gallery/yag/nr1/Gallery/index/basisgallerie?tx_yag_pi1%5BgalleryListnr1%5D%5BheaderColumns%5D=&tx_yag_pi1%5BgalleryListnr1%5D%5Bfilters%5D%5BinternalFilters%5D=&cHash=6cbe8aa7184b5a6d0f318176cadb7532
- http://www.blabla.at/yag-gallery/yag/nr1/ItemList/submitFilter/basisgallerie/standardalbum?tx_yag_pi1%5BalbumListnr1%5D%5BheaderColumns%5D=&tx_yag_pi1%5BalbumListnr1%5D%5Bfilters%5D%5BinternalFilters%5D=&cHash=bdd4578640944c4627709cb46955e96a
Thank you very much
Harald
History
Updated by Harald no-lastname-given over 1 year ago
....... and unfortunately with my co-solvent not shown the numbers of the pictures ....
Updated by Daniel Lienert over 1 year ago
- Status changed from New to Needs Feedback
Hey Harald,
do you use the latest Version of pt_extbase? I thought i solved this problem with the last update.
Daniel
Updated by Harald no-lastname-given over 1 year ago
Hello Daniel!
I use: TYPO3 4.5.7, Realurl 1.11.2, YAG 1.3.2, pt_extbase 0.1.0, pt_extlist 0.4.0 - all are installed!
Otherwise I'm with realurl or other extensions no problems.
Is it necessary to include the Extensions "pt_extbase and pt_extlist" in to the list of the static templates, and if so in what order?!
But although I had already tried and it did not help.
The extensions pt_extbase and pt_extlist are installed but not included into the list of the static templates. Here I have only included YAG? Involved?
Many thanks and greetings
Harald
Updated by Daniel Lienert over 1 year ago
- Status changed from Needs Feedback to Accepted
- Assignee set to Daniel Lienert
Hey Harald,
you are totally right, the bug seems to exist in the current pt_extbase version. I fix it and release a new version.
Greetz
Daniel
Updated by Harald no-lastname-given over 1 year ago
Daniel, many thanks for the extremely fast response > exemplary!
I'm happy - uuuuuf :-)
Have a nice weekend and greetings from Salzburg
Harald
Updated by Sergey Alexandrov over 1 year ago
There is another bug with RealURL:
Everything is perfect (for me right now) when translated URL looks like:
http://domain.tld/gallery/yag/73/ItemList/submitFilter/hello/album-1
But when you add to RealURL config filename like this one:
'fileName' => array (
'defaultToHTMLsuffixOnPrev' => 1,
'acceptHTMLsuffix' => 1,
'index' => array(
'index.html' => array(
'keyValues' => array('type' => 0)
),
),
)
The same URL will look like this one:
http://domain.tld/gallery.htmlyag/73/ItemList/submitFilter/hello/album-1/
which is, obviously, doesn't work :( Am I missing something?
Conditions: YAG 1.3.2, TYPO3 4.5.6, pt_extlist 0.4.0, pt_extbase 0.1.1
On another note I would like to say THANK YOU guys a lot, seems like you fixed all issues I reported! Unfortunately, had absolutely no time to work on additional translations yet, but doing now and will send you a new xml shortly
Thank you, Sergey