Discussion:
[TYPO3-english] Cooluri 1.1.4: Page-Browser in News
Nicolai Schirawski
2017-07-14 13:01:16 UTC
Permalink
Hi,

I am using cooluri 1.1.4 with news 6.0.0 in a typo 7.6.20-installation.

On one of the pages, I have a news-list with a paginator. If I navigate
to page 3 of the paginator, I get the following links, generated by cooluri:
page link
1 news/3/
2 news/2/
3 no link, because this is the current page
4 news/4/

everything is ok - except the first link! (should be: "news/")

The same with cooluri uninstalled:
page link
1 mydomain/index.php?id=223
2
mydomain/index.php?id=223&tx_news_pi1[@widget_0][currentPage]=2&cHash=62...
3 no link, because this is the current page
4
mydomain/index.php?id=223&tx_news_pi1[@widget_0][currentPage]=4&cHash=c5...

Obviously, the output of the paginator is correct

My cooluri-Configuration is:
...
<uriparts>
<part>
<parameter>tx_news_pi1[news]</parameter>
<lookindb>
<to>SELECT title FROM tx_news_domain_model_news WHERE uid=$1</to>
<t3conv>1</t3conv>
</lookindb>
</part>
<part>
<parameter>tx_news_pi1[@widget_0][currentPage]</parameter>
</part>
</uriparts>

<predefinedparts>
<part>
<parameter>cHash</parameter>
</part>
<part>
<parameter>no_cache</parameter>
</part>
<part>
<parameter>tx_news_pi1[action]</parameter>
</part>
<part>
<parameter>tx_news_pi1[controller]</parameter>
</part>
</predefinedparts>

the cached links in cooluri are fine:
Uri Parameters
news/ id=223

news/2/ cHash=62...;id=223&amp;tx_news_pi1[@widget_0][currentPage]=2

news/3/ cHash=cb...&amp;id=223&amp;tx_news_pi1[@widget_0][currentPage]=3

news/4/ cHash=c5...&amp;id=223&amp;tx_news_pi1[@widget_0][currentPage]=4

Out of strange reasons cooluri doesn't translate the link
mydomain/index.php?id=223 correctly. instead of "news/" it takes "/news/3/"

Observations:
- clearing caches doesn't change the situation
- truncating cooluri-tables doesn't help either
- only the link to page 1 (the one without widgets) is wrong.
- instead, it always points to the current page

Any idea on this?
Can anyone reproduce the error?
Have I overlooked something in the configuration?

Thanks
Nicolai
Robert Hafenried
2017-07-16 09:12:20 UTC
Permalink
I can reproduce the error with Cooluri but have no solution (TYPO3 7.6.x and 8.7.x)

Robert
Nicolai Schirawski
2017-07-17 09:54:49 UTC
Permalink
Thanks for that, Robert.

Which exact versions did you use?
I would like to check other combinations...

Nicolai
Post by Robert Hafenried
I can reproduce the error with Cooluri but have no solution (TYPO3 7.6.x and 8.7.x)
Robert
_______________________________________________
TYPO3-english mailing list
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
--
Nicolai Schirawski
t3magic GbR
Kontorhaus 1, Zi. 318
Schäftlarnstr. 10
81371 München

T +49 89 76775717
M +49 1575 0881124
Robert Hafenried
2017-07-18 20:24:27 UTC
Permalink
Right now I have a TYPO3 8.7.3. Installation with news 6.1.0-dev from Gituhb without News Styles Twitter Bootstrap. It's no multidomain installation.

I can browse all pages forwards and backwards. But if I want to go back to the first page I always have the link of the second page.

Regards
Robert
Jan Bednarik
2017-07-17 17:52:15 UTC
Permalink
Hi,

do you have Multidomain enabled? @ is used as separator for domain-url,
so it may be clashing. Otherwise I have no idea why this would be happening.

Jan
Post by Nicolai Schirawski
Hi,
I am using cooluri 1.1.4 with news 6.0.0 in a typo 7.6.20-installation.
On one of the pages, I have a news-list with a paginator. If I navigate
page link
1 news/3/
2 news/2/
3 no link, because this is the current page
4 news/4/
everything is ok - except the first link! (should be: "news/")
page link
1 mydomain/index.php?id=223
2
3 no link, because this is the current page
4
Obviously, the output of the paginator is correct
...
<uriparts>
<part>
<parameter>tx_news_pi1[news]</parameter>
<lookindb>
<to>SELECT title FROM tx_news_domain_model_news WHERE uid=$1</to>
<t3conv>1</t3conv>
</lookindb>
</part>
<part>
</part>
</uriparts>
<predefinedparts>
<part>
<parameter>cHash</parameter>
</part>
<part>
<parameter>no_cache</parameter>
</part>
<part>
<parameter>tx_news_pi1[action]</parameter>
</part>
<part>
<parameter>tx_news_pi1[controller]</parameter>
</part>
</predefinedparts>
Uri Parameters
news/ id=223
Out of strange reasons cooluri doesn't translate the link
mydomain/index.php?id=223 correctly. instead of "news/" it takes "/news/3/"
- clearing caches doesn't change the situation
- truncating cooluri-tables doesn't help either
- only the link to page 1 (the one without widgets) is wrong.
- instead, it always points to the current page
Any idea on this?
Can anyone reproduce the error?
Have I overlooked something in the configuration?
Thanks
Nicolai
Nicolai Schirawski
2017-07-18 09:47:00 UTC
Permalink
Hi Jan,

it is not a multidomain-installation.

I suppose that it has to do with typo3 caching. It's so strange that the
wrong link always points to the current page...

Nicolai
Post by Jan Bednarik
Hi,
so it may be clashing. Otherwise I have no idea why this would be happening.
Jan
Post by Nicolai Schirawski
Hi,
I am using cooluri 1.1.4 with news 6.0.0 in a typo 7.6.20-installation.
On one of the pages, I have a news-list with a paginator. If I navigate
page link
1 news/3/
2 news/2/
3 no link, because this is the current page
4 news/4/
everything is ok - except the first link! (should be: "news/")
page link
1 mydomain/index.php?id=223
2
3 no link, because this is the current page
4
Obviously, the output of the paginator is correct
...
<uriparts>
<part>
<parameter>tx_news_pi1[news]</parameter>
<lookindb>
<to>SELECT title FROM tx_news_domain_model_news WHERE uid=$1</to>
<t3conv>1</t3conv>
</lookindb>
</part>
<part>
</part>
</uriparts>
<predefinedparts>
<part>
<parameter>cHash</parameter>
</part>
<part>
<parameter>no_cache</parameter>
</part>
<part>
<parameter>tx_news_pi1[action]</parameter>
</part>
<part>
<parameter>tx_news_pi1[controller]</parameter>
</part>
</predefinedparts>
Uri Parameters
news/ id=223
news/2/
news/3/
news/4/
Out of strange reasons cooluri doesn't translate the link
mydomain/index.php?id=223 correctly. instead of "news/" it takes "/news/3/"
- clearing caches doesn't change the situation
- truncating cooluri-tables doesn't help either
- only the link to page 1 (the one without widgets) is wrong.
- instead, it always points to the current page
Any idea on this?
Can anyone reproduce the error?
Have I overlooked something in the configuration?
Thanks
Nicolai
_______________________________________________
TYPO3-english mailing list
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
--
Nicolai Schirawski
t3magic GbR
Kontorhaus 1, Zi. 318
Schäftlarnstr. 10
81371 München

T +49 89 76775717
M +49 1575 0881124
Jan Bednarik
2017-07-18 18:43:26 UTC
Permalink
Well, the CoolUri cache looks OK, the links there are generated
correctly, am I right?

Jan
Post by Nicolai Schirawski
Hi Jan,
it is not a multidomain-installation.
I suppose that it has to do with typo3 caching. It's so strange that the
wrong link always points to the current page...
Nicolai
Post by Jan Bednarik
Hi,
so it may be clashing. Otherwise I have no idea why this would be happening.
Jan
Post by Nicolai Schirawski
Hi,
I am using cooluri 1.1.4 with news 6.0.0 in a typo 7.6.20-installation.
On one of the pages, I have a news-list with a paginator. If I navigate
page link
1 news/3/
2 news/2/
3 no link, because this is the current page
4 news/4/
everything is ok - except the first link! (should be: "news/")
page link
1 mydomain/index.php?id=223
2
3 no link, because this is the current page
4
Obviously, the output of the paginator is correct
...
<uriparts>
<part>
<parameter>tx_news_pi1[news]</parameter>
<lookindb>
<to>SELECT title FROM tx_news_domain_model_news WHERE uid=$1</to>
<t3conv>1</t3conv>
</lookindb>
</part>
<part>
</part>
</uriparts>
<predefinedparts>
<part>
<parameter>cHash</parameter>
</part>
<part>
<parameter>no_cache</parameter>
</part>
<part>
<parameter>tx_news_pi1[action]</parameter>
</part>
<part>
<parameter>tx_news_pi1[controller]</parameter>
</part>
</predefinedparts>
Uri Parameters
news/ id=223
news/2/
news/3/
news/4/
Out of strange reasons cooluri doesn't translate the link
mydomain/index.php?id=223 correctly. instead of "news/" it takes "/news/3/"
- clearing caches doesn't change the situation
- truncating cooluri-tables doesn't help either
- only the link to page 1 (the one without widgets) is wrong.
- instead, it always points to the current page
Any idea on this?
Can anyone reproduce the error?
Have I overlooked something in the configuration?
Thanks
Nicolai
_______________________________________________
TYPO3-english mailing list
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Thomas
2017-09-03 08:22:37 UTC
Permalink
I have the same problem here with a TYPO3 8.7.4, cooluri 1.1.4 and news 6.0.0. Everything else works fine, except this link is wrong.

My cooluriconf.xml is attached.
begin 644 CoolUriConf.txt
M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB=71F+***@B/SX*/&-O;VQU
M<FD^"B`*("`\8V%C:&4^"B`@("`\=7-E8V%C:&4^,3PO=7-E8V%C:&4^/"$M
M+2!214%$3TY,62`M+3X*("`@(#QP87)A;7,R8V]O;#X*("`@("`@/"$M+2!H
M;W<@;V9T96X@*&EN(&1A>7,I('-H;W5L9"!B92!L:6YK<R!U<&1A=&5D("A4
M>7!O,R!C86-H92!N965D<R!T;R!B92!C;&5A<F5D*2`M+3X*("`@("`@/&-H
M96-K9F]R8VAA;F=E979E<GD^,3PO8VAE8VMF;W)C:&%N9V5E=F5R>3X*("`@
M(#PO<&%R86US,F-O;VP^"B`@("`\8V]O;#)P87)A;7,^"B`@("`@(#PA+2T@
M:&]W(&UA;***@9&%Y<R!S:&]U;&0@;VQD(&QI;FMS("AT:&]S92!T:&%T(&%R
M92!R961I<F5C=&5D('1O(&5X:7-T:6YG*2!S:&]U;&***@8F4@:V5P="!A8W1I
M=F4@+2T^"B`@("`@(#QO;&1L:6YK<W9A;&ED9F]R/C,V-3PO;VQD;&EN:W-V
M86QI9&9O<CX*("`@(#PO8V]O;#)P87)A;7,^"B`@("`*("`@(#QP86=E;F]T
M9F]U;F0^"B`@("`@(#PA+2T@=&AE('-T871U<R!H87,@=&\@;65E="!(5%10
M('!R;W1O8V]L(&AE861E<B`M+3X*("`@("`@/'-T871U<SY(5%10+S$N,"`T
M,#***@3F]T($9O=6YD/"]S=&%T=7,^"B`@("`@(#PA+2T@/&)E:&%V:6]R('1Y
M<&4](G)E9&ER96-T(CXO:***@N<&AP/VED/3<S/"]B96AA=FEO<CX@+2T^
M"B`@("`@(#QB96AA=FEO<B!T>7!E/2)U<V5R9G5N8R(^0F5D;F%R:6M<0V]O
M;'5R:5Q);G1E9W)A=&EO;EQ#;V]L=7)I+3YP86=E3F]T1F]U;F0\+V)E:&%V
M:6]R/@H@("`@("`\(2TM('!O<W-I8FQE($!T>7!E('9A;'5E<SH@"B`@("`@
M("`@<&%G92`M('=I;&P@<VAO=R!A(&9I;&4@*&QO861E9"!U<VEN9R!F:6QE
M7V=E=%]C;VYT96YT<RD*("`@("`@("!R961I<F5C="`M('=I;&P@<F5D:7)E
M8W0@=&\@82!C97)T86EN9R!54DP*("`@("`@("!M97-S86=E("T@=VEL;"!O
M=71P=***@82!M97-S86=E"B`@("`@("`@=7-E<F9U;F,@+2!U<V5R(&9U;F-T
M:6]N(&ES(&-A;&QE9"P@=&AE<F4G<R!A(&1E9F%U;'0@:6UP;&5M96YT871I
M;VX@;V8@<W1A;F1A<***@5%E03S,@-#`T(&AA;F1L:6YG"B`@("`@("`@/&)E
M:&%V:6]R('1Y<&4](G5S97)F=6YC(CY"961N87)I:UQ#;V]L=7)I7$EN=&5G
M<F%T:6]N7$-O;VQU<FDM/G!A9V5.;W1&;W5N9#PO8F5H879I;W(^"B`@("`@
M("TM/@H@("`@/"]P86=E;F]T9F]U;F0^"B`@/"]C86-H93X*"B`@/"$M+2!B
M:6YD(&$@9&]M86EN('=I=&@@82!L86YG=6%G90H@("`@0&ME>2`M(&QA;F=U
M86=E(&ED("***@3"!P87)A;65T97(@=F%L=64*("`@('9A;'5E("***@9&]M86EN
M(&YA;64*("`M+3X*("`\(2TM"B`@/&1O;6%I;FQA;F=U86=E<SX*("`@(#QD
M;VUA:6X@;&%N9STB,"(^=W=W+F5X86UP;&4N8V]M/"]D;VUA:6X^"B`@("`\
M9&]M86EN(&QA;F<](C$B/G=W=RYE>&%M<&QE+F-Z/"]D;VUA:6X^"B`@("`\
M9&]M86EN(&QA;F<](C(B/G=W=RYE>&%M<&QE+F1E/"]D;VUA:6X^"B`@/"]D
M;VUA:6YL86YG=6%G97,^"B`@+2T^"@H@(#PA+2T*("!)9B!Y;W4@:&%V92!M
M=6QT:61O;6%I;B!A;F0@;75L=&EL86YG=6%G92P@=&AE;B!T=7)N(&]F(&UU
M;'1I9&]M86EN(&%N9"!G<F]U<"!L86YG=6%G97,@=7-I;F<@9W)O=7`@871T
M<FEB=71E(&QI:V4@=&AI<RX*("!'<F]U<"!A='1R:6)U=&***@8V%N(&)E(&%N
M>71H:6YG"B`@+2T^"B`@/"$M+0H@(#QD;VUA:6YL86YG=6%G97,^"B`@("`@
M(#QD;VUA:6X@;&%N9STB,"(@9W)O=7`](C$B/G=W=RYE>&%M<&QE+F-O;3PO
M9&]M86EN/@H@("`@("`\9&]M86EN(&QA;F<](C$B(&=R;W5P/2(Q(CYW=W<N
M97AA;7!L92YC>CPO9&]M86EN/@H@("`@("`\9&]M86EN(&QA;F<](C`B(&=R
M;W5P/2(R(CYW=W<N=VAA=&5V97(N8V]M/"]D;VUA:6X^"B`@("`@(#QD;VUA
M:6X@;&%N9STB,2(@9W)O=7`](C(B/G=W=RYW:&%T979E<BYC>CPO9&]M86EN
M/@H@(#PO9&]M86EN;&%N9W5A9V5S/@H@("TM/@H*("`\<&%G97!A=&@^"B`@
M("`\(2TM(&9I<G-T(&YO;BUE;7!T>2!V86QU92!W:6QL(&)E('5S960@+2T^
M"B`@("`\=&ET;&4^='A?<F5A;'5R;%]P871H<V5G;65N="QA;&EA<RQS=6)T
M:71L92QT:71L93PO=&ET;&4^"B`@("`*("`@(#QS879E=&\^:60\+W-A=F5T
M;SX\(2TM(%)%041/3DQ9("TM/@H@("`@/&1E9F%U;'0^,#PO9&5F875L=#X\
M(2TM(%)%041/3DQ9("TM/@H@("`@"B`@("`\=7-E<F9U;F,^0F5D;F%R:6M<
M0V]O;'5R:5Q);G1E9W)A=&EO;EQ#;V]L=7)I+3YG971086=E5&ET;&4\+W5S
M97)F=6YC/@H@("`@/'0S8V]N=CXQ/"]T,V-O;G8^"B`@/"]P86=E<&%T:#X*
M(`H@(#QU<FEP87)T<SX*"B`@("`\<&%R=#X*("`@("`@/'!A<F%M971E<CYT
M>%]N97=S7W!I,5MN97=S73PO<&%R86UE=&5R/@H@("`@("`\;&]O:VEN9&(^
M"B`@("`@("`@/'1O/E-%3$5#5"!C;VYC870H=6ED+"=?)RQT:***@1E)/
M32!T>%]N97=S7V1O;6%I;E]M;V1E;%]N97=S(%=(15)%("AU:60])#$@;W(@
M;#$P;E]P87)E;G0])#$I($%.1"`H<WES7VQA;F=U86=E7W5I9#U[3#TP?2!O
M<B!S>7-?;&%N9W5A9V5?=6ED/7M,/3)]*3PO=&\^"B`@("`@("`@/"$M+2`\
M=&\^4T5,14-4('!A=&A?<V5G;65N="QT:71L92!&4D]-('1X7VYE=W-?9&]M
M86EN7VUO9&5L7VYE=W,@5TA%4D4@*'5I9#TD,2!O<B!L,3!N7W!A<F5N=#TD
M,***@04Y$('-Y<U]L86YG=6%G95]U:60]>TP],'T\+W1O/B`M+3X*("`@("`@
M("`\=#-C;VYV/C$\+W0S8V]N=CX*("`@("`@/"]L;V]K:6YD8CX*("`@(#PO
M<&%R=#X*("`@(#QP87)T/@H@("`@("`@(#QP87)A;65T97(^='A?;F5W<U]P
M:3%;0'=I9&=E=%\P75MC=7)R96YT4&%G95T\+W!A<F%M971E<CX*("`@("`@
M("`\<V%N:71I>F4^,3PO<V%N:71I>F4^"B`@("`\+W!A<G0^"@H@(`H*("`@
M(#QP87)T/@H@("`@("`\<&%R86UE=&5R/F-(87-H/"]P87)A;65T97(^"B`@
M("`@(#QL;V]K:6YD8CX*("`@("`@("`\=&\^4T5,14-4($-/3D-!5"AT=#$N
M=&ET;&4L248H='0R+FYU;6)E<CXQ+$-/3D-!5"@G+2<L='0R+FYU;6)E<BDL
M)R<I*2!&4D]-('1X7VYE=W-?9&]M86EN7VUO9&5L7VYE=W,@87,@='0Q+"`H
M4T5,14-4($-/54Y4*"HI($%3(&YU;6)E<B!&4D]-('1X7VYE=W-?9&]M86EN
M7VUO9&5L7VYE=W,@5TA%4D4@=&ET;&4]*%-%3$5#5"!T:71L92!&4D]-('1X
M7VYE=W-?9&]M86EN7VUO9&5L7VYE=W,@5TA%4D4@=6ED/20Q****@05,@='0R
M(%=(15)%('1T,2YU:60])#$\+W1O/@H@("`@("`@(#QT,V-O;G8^,3PO=#-C
M;VYV/@H@("`@("`\+VQO;VMI;F1B/@H@("`@/"]P87)T/@H*("`@(#QP87)T
M/@H@("`@("`\<&%R86UE=&5R/G1X7VAT;'!I=&5A8VAE<FQI<W1?;V9F:6-E
M:&]U<G-L:7-T6W1E86-H97)=/"]P87)A;65T97(^"B`@("`@(#QL;V]K:6YD
M8CX*("`@("`@("`\=&\^<V5L96-T(&-O;F-A="AU:60L("=?)RP@;&%S=&YA
M;64L("=?)***@9FER<W1N86UE*2!F<F]M('1X7VAT;'!I=&5A8VAE<FQI<W1?
M9&]M86EN7VUO9&5L7W1E86-H97(@=VAE<F4@=6ED/20Q/"]T;SX*("`@("`@
M("`\=#-C;VYV/C$\+W0S8V]N=CX*("`@("`@/"]L;V]K:6YD8CX*("`@(#PO
M<&%R=#X*"B`@("`\<&%R=#X*("`@("`@/'!A<F%M971E<CYT>%]H=&QP:6IO
M8FQI<W1?:'1L<&EJ;V)L:7-T6V-O;G1R;VQL97)=/"]P87)A;65T97(^"B`@
M("`\+W!A<G0^"B`@("`\<&%R=#X*("`@("`@/'!A<F%M971E<CYT>%]H=&QP
M:6IO8FQI<W1?:'1L<&EJ;V)L:7-T6V%C=&EO;ET\+W!A<F%M971E<CX*("`@
M(#PO<&%R=#X*("`@(#QP87)T/@H@("`@("`\<&%R86UE=&5R/G1X7VAT;'!I
M:F]B;&ES=%]H=&QP:6IO8FQI<W1;9&5P73PO<&%R86UE=&5R/@H@("`@/"]P
M87)T/@H*/"$M+2`@("`@/'!A<G0^"B`@("`@(#QP87)A;65T97(^='A?965B
M;&]G6W-H;W=5:61=/"]P87)A;65T97(^"B`@("`@(#QL;V]K:6YD8CX*("`@
M("`@("`\=&\^4T5,14-4('-***@1E)/32!T>%]E96)L;V=?;6%I;G1A
M8FQE(%=(15)%('5I9#TD,3PO=&\^"B`@("`@("`@/'0S8V]N=CXQ/"]T,V-O
M;G8^"B`@("`@(#PO;&]O:VEN9&(^"B`@("`\+W!A<G0^("TM/@H@("`@/"$M
M+2!Y;***@8V%N(&UO=***@8TAA<V@@=&\@<')E9&5F:6YE<&%R=',@=&\@<F5M
M;W9E(&EN(&9R;***@55),"B`@("`@("`@(&)U="!F:7)S="!R96%D('1H92!M
M86YU86P@+2T^"@H@("`@"B`@("`\(2TM(&-O;6UO;B!P871T97)N<R`M+3X*
M("`@(`H@("`@/"$M+2!T:&ES('=I;&P@:G5S="!A9&0@=&AI<R!P87)A;65T
M97(@=F%L=64@=&\@55),("TM/@H\(2TM("`@("`\<&%R=#X*("`@("`@/'!A
M<F%M971E<CYP87)A;4$\+W!A<F%M971E<CX*("`@(#PO<&%R=#X@+2T^"B`@
M("`\(2TM('1H:7,@=VEL;"!L;V]K('5P('!A<F%M971E<B!V86QU92!I;B!T
M:&***@9&%T86)A<V4@=&%B;&4@(G-O;65T86)L92(@86YD(&EF(&9O=6YD"B`@
M("`@("`@("!T:&4@=F%L=64@=VEL;"!B92!T<F%N<V9O<FUE9"!U<VEN9R!4
M>7!O,R!C<V-O;G8@:6YT;R!54DPM;&EK92!V86QU92X@"B`@("`@("`@66]U
M(&-A;B!M86ME(&%L;"!S;W)T<R!O9B!->5-13"!S='5F9B!H97)E+"!S=6-H
M(&%S(&%D9"!5240@:6YT;R!T:&4@<F5S=***@H@("`@("`@(%-%3$5#5"!#
M3TY#050H=&ET;&4L)RTG+'5I9"***@1E)/32`N+BX*("`@("TM/@H\(2TM("`@
M("`\<&%R=#X*("`@("`@/'!A<F%M971E<CYP87)A;4(\+W!A<F%M971E<CX*
M("`@("`@/&QO;VMI;F1B/@H@("`@("`@(#QT;SY314Q%0U0@=&ET;&***@1E)/
M32!S;VUE=&%B;&***@5TA%4D4@=6ED/20Q/"]T;SX*("`@("`@("`\=#-C;VYV
M/C$\+W0S8V]N=CX*("`@("`@/"]L;V]K:6YD8CX*("`@(#PO<&%R=#X@+2T^
M"B`@/"]U<FEP87)T<SX*("`*("`\<')E9&5F:6YE9'!A<G1S/@H@("`@/'!A
M<G0^"B`@("`@(#QP87)A;65T97(^;F]?8V%C:&4\+W!A<F%M971E<CX*("`@
M(#PO<&%R=#X*("`@(#QP87)T/@H@("`@("`\<&%R86UE=&5R/F-(87-H/"]P
M87)A;65T97(^"B`@("`\+W!A<G0^"B`@("`\<&%R=#X*("`@("`@("`\<&%R
M86UE=&5R/G1X7VYE=W-?<&DQ6V-O;G1R;VQL97)=/"]P87)A;65T97(^"B`@
M("`\+W!A<G0^"B`@("`\<&%R=#X*("`@("`@/'!A<F%M971E<CYT>%]N97=S
M7W!I,5MA8W1I;VY=/"]P87)A;65T97(^"B`@("`\+W!A<G0^"B`@("`\<&%R
M=#X*("`@("`@/'!A<F%M971E<CYT>%]H=&QP:71E86-H97)L:7-T7V]F9FEC
M96AO=7)S;&ES=%MA8W1I;VY=/"]P87)A;65T97(^"B`@("`\+W!A<G0^"B`@
M("`\<&%R=#X*("`@("`@/'!A<F%M971E<CYT>%]H=&QP:71E86-H97)L:7-T
M7V]F9FEC96AO=7)S;&ES=%MC;VYT<F]L;&5R73PO<&%R86UE=&5R/@H@("`@
M/"]P87)T/@H@("`@/"$M+2!C;VUM;VX@<&%T=&5R;G,@+2T^"B`@("`*("`@
M(#PA+2T@<&%R=',@9&5F:6YE9"!T:&ES('=A>2!W:6QL(&)E(')E;6]V960@
M9G)O;2!54DP@+2T^"CPA+2T@("`@(#QP87)T/@H@("`@("`\<&%R86UE=&5R
M/G!A<F%M0SPO<&%R86UE=&5R/@H@("`@/"]P87)T/@H@+2T^("`@(#PA+2T@
M=&AI<R!W:6QL('!R969I>"!A('9A;'5E('=I=&@@(G!R969I>"TB+B!#86YN
M;***@8F4@;&]C86QI>F5D+@H@("`@+2T^"CPA+2T@("`@(#QP87)T(&ME>3TB
M<')E9FEX+***@N*BDB(')E9V5X<#TB,2(^"B`@("`@(#QP87)A;65T97(^<&%R
M86U$/"]P87)A;65T97(^"B`@("`\+W!A<G0^"B`M+3X@("`@/"$M+2!I9B!P
M87)A;65T97(@;6%T8VAE<R!V86QU92P@:V5Y('=I;&***@8F4@861D960@=&\@
M55),(`H@("`@("`@("!W:71H(&UU=&QI<&QE('9A;'5E<RP@=7-E('9A;'5E
M;6%P<PH@("`@+2T^"CPA+2T@("`@(#QP87)T(&ME>3TB=&AI<U=I;&Q!<'!E
M87));E5R;"(^"B`@("`@(#QP87)A;65T97(^<&%R86U%/"]P87)A;65T97(^
M"B`@("`@(#QV86QU93YI9E!A<F%M14UA=&-E<U1H:7-686QU93PO=F%L=64^
M"B`@("`\+W!A<G0^("TM/@H@(#PO<')E9&5F:6YE9'!A<G1S/@H@(`H@(#QV
M86QU96UA<',^"B`@("`\=F%L=65M87`^"B`@("`@(#QP87)A;65T97(^3#PO
M<&%R86UE=&5R/@H@("`@("`\(2TM($P@:7,@96UP='D@;V8@,"P@<F5S=6QT
M(&ES(&5M<'1Y("TM/@H@("`@("`\=F%L=64@:V5Y/2(B/C`\+W9A;'5E/@H@
M("`@("`\(2TM($P@:7,@,2P@<F5S=6QT(&ES(")E;B(@+2T^"B`@("`@(#QV
M86QU92!K97D](F5N(CXQ/"]V86QU93X*("`@(#PO=F%L=65M87`^"B`@("`\
M=F%L=65M87`@<&%G97!A=&@](C$B/B`*("`@("`@("`\<&%R86UE=&5R/G1X
M7VAT;'!I:F]B;&ES=%]H=&QP:6IO8FQI<W1;86-T:6]N73PO<&%R86UE=&5R
M/B`*("`@("`@("`\=F%L=64@:V5Y/2(B/FQI<W0\+W9A;'5E/B`*("`@("`@
M/"]V86QU96UA<#X@"B`@("`\=F%L=65M87`@<&%G97!A=&@](C$B/B`*("`@
M("`@("`\<&%R86UE=&5R/G1X7VAT;'!I:F]B;&ES=%]H=&QP:6IO8FQI<W1;
M8V]N=')O;&QE<ET\+W!A<F%M971E<CX@"B`@("`@("`@/'9A;'5E(&ME>3TB
M(CY*;V(\+W9A;'5E/B`*("`@("`@/"]V86QU96UA<#X@"B`@/"]V86QU96UA
M<',^"@H@(#PA+2T*("`@($Y%5R`M(&1E9F%U;'0@=F%L=64@=VAE;B!A('!A
M<F%M971E<B!I<R!N;W0@<V5T("AT97-T<R`B:7-S970B+"!N;W0@(F5M<'1Y
M(BD*("`\9&5F875L=',^"B`@("`\=F%L=64@:V5Y/2),(CYD93PO=F%L=64^
M"B`@/"]D969A=6QT<SX*("`M+3X*("`*("`\(2TM('1H:7,@=VEL;"!P=70@
M3"!P87)A;2!T;R!T:&***@9FER<W0@<&]S:71I;VX*("`@("`@9F]R(&UO<F4@
M;6%G:6,@<V5E(&UA;G5A;"`M+3X*("`\<&%R86UO<F1E<CX*("`@(#QP87)A
M;3Y,/"]P87)A;3X*("`\+W!A<F%M;W)D97(^"B`@"CPA+***@4D5!1$].3%D@
M4U1!4E0@+2T^"CQC;V]L=7)I<SXQ/"]C;V]L=7)I<SX*("`*/"]C;V]L=7)I
"/@H`
`
end
Mario Philipp
2017-09-21 11:58:52 UTC
Permalink
I have the same problem in a multidomain project with TYPO3 7.6.20, tx_news 6.1.1 and cooluri 1.1.4! Is anyone here who can help us!

Thanks
Mario
Mario Philipp
2017-09-21 12:20:45 UTC
Permalink
Now I found a solution which works fine for me!

In the pagination file news/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html I changed two lines:

Line 47:
<f:widget.link addQueryStringMethod="GET" arguments="{currentPage: pagination.previousPage}">

Line 74:
<f:widget.link addQueryStringMethod="GET" arguments="{currentPage: page.number}">{page.number}</f:widget.link>

Basically, they could also remove the condition!

Regards
Mario
Thomas
2017-09-21 12:31:34 UTC
Permalink
Hi Mario,

thank you  that's great! I didn't even think of looking into these ViewHelper Templates.
It works now!

regards,
Thomas

Loading...