Discuss Joomla! 3.10.4
- pe7er
- Joomla! Master
- Posts: 23708
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Discuss Joomla! 3.10.4
Here you can discuss about the release of Joomla 3.10.4
See Announcement: viewtopic.php?f=8&t=990597
See Announcement: viewtopic.php?f=8&t=990597
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
-
- Joomla! Enthusiast
- Posts: 220
- Joined: Sun Dec 28, 2014 9:30 am
- Location: Stavanger, Norway
Re: Discuss Joomla! 3.10.4
Don't try to run 3.10.4 on PHP 8.1 with "maximum" error reporting enabled!
The site will crash, and the only way to get it running is to change the PHP version on the server or manually edit configuration.php to:
The site will crash, and the only way to get it running is to change the PHP version on the server or manually edit configuration.php to:
Code: Select all
public $error_reporting = 'none';
- pe7er
- Joomla! Master
- Posts: 23708
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Discuss Joomla! 3.10.4
Are you using Joomla without any 3rd party extensions, which might also cause the issue that you just described?
Could you set "Error Reporting" to Maximum and switch "Debug System" to "Yes".
And post the error that you get here?
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
-
- Joomla! Enthusiast
- Posts: 220
- Joined: Sun Dec 28, 2014 9:30 am
- Location: Stavanger, Norway
Re: Discuss Joomla! 3.10.4
It's a clean install.
This is a known issue for the developers. It has been discussed here: https://github.com/joomla/joomla-cms/issues/36171 and here: https://github.com/joomla/joomla-cms/issues/36293
It was fixed in 4.0.5 but not in 3.10.4
This is a known issue for the developers. It has been discussed here: https://github.com/joomla/joomla-cms/issues/36171 and here: https://github.com/joomla/joomla-cms/issues/36293
It was fixed in 4.0.5 but not in 3.10.4
- pe7er
- Joomla! Master
- Posts: 23708
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Discuss Joomla! 3.10.4
Thanks for reporting that issue with Joomla 4.0.5!
Could you please report it at https://github.com/joomla/joomla-cms/issues for 3.10.4 too?
Could you please report it at https://github.com/joomla/joomla-cms/issues for 3.10.4 too?
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
-
- Joomla! Enthusiast
- Posts: 220
- Joined: Sun Dec 28, 2014 9:30 am
- Location: Stavanger, Norway
Re: Discuss Joomla! 3.10.4
I don't see the point in reporting something they are fully aware of.
- ribo
- Joomla! Virtuoso
- Posts: 3502
- Joined: Sun Jan 03, 2010 8:47 pm
- Contact:
Re: Discuss Joomla! 3.10.4
Updated many joomla sites without any issue. Note i dont use php 8 to check it. Thank you.
chat room spontes : http://www.spontes.com
- pe7er
- Joomla! Master
- Posts: 23708
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Discuss Joomla! 3.10.4
If nobody creates an issue for it, I don't know if/when it will be fixed...
Having it as an issue in github, will remind devs to fix it.
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
-
- Joomla! Enthusiast
- Posts: 220
- Joined: Sun Dec 28, 2014 9:30 am
- Location: Stavanger, Norway
Re: Discuss Joomla! 3.10.4
They have started already.
https://github.com/joomla/joomla-cms/pull/36306
https://github.com/joomla/joomla-cms/pull/36306
- pe7er
- Joomla! Master
- Posts: 23708
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Discuss Joomla! 3.10.4
Thanks for that info @frostmakk
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com
- toivo
- Joomla! Master
- Posts: 14599
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Discuss Joomla! 3.10.4
Updates went well, thank you all the teams who contributed to this release!
Toivo Talikka, Global Moderator
-
- Joomla! Fledgling
- Posts: 1
- Joined: Wed Dec 15, 2021 6:59 am
Re: Discuss Joomla! 3.10.4
I ran into some problems when upgrading my sites to 3.10.4 yesterday (same behaviour on multiple sites). If the site is set to use "progressive caching" in the system settings, the menu will no longer work properly.
Each time I click on a new menu item, the content does change as expected, but the previously selected menu item remains highlighted (".active" class on <li>).
Disabling the cache or setting it to "conservative caching" solves the problem … but it took me quite a while to figure that out.
I also filed this issue on github:
https://github.com/joomla/joomla-cms/issues/36317
Each time I click on a new menu item, the content does change as expected, but the previously selected menu item remains highlighted (".active" class on <li>).
Disabling the cache or setting it to "conservative caching" solves the problem … but it took me quite a while to figure that out.
I also filed this issue on github:
https://github.com/joomla/joomla-cms/issues/36317
- sozzled
- Joomla! Master
- Posts: 11866
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: Discuss Joomla! 3.10.4
Thanks, @efrancis. Confirmed as a new bug in J! 3.10.4 by my own testing.
“If you think I’m wrong then say, ‘I think you’re wrong.’ If you say ‘You’re wrong!’, how do you know?” 

-
- Joomla! Apprentice
- Posts: 40
- Joined: Sat Feb 03, 2018 2:03 pm
Re: Discuss Joomla! 3.10.4
I updated 3 sites with no problem, fast and good.
Just to mention that I use PHP 7.4.26 and I use the component JotCache 6.2.1 to manage cache.
Thanks again Joomla! team. Keep up the good work and make Joomla! stronger.
Just to mention that I use PHP 7.4.26 and I use the component JotCache 6.2.1 to manage cache.
Thanks again Joomla! team. Keep up the good work and make Joomla! stronger.
- JAVesey
- Joomla! Hero
- Posts: 2412
- Joined: Tue May 14, 2013 1:21 pm
- Location: Cardiff, Wales, UK
- Contact:
Re: Discuss Joomla! 3.10.4
Local and live sites updated without issue; very many thanks to all 
I don't have caching enabled on any site so can't comment on the reported bug.

I don't have caching enabled on any site so can't comment on the reported bug.
John V
Cardiff, Wales, UK
Joomla 3.10.9 "live" and local (testing and backup) sites
Joomla 4.1.3 local site (testing!)
All on PHP8.0.18
Cardiff, Wales, UK
Joomla 3.10.9 "live" and local (testing and backup) sites
Joomla 4.1.3 local site (testing!)
All on PHP8.0.18
- sozzled
- Joomla! Master
- Posts: 11866
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: Discuss Joomla! 3.10.4
Like you, John, I don't often use caching especially with websites that I'm always working on or where the content is frequently changing. However, many people build websites whose structure and content rarely changes and they probably use server-side caching to reduce server load and improve "end-user performance". Apparently this latest issue was discovered in J! 4.0.4 and was fixed for J! 4.0.5 but the problem was transferred to J! 3.10.4 along the way. It is a known issue and will be addressed in a future release of J! 3.10 one would expect.
The only other observation that I'd make at this time is that neither J! 3.x nor J! 4.0 are completely ready for PHP 8.1. Yes, you can run J! 3.10.4 or J! 4.0.5 with PHP 8.1 but only if you [effectively] turn off error reporting (i.e. set the Error Reporting Level = "None"). There's still a good deal of work left to do in that department.
The only other observation that I'd make at this time is that neither J! 3.x nor J! 4.0 are completely ready for PHP 8.1. Yes, you can run J! 3.10.4 or J! 4.0.5 with PHP 8.1 but only if you [effectively] turn off error reporting (i.e. set the Error Reporting Level = "None"). There's still a good deal of work left to do in that department.
“If you think I’m wrong then say, ‘I think you’re wrong.’ If you say ‘You’re wrong!’, how do you know?” 

-
- Joomla! Ace
- Posts: 1091
- Joined: Thu Sep 24, 2009 5:40 pm
- Location: Austin, TX, USA
Re: Discuss Joomla! 3.10.4
Bunch of sites updated fine. Thanks everyone.
Co-author Using Joomla, Second Edition (migration/upgrade included) http://www.usingjoomlabook.com
Find a Joomla User Group (JUG) near you http://community.joomla.org/user-groups.html
Find a Joomla User Group (JUG) near you http://community.joomla.org/user-groups.html
- Jaydot
- Joomla! Guru
- Posts: 553
- Joined: Sun Jun 04, 2017 12:11 pm
- Location: The Netherlands
- Contact:
Re: Discuss Joomla! 3.10.4
Half way through my updates. No issues whatsoever.
Thanks!
Thanks!
The fact that an opinion is widely held is no evidence whatsoever that it is not utterly absurd.
Personal website: https://jaydot.nl
Personal website: https://jaydot.nl