General Questions/New to Joomla! 5.x • System Menu empty
Hi everyone.After upgrading Joomla to version 5.1.1 from version 4.x (I don't remember the exact version), I found that the "system" menu is empty. Therefore, I can't perform tasks, such as installing...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: https - modules stop loading in...
https://downloads.joomla.org/cms/joomla ... format=zipPay attention to the instructions## MISSING CSS OR JAVASCRIPT ERRORS## If your site looks strange after enabling this file, then your server is...
View ArticleJoomla! 5.x Coding • Re: testing a API to get information from Joomla
Got it solved. More attention to detail and although CHATGPT is great in many ways, they don't always know the detailed way an extention accomplishes something.Statistics: Posted by Lxg — Thu Sep 19,...
View ArticlePerformance - Joomla! 5.x • Optimizing Joomla Site Performance with Large...
I'm running a Joomla website that pulls data from a large MySQL database, and I've noticed significant slowdowns during peak traffic. I've optimized caching and minimized plugins, but the load times...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: MySql 8.0.13
I just bought a plan from Hostinger, it works perfectly well. My idea was to use only the databases, and host the files on my old server, but the connection between servers got very bad, making it...
View ArticlePerformance - Joomla! 5.x • Re: Optimizing Joomla Site Performance with Large...
Have you changed Session Handler from 'database' to 'filesystem'?You can also use Redis or Memcached to have Sessions in Memory.Statistics: Posted by Per Yngve Berg — Thu Sep 19, 2024 4:12 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: System Menu empty
What is System menu?Anyway...Update Joomla and extensions and see if the problem persists.Also...Check compatibility of extensions. I.e. K2 is not compatible with Joomla 4/5.Statistics: Posted by Mr....
View Article3.x - Questions générales, nouvel utilisateur • Re: installation extension
Effectivement, le fait que la fonction "Installer" soit absente peut souvent être lié à des problèmes de compatibilité ou à des mises à jour incomplètes. Je vais vérifier les versions de Joomla, PHP...
View ArticleInstallation Joomla! 5.x • Re: 500 error on Amazon Linux 2
I have used AWS Lightsail for a couple of years now. I originally used the Joomla blueprint, but switched to the LAMP blueprint some months ago.I have a fairly simple process for installing my site,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Change backend joomla style to...
thanksmy problem solveStatistics: Posted by foo0z0ool — Thu Sep 19, 2024 11:02 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade from version 3 to 4 error
Code: libraries/f0f/database/driver/joomla.php:28The error originates from an obsolete library related to Akeeba extensions. Akeeba does not use this library in Joomla 4.Download and install Akeeba's...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Publishing tab & Access options
Put the user in a User Group that does not have 'Edit state' allowedIt's a default 'Author', for frontend article submission.Statistics: Posted by Maradona — Fri Sep 20, 2024 2:46 am
View ArticleJoomla! 5.x Coding • Re: How to load Bootstrap JavaScript file?
Use Web Assets Manager.In Cassiopeia, you will see that the $wa object is usedStatistics: Posted by Per Yngve Berg — Fri Sep 20, 2024 4:11 am
View ArticleExtensions for Joomla! 5.x • Re: Breezing Forms / Crosstec => GONE?
Yes, looks like someone has 'forked' the extension (or was using it for their own purpose but decided to make it public).Statistics: Posted by AMurray — Tue Sep 24, 2024 10:10 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Many number of guests online
Here are the forum statistics at the moment:In total there are 1890 users online :: 9 registered, 0 hidden and 1881 guests (based on users active over the past 30 minutes)These are the registered...
View ArticleAdministration Joomla! 5.x • Re: System Menu empty
Try this: from the Administrator menu go to Content / Administrator Modules and search for dash - one of the items should be System Dashboard. Open it for editing. The Menu should be Use a Preset and...
View ArticleGeneral Questions/New to Joomla! 5.x • Make sub menu smaller than main with css
Dear Joomla team,I tried to find the css to make my sub menu is smaller than main but I can't find it. Here is my website https://fandongil.com/index.php/en/Could someone help me to find the css to...
View ArticleAdministration Joomla! 5.x • Re: Access-Level Website
Template?Statistics: Posted by Webdongle — Wed Sep 25, 2024 3:17 am
View ArticleJoomla! 4.x Coding • Re: expand COM_CONTENT_SAVE_SUCCESS="Article...
Searching it in language override might show you the file and location?Statistics: Posted by Webdongle — Wed Sep 25, 2024 3:19 am
View ArticleJoomla! 4.x Coding • Re: creating new category - error!
Check the #__categories table with phpMyAdmin. The version field should be an unsigned int with the default value set to 1.Statistics: Posted by ceford — Wed Sep 25, 2024 6:07 am
View Article