Templates for Joomla! 5.x • Re: article on left in cassiopeia template
You don't set "article position". The main content area of (any) template is usually the "Component area". Module positions such as "main-top" are added in some templates - and the module position...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Failed Joomla update
So you did the update without any backup, despite, being advised (at least three times during the migration process) to make a backup? Whether that was done through Akeeba Backup (not installed in...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: When will support for Joomla 4 end?
The Joomla roadmap page states: Joomla 4:End of bugfix support 15/10/2024. End of security fix support 14/10/2025.Joomla 5:End of bugfix support 13/10/2026End of security support...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error...
Thank you all for your suggestions. Although I installed the plugin, my findings are bleak:Administrator Modules: Latest Actions does not exist.In the extensions table in the database, there is no...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Joomla 4: How to get back my old...
Use your backup to recover and update correctly. You can use wamp on you pc to do it then use Akeeba to create a backup file.Statistics: Posted by Webdongle — Thu Mar 21, 2024 12:35 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Problem upgrading from 4.4.3 to...
I had performed a backup with Akeeba before the upgrade. How, if at all, can I use that to restore the 4.4.3 version?Statistics: Posted by DCAdmin — Thu Mar 21, 2024 9:33 pm
View ArticleJoomla! 5.x Coding • Re: Debug Specific Page or Pages vs Debug All Pages
Debug is a server feature not a joomla feature, so I would doubt it could be set for one page only.Statistics: Posted by AMurray — Thu Mar 21, 2024 9:41 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgade Joomla 4 fail
It sounds like a file or folder permissions error. But we can't tell from the limited information you have provided.Please post your FPA report, see the red box at the top of the forum screen under...
View ArticleExtensions for Joomla! 5.x • Re: Extension for login
Yes, you would make such modifications to a copy of the template (the child template). Modifying the original (without overrides) may have such changes overwritten when Joomla is updated, but child...
View ArticleAdministration Joomla! 3.x • Fatal error: require_once(): Failed opening...
I installed a backup (Akeeba) to a subdomain to check its integrity. I was able to log into the back end, but when I tried to see the front, I got this error:Fatal error: require_once(): Failed...
View ArticleTemplates for Joomla! 5.x • Re: Website and backend lose formatting
I suspect the double Gzip gremlin again.Refer to Kuneze Double Gzip Problem.Also refer to viewtopic.php?t=998369Statistics: Posted by AMurray — Thu Mar 21, 2024 9:57 pm
View ArticleAdministration Joomla! 3.x • Re: Fatal error: require_once(): Failed opening...
Joomla cannot find or is unable to access the file libraries/import.legacy.php. Use File Manager from the cPanel provided by your host and check if the file is there and that its permissions are 644....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: The PHP temporary folder is not set.
https://joomla.stackexchange.com/questi ... rror/21303Statistics: Posted by Per Yngve Berg — Fri Mar 22, 2024 9:17 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: #__session table is not emptying
In Global Configuration / System there are two settings to do with Session Metadata. They are both Yes in my test site but I only have two records in my #__sessions table. The Toggle Inline Help...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Batch transfer of articles from...
... to transfer the ID of some articles from a user that no longer exists to another user ID ... the batch transfer option that no longer exists for the user.Can you prove this feature existed in a...
View ArticleJoomla! 5.x Coding • Re: Use third componet's class in my cli application
You need to load the namespace. I use some CommonMark stuff in a library in a component (probably a bad idea). Then I do this:Code: require JPATH_ROOT ....
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
You will need to upgrade your PHP anyway since the minimum requirement is PHP 8.1 for J5.https://manual.joomla.org/docs/next/get ... uirements/Statistics: Posted by AMurray — Fri Mar 22, 2024 10:35 pm
View ArticleExtensions for Joomla! 4.x • Re: How can internal pages be linked from SP...
I can't view your site. Mcafee says it's a "risky" site and therefore my firewall blocks it. I suspect it may be because of the ".info" domain suffix (not a common one like .com, .org etc).You link a...
View ArticleJoomla! 4.x • Foutmelding bij verzenden Visform
Ik heb op onze website een Nederlands inschrijfformulier aangemaakt. De verzending per mail werkt prima.Nu heb ik een Engelse vertaling van dit formulier gemaakt en de variabelen in het email gedeelte...
View ArticleAdministration Joomla! 5.x • Re: icon for external link
Code: a[target="_blank"]::after {font-family: "Font Awesome 6 Free";font-size: 14px;font-weight: 900;content: " \f35d";}That's work for me. Joomla 5.0.3. Note: Font Awesome version 6.I added a space...
View Article