Administration Joomla! 5.x • Re: Issues with cpanel notifications with J5.1.1
Have you tried: clear the joomla cache, browser cache.It may sort itself out with time.Statistics: Posted by AMurray — Fri Jun 07, 2024 10:55 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla smart search not working as...
The indexing for a component is performed by a Finder plugin for that component.So, these 3rd party components should provide finder plugins which are: a) enabled. b) work as expected.To inspect...
View ArticleGeneral Questions/New to Joomla! 5.x • Menu Editor not showing up search Module
I'm struggling to get a search bar to show up on a new menu I made.I have made another Template style for it but it does not seem to be workign at all for a search module to show up.It does it ok on...
View ArticleLanguage - Joomla! 5.x • Re: J 5.1.1. - just got multilingual working... here...
Cache cleaner on the JED adds a button on the back end.https://extensions.joomla.org/extension/cache-cleaner/Awesome! Thanks gws!Statistics: Posted by JimHomyak — Sat Jun 08, 2024 8:15 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Updating J4 to J5 extensions...
Hi All,Question - my site is currently utilizing a couple of extensions, which I no longer need. Paid subscription for both of these had expired recently, however I did not have a chance to update...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Updating J4 to J5 extensions...
Why not uninstall those extensions if you don't use them?Disabling them shouldn't have any bad consequences but it might be more logical to uninstall them if they are not being used.If concerned, test...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Show Balloons completely gone from...
I think J5 has changed it so instead of the the tooltip bubbles you can change the button text to the actual article name rather than "Next" and "Previous".I can't see any "tooltip bubble" option in...
View ArticleAdministration Joomla! 5.x • Re: Recover password
To start over with a new installation of Joomla, use FTP or the file manager (such as in cPanel) to delete all the system files, and then drop (delete) the database from the database manager function...
View ArticleAdministration Joomla! 5.x • Re: uppercase letters in url causing issues
I am on Siteground all along. I believe they are using Linux.Statistics: Posted by aimlesslady — Sun Jun 09, 2024 5:03 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Odd DB query traced to Joomla is...
This is a huge site, 80,000 articles, so it already has its challenges. ============================ PHP Built OnLinux 4.19.0-26-cloud-amd64 #1 SMP Debian 4.19.304-1 (2024-01-09) x86_64Database...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Odd DB query traced to Joomla is...
WHEN a.modified = '0000-00-00 00:00:00'A Date/Time value with all Zero is not a valid Date. It should have been NULL instead. As J3 is EOL, it will not get fixed. If you pay for extended updates,...
View ArticleAdministration Joomla! 5.x • Re: Default Admin Module Setting
Thanks @webdongle. Not a big deal!Statistics: Posted by gsmela — Sun Jun 09, 2024 8:16 pm
View ArticleJoomla! 4.x Coding • Re: I can't get the <update> mechanism to work.
According to the docs here:https://docs.joomla.org/J3.x:Creating_a ... ic_ModuleCode: <name></name> can be a translatable string and even pulled from the language.ini fileThen, according...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error when access front end and...
if you're using "database" as your sessions handler, that could be one reason for the DB quickly filling up.Purge (delete) the #_sessions table records (phpMyAdmin).Then use "file" (or the alternative...
View ArticleAdministration Joomla! 4.x • Re: Daily notifications of Joomla update
Regarding the softaculous suggestion, I would agree - maybe if updated through softaculous, joomla itself then doesn't compute the update being done, or vice versa, if you updated through Joomla...
View ArticleAdministration Joomla! 4.x • Smartsearch Index error: "an error has...
GreetngsUsing J4 + Gantry 5Tried to do this:1. Run smart search index under components3. Did some searching and didn't find this specific issue in the KB3. It outputted this: Data too long for column...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Creating an article
Depends on PermissionsStatistics: Posted by Webdongle — Mon Jun 10, 2024 6:15 pm
View ArticleJoomla! 4.x Coding • Re: How to write e.g. left join with nested select...
Query objects are stringable. You can build the inner query and insert it into the outer query as a string:Code: $innerQuery->select('id_user, GROUP_CONCAT(t.name) AS concatenated_topics')...
View ArticleMigrating and Upgrading to Joomla! 5.x • Migrate/update from 3.8.8 to Joomla 5
Greetings! I've taken on an old site with Joomla 3.8.8. I upgraded to the latest PHP. Now need to upgrade or migrate to the latest Joomla version. I see I have to move to 3.10 first but cannot find...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migrate/update from 3.8.8 to...
Use the Joomla Update component. It should detect the 3.10 version available, and prompt you to update immediately. Be sure to backup your site. Disable any extensions in doubt (third party may not...
View Article