General Questions/New to Joomla! 4.x • Re: Questions about Security...
I'm not sure about the GZIP question but for SSL, install the certificate through your web host.In Joomla, you can "Force HTTPS" in global configuration (option being "None", "Administrator Only" or...
View ArticleMigrating and Upgrading to Joomla! 5.x • Syntax error in joomla 5.1.0 upgrade...
Hi,I was trying to upgrade my joomla 5.0.3 installation to 5.1.0 manually with PHP 8.1 and Mysql 8.0I found out that administrator\components\com_admin\sql\updates\mysql\5.1.0-2024-02-24.sql contains...
View ArticleAdministration Joomla! 5.x • Re: Site admin throws a System Error
You need to execute Joomla's cli/joomla.php file from PHP CLI. Normally the command should look like this "php path/to/joomla/cli/joomla.php maintenance:database". In some cases PHP command may...
View ArticleExtensions for Joomla! 4.x • Re: Boxplus v1.0.4.4 for J4/5
Have you tried adding the "height" and "width" to the short-tag?For example:Code: {boxplus param1=value1 param2="value2" height"=800" width=:"600"}text or HTML content{/boxplus}.If that doesn't work...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: JCE Editor (file browser) - You...
Are you trying to access the file browser from the front-end or administrator? Are you logged in with sufficient permissions? Is your JCE version up to date?Are you using Pro or free version (if Pro,...
View ArticleAdministration Joomla! 4.x • Re: Joomla 4.4.3 Admin panel Button click to...
The issue you raised in the Joomla! Issue Tracker, [#43245] - Joomla 4.4.3 Admin panel Button click to Preview article Error code: Article not found, was closed with a reference to [4.0]Preview not...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: How can I modify my menu?
What is it that you would like to do? Please give an example or a screenshot.Statistics: Posted by toivo — Fri Apr 19, 2024 2:47 am
View ArticleInstallation Joomla! 5.x • Joomla 5 Min Requirements Concern.
Hi there,I tried to install Joomla 5 on a live server (pLesk) and got the notification from Joomla Installer that I need to have MariaDB 10.4 or newer... my server has 10.3.However, previously I...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
I don't know how you succeeded in getting J5 to run on lower-spec requirements. Still, it's not recommended to use any installer such as Softaculous or Installatron or anything similar. Install Joomla...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: New location for Additional Fields
Joomla forum is about Joomla CMS. Please do not link to non-Joomla websites as it can be considered spam and lead to a ban. Please avoid using AI to generate your answer, as our forum encourages...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Category Blog View in Module?
That's great, thank you so much Pavel. Is it possible to add padding/space between each column?Also, using it seems like using my own class name puts everything in one column straight down, the rest...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Failed from 3.10.12 to...
[Edit]:What local server are you running e.g. XAMPP or WAMPServer (we'd recommend WAMP as you can install PHP versions as modules - as many as you like, so I'd be installing for instance, PHP 7.4,...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: No GUI after upgrade 4.4.3 to 4.4.4
This may also help: https://docs.joomla.org/J4.x:Assorted_I ... No_StylingStatistics: Posted by AMurray — Fri Apr 19, 2024 10:30 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Cannot delete or rename media files
Go to System - Information - System Information and access the tab Folder Permissions. Are there any unwritable folders, in addition to the file configuration.php?Please post the results from the...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: J4.4 Smart Search and Weblinks
A Language File is missing.Ideas as to where I should start looking for it? Since Smart Search is a part of the initial install/upgrade I really have no idea where to start looking.BJStatistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How can i call the "Article...
on my old joomla website i was using the following codeinside the default.php to call-display the article title in other position of the page:Code: <h1 itemprop="nameer" style="font-size:...
View ArticlePerformance - Joomla! 4.x • Re: High CPU load after clear Joomla 4 installation
I also have a warning: The PHP temporary folder is not set.Can it help?Statistics: Posted by BenEvans — Sat Apr 20, 2024 10:04 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Wishlist: please improve...
If you set a menu item pointing to any individual article in the Category it breaks the pagination.Thank you for explaining this. Do you know if there is any way around this? I would like the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: NewsFlash module - Example of...
Here is a past post about this problem:example of section blog layout (FAQ section)viewtopic.php?t=344738The suggested fix is:In the default installation there is a Menu called "Example Pages" in...
View ArticleJoomla! 5.x Coding • Re: Help with Custom Plugin
Hi Mark, thanks for your reply.This is my first time attempting to write a plugin too. As I mentioned in the initial post, I got this from an existing plugin, PhocaDownload Button Plugin.It uses...
View Article