Advertisement
Discuss Joomla! 5.1.4
- pe7er
- Joomla! Master
- Posts: 25139
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Discuss Joomla! 5.1.4
Here you can discuss about the release of Joomla 5.1.4
See Announcement: viewtopic.php?f=8&t=1011468
See Announcement: viewtopic.php?f=8&t=1011468
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Advertisement
-
- Joomla! Apprentice
- Posts: 42
- Joined: Sun Feb 17, 2008 11:34 pm
Re: Discuss Joomla! 5.1.3
I just upgraded to joomla 5.1.4 and pagination is still broken and search by tags now doesn't work. I run a directory and this is a big problem for me. I am very frustrated and do not know what to do. Has anyone else resolved this issue?
Last edited by toivo on Tue Aug 27, 2024 9:57 pm, edited 1 time in total.
Reason: mod note: moved from Joomla 5.1.3 Discussion
Reason: mod note: moved from Joomla 5.1.3 Discussion
- toivo
- Joomla! Master
- Posts: 17779
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Discuss Joomla! 5.1.4
Updated remote sites and localhost test sites to Joomla 5.1.4 with no issues. The Smart Search pagination that was working in the 5.1.4-rc2-dev test environment is still working with the released 5.1.4.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 42
- Joined: Sun Feb 17, 2008 11:34 pm
Re: Discuss Joomla! 5.1.4
Is anyone else still having problems? I am trying to discover if this is an issue for others, or if it is an issue with my components. I am using a directory component that uses smart search and I am beginning to think 5.1.4 has been changed and causing the problems.
-
- Joomla! Explorer
- Posts: 368
- Joined: Thu Jun 10, 2010 12:38 pm
- Contact:
Re: Discuss Joomla! 5.1.4
I just updated 12 sites to 5.1.4 with no problems. Smart Search pagination is working fine on all of them.
-
- Joomla! Apprentice
- Posts: 42
- Joined: Sun Feb 17, 2008 11:34 pm
Re: Discuss Joomla! 5.1.4
Thank you!
- formfranska
- Joomla! Enthusiast
- Posts: 182
- Joined: Sun Dec 28, 2008 3:25 pm
- Location: Sweden
- Contact:
Re: Discuss Joomla! 5.1.4
Multiple sites updated to J 5.1.4, multilingual included. No issues. Thank you J Team
PHP 8.3.10
MariaDB 10.6.18
YOOtheme v 4.4.8
PHP 8.3.10
MariaDB 10.6.18
YOOtheme v 4.4.8
Joomler in Sweden :-)
https://www.formfranska.com
https://www.formfranska.com
- JAVesey
- Joomla! Hero
- Posts: 2699
- Joined: Tue May 14, 2013 1:21 pm
- Location: Cardiff, Wales, UK
- Contact:
Re: Discuss Joomla! 5.1.4
Updated without any issues. All working as expected.
Thanks to the devs for getting this bugfix-release out so quickly.
Thanks to the devs for getting this bugfix-release out so quickly.
John V
Cardiff, Wales, UK
Joomla 5.1.4 "live" site on PHP 8.3.2 and MariaDB 10.11.8 (with b/c plugin enabled)
Joomla 5.1.4 on MAMP Pro 7.0.7 with PHP 8.3.8 and MySQL 8.0.35 (with b/c plugin enabled)
Cardiff, Wales, UK
Joomla 5.1.4 "live" site on PHP 8.3.2 and MariaDB 10.11.8 (with b/c plugin enabled)
Joomla 5.1.4 on MAMP Pro 7.0.7 with PHP 8.3.8 and MySQL 8.0.35 (with b/c plugin enabled)
-
- Joomla! Intern
- Posts: 57
- Joined: Thu Jul 30, 2009 2:23 pm
Re: Discuss Joomla! 5.1.4
All sites updated to 5.1.4 without an issue;
Thanks to all for the fast release and help.
Kompas
Thanks to all for the fast release and help.
Kompas
- PhilTaylor-Prazgod
- Joomla! Ace
- Posts: 1408
- Joined: Sat Aug 20, 2005 12:32 pm
- Location: Jersey, Channel Islands
- Contact:
Re: Discuss Joomla! 5.1.4
If your custom components are using parameters now not whitelisted, then the changes in Joomla 5.1.3 (not 5.1.4) can break as the Joomla Core team decided to break backward compatibility in the name of "security".I am using a directory component
This backward compatibility break was documented in the release FAQ
-- https://docs.joomla.org/J5.x:Pagination ... parameters
The changes break any custom component that uses the Pagination classes provided by Joomla. The solution to that is provided in the same article and requires your custom components that use the pagination classes to set additional url params in a whitelist fashion.
-
- Joomla! Apprentice
- Posts: 42
- Joined: Sun Feb 17, 2008 11:34 pm
Re: Discuss Joomla! 5.1.4
I have a 3rd party component that used the Pagination classes provided by Joomla. The 3rd party component was swiftly updated to reflect the changes and now all is well. Thanks to everyone for helping me troubleshoot this.
-
- Joomla! Fledgling
- Posts: 2
- Joined: Sun Sep 08, 2024 2:11 pm
Re: Discuss Joomla! 5.1.4
I updated to Joomla 5.1.4 and have huge problems with pagination.
I have pages like "domain.com/index.php/site/subsite" on wich I have blogs with many articles (for example 10 articles per site).
Pagination does not work, when I want to go to next site (articles 11-20), pagination gives wrong url.
Instead of "domain.com/index.php/site/subsite?start=11", it gets "domain.com/index.php/site?start=11", which causes a 404 error.
Anyone ideas how to solve this pagination-issue?
I have pages like "domain.com/index.php/site/subsite" on wich I have blogs with many articles (for example 10 articles per site).
Pagination does not work, when I want to go to next site (articles 11-20), pagination gives wrong url.
Instead of "domain.com/index.php/site/subsite?start=11", it gets "domain.com/index.php/site?start=11", which causes a 404 error.
Anyone ideas how to solve this pagination-issue?
-
- Joomla! Champion
- Posts: 6316
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: Discuss Joomla! 5.1.4
Read what Phil Taylor said about third party extensions.scs_sad wrote: ↑Sun Sep 08, 2024 2:17 pm I updated to Joomla 5.1.4 and have huge problems with pagination.
I have pages like "domain.com/index.php/site/subsite" on wich I have blogs with many articles (for example 10 articles per site).
Pagination does not work, when I want to go to next site (articles 11-20), pagination gives wrong url.
Instead of "domain.com/index.php/site/subsite?start=11", it gets "domain.com/index.php/site?start=11", which causes a 404 error.
Anyone ideas how to solve this pagination-issue?
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Fledgling
- Posts: 2
- Joined: Sun Sep 08, 2024 2:11 pm
Re: Discuss Joomla! 5.1.4
I did read this but don't have deeper technological skills.gws wrote: ↑Sun Sep 08, 2024 4:08 pmRead what Phil Taylor said about third party extensions.scs_sad wrote: ↑Sun Sep 08, 2024 2:17 pm I updated to Joomla 5.1.4 and have huge problems with pagination.
I have pages like "domain.com/index.php/site/subsite" on wich I have blogs with many articles (for example 10 articles per site).
Pagination does not work, when I want to go to next site (articles 11-20), pagination gives wrong url.
Instead of "domain.com/index.php/site/subsite?start=11", it gets "domain.com/index.php/site?start=11", which causes a 404 error.
Anyone ideas how to solve this pagination-issue?
Also this is not an issue because of a third party extension, I just use the standard joomla menue with category-blog.
- Webdongle
- Joomla! Master
- Posts: 44530
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Discuss Joomla! 5.1.4
Post the results of the fpa please
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
Advertisement