Administration Joomla! 4.x • Re: Switched Email to MS Exchange, but Still...
Have you set SMTP as Connector in Joomla and sent a Test Mail in Global Configuration?Statistics: Posted by Per Yngve Berg — Wed Mar 20, 2024 5:17 am
View ArticleInstallation Joomla! 5.x • Changing the mandatory minimum req's?
Hello everyone, How do I change the minimum mandatory requirements for Joomla 5? I am on Hostgator and they seem to think it is perfectly normal to run MySQL 5.7.23-23 instead of something newer. They...
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 ArticleTemplates for Joomla! 5.x • Re: article on left in cassiopeia template
https://extensions.joomla.org/extension ... -anywhere/ may be of interest to you?Statistics: Posted by Webdongle — Thu Mar 21, 2024 12:32 am
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 ArticleExtensions for Joomla! 3.x • Fonts do not display correctly or do not look...
I am working with an application that was created with Joomla. The application allows me to create PDFs for printing with variable data. For example a business card. The problem is that it doesn't...
View ArticleExtensions for Joomla! 3.x • Re: Fonts do not display correctly or do not...
Welcome to the Joomla forum!The Joomla 3.x core does not have the functionality to output PDF files. Those functions must therefore belong to a third party extension.the PDFs are generated from the...
View ArticleExtensions for Joomla! 5.x • Save button missing from articles in Nicepage
Hi1) I tried loading the FPA and got a 404 Forbidden error Rats2) I am buildling a new site, using Joomla 5 and NicePages and created a registered group to help build the template. I have allowed all...
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 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?Read the akeeba documentation. Delete everything from your site (all files). Delete...
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 ArticleExtensions for Joomla! 5.x • Re: Save button missing from articles in Nicepage
Thanks for adjusting toivo.FYI. When I set my first group member up (see above), I selected change password on login. She could change the password, but could not save it - on this page there was also...
View ArticleJoomla! 5.x Coding • Re: Debug Specific Page or Pages vs Debug All Pages
You can set the Debug Plugin to an Access Level so only a User with that Access Level will see it.Statistics: Posted by Per Yngve Berg — Fri Mar 22, 2024 4:43 am
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 Article