Migrating and Upgrading to Joomla! 5.x • server error update
Hi, I want to update my joomla website from 4.4.9 to 5.2 but I get this error, see printscreen:Statistics: Posted by maffeaffe — Tue Dec 03, 2024 5:26 pm
View ArticleJoomla! 5.x Coding • Re: Help with Custom Module
Works for me™Statistics: Posted by SharkyKZ — Tue Dec 03, 2024 5:31 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: User login very slow
So ChatGPT is confirming what I have been saying all along! Yes, I fixed the problem by pruning the excessive sized sessions database table. The live_site issue arose because someone asserted that my...
View ArticleJoomla! 4.x Coding • SOLVED Re: Help required with Joomla API connection
Ok I solved this:Code: const eventLink = `href ="${esciURL}index.php?option=com_eventbooking&view=event&id=${id}"`;<a ${eventLink}>View Event</a>Statistics: Posted by ontarget —...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Automate Modules: Articles - Category
Have you tried the new Articles module in Joomla 5.2?What about creating one module instance for one sub-category to display the most recent article in that sub-category.Duplicate that module for each...
View ArticleAdministration Joomla! 5.x • Re: Strange behavior of readmore in text
We did some further investigation on this matter. Because the 2 most used editors in Joomla do something different with The readmore button you get strange stuff.Sometimes it works sometimes it...
View ArticleJoomla! 4.x Coding • Re: Help required with Joomla API connection
You should avoid concatenating HTML in JavaScript. This could easily lead to XSS vulnerabilities. Use document.createElement() to create new elements instead https://developer.mozilla.org/en-US/doc...
View ArticleJoomla! 5.x Coding • Re: Updating a Joomla 4 module
Compatibility check is based solely on update server information, not on code analysis. For code changes from 4.4 to 5.0 see this guide https://manual.joomla.org/migrations/44 ... atibility/. Though...
View ArticleInstallation Joomla! 5.x • No se pudieron cargar los metadatos raíz
Al actualizar Joomla 4 a Joomla 5 en el backend me aparecen en rojo las opciones de buscar actualizaciones y comprobar actualizaciones. Al pulsar sobre actualizar joomla me sale el mensaje "Could not...
View ArticleAdministration Joomla! 5.x • Re: Cache size increases and automatic purge of...
Check that the System Page Cache Plugin is not enabled.Statistics: Posted by Per Yngve Berg — Wed Dec 04, 2024 6:49 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Custom php for index.php
docs.joomla.org/J4.x:Creating_an_Authentication_Plugin_for_JoomlaStatistics: Posted by Per Yngve Berg — Thu Dec 05, 2024 4:58 pm
View ArticleExtensions for Joomla! 5.x • Bigger Ticket System Projekt for Ticket Sales...
Hi,Joomla 5 as base .Requirements for the ticket system:All Booking over the Ticket aka / Joomla websiteplugins to Square and Clover payments systemsApple PayPaypalCredit CardTickets should be...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: console errors: what could be...
Your page includes two HTML documents for some reason. Can't debug because of Admin Tools. Try changing template to Cassiopeia.Statistics: Posted by SharkyKZ — Thu Dec 05, 2024 5:17 pm
View ArticleAdministration Joomla! 5.x • Cache settings explanation
Hello! I would like to know if this guide is still updated: https://docs.joomla.org/CacheFrom what I read here it seems that the main difference is that the progressive cache simply ignores the module...
View ArticleMigrating and Upgrading to Joomla! 5.x • Some odd issues after moving from...
Hello, have a few small issues attempting to do this update:I am migrating everything to a different server to test. Ubuntu 18.04.1 -> Ubuntu 24.04.1SQL: 8.0.40-0Tried multiple PHP versionsSame...
View ArticleGeneral Questions/New to Joomla! 5.x • Design Maze - Premier Web Development...
Based in Illinois, USA, Design Maze is your trusted partner for custom web development. Renowned as the best and most professional web development company , we specialize in crafting tailored...
View ArticleJoomla! 5.x • Re: Joomla 5.2.2 PHPMail
Hello,Have a lookhttps://github.com/joomla/joomla-cms/issues/44553https://github.com/joomla/joomla-cms/pull/44555JFStatistics: Posted by Jeff71 — Thu Dec 05, 2024 7:17 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Odd url redirection problem
Thank you for your responses. This problem is causing me a lot of worry and wasted trial attempts to fix.1. I only updated the template but added some extra pages and as result all the links are...
View ArticleExtensions for Joomla! 5.x • Re: How to retreive, display data from form...
Fabrik does support it.Statistics: Posted by Per Yngve Berg — Fri Dec 06, 2024 4:50 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: How to Show "Tags"...
Thank you - after com_content/ there is no "view" folder. There is however, administrator/components/com_content/tmpl/articles - and a default.php under that folder - it looks to be the correct file...
View Article