Administration Joomla! 3.x • Re: PHP versions and Joomla 3.x
Joomla 3.x, especially older versions like Joomla 3.9, will have issues in PHP 8.1. The recommended version of PHP for Joomla 3.x is PHP 8.0. However, Joomla 3.9.25 was released only four months after...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: JSON data: HTTP 500 error on...
Thanks, but there's only the 'sitemap faster' extension with that actiaweb.com address, and that is disabled.I cleared the everything.php in the logs and this is the error that comes up in it when...
View ArticleJoomla! 5.x Coding • Re: htaccess file - duplicate content
Welcome to the Joomla forum!First of all, please observe the forum rules and do not cross-post the same question into multiple subforums! something didn't go right with renaming htaccess.txt to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 Admin Login is too large
My template.css file contains this in line 14804:Code: .plg_system_webauthn_login_button svg {width: 30px;margin: 4px;}But your template.min.css contains this:Code: .plg_system_webauthn_login_button...
View ArticleExtensions for Joomla! 3.x • Re: 0 Call to undefined function...
Welcome to the Joomla forum!The function GuzzleHttp\choose_handler() is not part of the Joomla 3 core. You should contact the support team for the paid extension EasySocial.Statistics: Posted by toivo...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Lost access to content
Please provide additional information about your issue, such as (but not exclusive to) the following: Forum Software - is it an external form software like phpBB or a Joomla component? Specific...
View ArticleAdministration Joomla! 5.x • Re: Turn of Debug mode is no style or admin...
Some CSS files is missing.When Debug is Off, the template.min.css is loaded.Whe Debug is On, the template.css (none minified file) is loaded to present better readability for the Debugger. Some files...
View ArticleMigrating and Upgrading to Joomla! 4.x • Solved: Upgrade Joomla 3.9 to 4.4...
I reinstalled Joomla core files, and Igot the same identical message. But I solved it—via Extensions:Discove. See enclosed! Screen Shot 2024-03-16 at 16.30.03.pngScreen Shot 2024-03-16 at...
View ArticleGeneral Questions/New to Joomla! 5.x • Problem with html code
I have a bit of code that I am trying to put into a custom module that will generate a button. Once someone clicks on the button it is supposed to open a dialogue box but nothing is happening. When I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Problem with html code
Your User Profile in the Editor must allow script tags.Statistics: Posted by Per Yngve Berg — Sat Mar 16, 2024 5:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Country blocking
Maybe useful. https://www.hostinger.co.uk/tutorials/h ... g-htaccessStatistics: Posted by gws — Sat Mar 16, 2024 6:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Installation Failure in macOS
Joomla writes the administrator/cache/autoload_psr4.php during installation. It contains a map of namespace to file locations. My guess is this file was not created because you don't have the correct...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Cassiopeia, getting started?
You might find this helpful: https://jdocmanual.org/The articles in the Getting Started section should give you a good idea of what to do.Statistics: Posted by ceford — Sun Mar 17, 2024 7:59 pm
View ArticleJoomla! 4.x Coding • Updating schema for a module
So, I've developed a module and have it deployed on several sites and now I'm working on an update.The problem is, I can't find the docs on how to update the table.Code: <install> <!-- Runs...
View ArticleExtensions for Joomla! 4.x • Re: Users not logged out
The 500 Internal Server Error comes from the paid extension JP YOOtheme User Tools. Please report the error to the developer of this extension.Statistics: Posted by toivo — Sun Mar 17, 2024 9:31 pm
View ArticleTemplates for Joomla! 5.x • Re: css & js in custom template not working:
Mod. Note: Relocated the Topic to the Templates for J5 Forum.You must load the kjs and css files in your template using web assets. The xml file is only for copying the files during...
View ArticleExtensions for Joomla! 5.x • Backend Extended Batch Processing & Export
Hi,for a project with numerous daily generated events, we are using Joomla 5 content with many custom fields.Client wish list: 1) Possibility to edit a list of joomla content titles and some custom...
View ArticleGeneral Questions/New to Joomla! 4.x • Menu problem
My menu is showing all time the submenu items, how can i change it , so it appears only when i put the cursor on it ?Statistics: Posted by mtiberiu — Mon Mar 18, 2024 8:05 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Menu problem
viewtopic.php?t=988015viewtopic.php?t=988214Statistics: Posted by Webdongle — Mon Mar 18, 2024 9:00 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Pb for upload pdf file
Increase the upload limit size to something like 64M then you won't run into trouble. Then make the Media Manager limit something like 10M.In PHP settings, you will need to make the file upload limit...
View Article