General Questions/New to Joomla! 5.x • Re: J 5.1.1. problem seeing articles...
Operator error! I found that I had incorrectly linked my backend menu item categories to the wrong places at least a few times here. Problem solved.Statistics: Posted by JimHomyak — Thu Jun 06, 2024...
View ArticleJoomla! 4.x Coding • Re: I can't get the <update> mechanism to work.
Does not work is not a lot to go on. Do you see the item in the Extensions: Update list?Some documentation: https://jdocmanual.org/jdocmanual?manua ... -server.mdStatistics: Posted by ceford — Thu Jun...
View ArticlePerformance - Joomla! 4.x • Moving too fast in admin gives 403 error
I hope this is the right forum for this. When I navigate through the administrator of my J4 website, I get a 403 forbidden error. I have to wait about a minute then refresh or manually go back to the...
View ArticleJoomla! 5.x Coding • Re: Plugin to notify users of new articles
Context in frontend is "com_content.form". You need to check for both "com_content.article" and "com_content.form".Statistics: Posted by SharkyKZ — Thu Jun 06, 2024 9:22 pm
View ArticlePerformance - Joomla! 4.x • Re: Moving too fast in admin gives 403 error
Not sure it has anything to do with the problem but you need to change all those elevated file permissions (FPA shows 777) to 755. 777 should not be used.Statistics: Posted by AMurray — Thu Jun 06,...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update to J4.4 failed miserably!!
Delete the folders/files and drop the database. Then recover with your backup. Double check everything and attempt the update again.If no availUse wamp localhost to install the backup to a new folder...
View ArticleAdministration Joomla! 5.x • Issues with cpanel notifications with J5.1.1
All of my Joomla 5.1.1 sites are generating error messages in the admin cpanel section of notifications (screen shot attached). This issue is not happening on any Joomla 4.4.5 sites on the same...
View ArticleExtensions for Joomla! 4.x • DPcalendar: class not found after update
Hello everyone!I just updated the DPcalendar extension. If I sign in as user now, I get the following error:Class "DigitalPeak\Component\DPCalendar\Administrator\HTML\Document\HtmlDocument" not...
View ArticleJoomla! 5.x Coding • Re: verifyPassword with custom PHP throws error...
Thank you very much, that was the solution.Code: $isOK = Joomla\CMS\User\UserHelper::verifyPassword($userpass, $row["password"], $row["id"]);Statistics: Posted by wct34 — Fri Jun 07, 2024 7:24 pm
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: Login Problem / Migrate
If you can't login to admin then you can;t use j2xml to portStatistics: Posted by Webdongle — Fri Jun 07, 2024 8:06 pm
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/Statistics: Posted by gws — Sat Jun 08, 2024 6:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Show Balloons completely gone from...
This post reports on Navigation. Incidentally, I have got the feature turned on for everything, as I believe there is no error in providing as much navigation help as possible. Just not able to see...
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 ArticleAdministration Joomla! 5.x • Re: Issues with cpanel notifications with J5.1.1
Thanks for posting AMurray and yes it did correct it self after awhile. Odd... Statistics: Posted by kalalee — Sat Jun 08, 2024 8:20 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 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
Do you mean links to image files?They are files and are not handled by Joomla, but served directly by the Web Server. The name case of files are dependent of the OS of the Server.You where probably...
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 Article