General Questions/New to Joomla! 3.x • Re: Odd DB query traced to Joomla is...
You may be able to set your database to accept that value? https://dev.mysql.com/doc/refman/8.4/en/sql-mode.htmlStatistics: Posted by Webdongle — Sun Jun 09, 2024 8:49 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 ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: SEF URLs...
Yes I've replaced the J3 htaccess with the J5 htaccess.You said that you updated from J3.Do you use the latest htaccess that comes with J5?Or are you still using the J3 htaccess?If you are, replace...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Getting..Using $this when not in...
Many thanks.I see this message in the Update section. Should I do anything about this ?The PHP temporary folder is not set.The PHP temporary folder is the folder that PHP uses to store an uploaded...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Showing categories and articles as...
You arrange them in a menu module in that nested layout. Making "parent" items and "child" items under them.The module should have a setting for "show collapsed" (so it shows only the parent items)...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error in registration using front-end
you would add fields to forms with custom fields and/or layout overrides. You're right, don't touch the core code.I'm not an expect on custom fields or overrides, but just pointing out the correct...
View ArticleAdministration Joomla! 4.x • jos_sessions table question
I have a site that I discovered has a 9gb sessions table. This is despite having the configuration set to PHP for the session handler and the time limit set to 10 minutes. First question is what is...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migrate/update from 3.8.8 to...
This may prove helpful?Use Wamp https://wampserver.aviatechno.net/Create a folder in Wamp's \www folder e.g. \test1Start Wamp and select suitable php and database versions (install them into wamp if...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Setup Joomla 5.x website while...
DiggerDawson, I am developing our website in exactly the same scenario. Our current 'live' site is 3.x and I'm upgrading to 5.1.1 (at the moment). I have a WAMP server on my Windows 11 local machine,...
View ArticleAdministration Joomla! 4.x • Re: jos_sessions table question
The sql istruncate table jos_sessionsIt will empty the table without any strain on the server.Statistics: Posted by Per Yngve Berg — Tue Jun 11, 2024 3:51 am
View ArticleMigrating and Upgrading to Joomla! 5.x • sub menu not displaying when...
I put 2 menus on home page to test, positioned in left side bar all ok, position in menu and sub menus will not display. tried separator and menu header, same results. Using Cassiopeia default...
View ArticleJoomla! 5.x Coding • Integrating shipping data
I've written an app to compile shipping costs for each suburb and postcode in Australia using the Border Express API. I'd ideally like to be able to code the integration of this data to Joomla. Let's...
View ArticleInstallation Joomla! 5.x • Errors after restore from backup
I have switch hosts and after I restored from backup I get many notification errors.When I try to fix them from within the admin either there is nothing shown to fix or it won't let me update to...
View ArticleAdministration Joomla! 5.x • Admin back-end user interface changes sizes by...
Soon as I login to Admin, the screen looks great for a half-second, then everything jumps to large and disproportionate fonts and icons all by itself. Then each time I click the various menu options,...
View ArticleAdministration Joomla! 5.x • Re: Admin back-end user interface changes sizes...
Tried to make a few second video... yikes it is 32 megabytes to make just a few second vid of this. The menu goes from narrow to wide at the same time the icons go from decent to large. Doing nothing...
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 ArticleGeneral Questions/New to Joomla! 5.x • Github #25415 Multilanguage Status:...
Last week I had zero errors in Multilingual Status. This week, having NO IDEA what I might have done THIS TIME to change SOME THING --- the fairly new system goes bonkers by itself. Inside the...
View Article