Security in Joomla! 5.x • How to restrict access to /administrator/index.php?
Greetings, i have successfully restricted access to the /administrator path but that restriction doesn't include the /administrator/index.php which is unrestrictable. Why this happened?Thanks in...
View ArticleSecurity in Joomla! 5.x • Re: How to restrict access to...
How did you restrict the access to the administrator folder? If your host has given you cPanel, the simplest way is to go to Files - Directory Privacy and configure a username and password that only...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Errors in Notification area,...
To clear the "joomla update" red error perhaps you need to rebuild the update server sites list.https://docs.joomla.org/Help4.x:Extensi ... date_Sites is for J4 but it should be similar for...
View ArticleAdministration Joomla! 5.x • Re: Access Control for Administrator Modules
I'm not absolutely clear on what you're trying to achieve. Do you mean you don't want backend users to see the available modules in the Create New Module (Site/Administrator)...
View ArticleJoomla! 5.x Coding • Re: Webservices request gets reply 'Class...
Maybe just a quick explanation of why this solved the problem:If the call is triggered via API, the application client name is api. In the initial check, the first condition is never met, and the...
View ArticleAdministration Joomla! 5.x • Re: Trying to get J5 to post to a GMail address
I've been trying to send the following logs as a diagnostic to investigate why email is not being sent.Message totally gutted because the forum thinks it's spamCode: 2024-05-31T00:43:26+00:00 ERROR...
View ArticleAdministration Joomla! 5.x • Re: activation email not being sent
Not the smtp credentials from Siteground. Credentials from ms365Statistics: Posted by aimlesslady — Mon Jun 03, 2024 12:49 am
View ArticleGeneral Questions/New to Joomla! 5.x • Setup Joomla 5.x website while keeping...
I have an old website using Joomla 3.10.12 that is running fine. I want to completely redesign the website and it occurred to me that it might be easier to install Joomla 5.x in a separate folder and...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla extension update not...
The mechanism is described in this document https://docs.joomla.org/Adding_changelo ... ifest_fileThe list of extensions is shown in screenshot 3 - note that the version number is highlighted (it is...
View ArticleJoomla! 4.x Coding • LayoutHelper::render('joomla.searchtools.default',...
Hello,I am working with the MyWalks demo example while learning Joomla. It is a great demo component where things come nicely together.I, however, stumbled upon the following problem.Adding this line...
View ArticleExtensions for Joomla! 5.x • Re: url contains output=component and breaks page
Mod. Note: Relocated topic to the Extensions Forum.Statistics: Posted by Per Yngve Berg — Mon Jun 03, 2024 5:34 pm
View ArticleExtensions for Joomla! 4.x • PhocaCart
I am getting ready to install a shopping cart, after reviewing the extensions available, I plan to use Phocacart. It has good reviews and is free, naturally, that is a good reason to use it. If you...
View ArticleExtensions for Joomla! 5.x • Re: A extension cannot be removed
Joomla Extensions directory says "J3, J4" only but lists the same 4.2.0 version as their website. (the last update posted on JED was Aug 2023).Noting VM charge a membership fee, can you ask them for...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5.1 - TinyMCE: cannot insert...
See the article: Explore the Core: How to easily embed videos in your Joomla Articles.Attempt to insert the YT video "What is Joomla!" (https://www.[[youtube]].com/watch?v=agMGyThdulE). TinyMCE...
View ArticleInstallation Joomla! 3.x • Unable to download the 3.5.1 Upgrade Package
I am trying to update my site from Joomla 2.5 to 5. The Joomla update is not working so I wanted to manually download the 3.5.1 update package. The download keeps timing out. I get the following...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Errors in Notification area,...
I am not sure how to do that, I am learning as I go along! I can download the SQL database but I am not sure how to get the backup files (The restore was done by the someone at the Hosting...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Access changelog for old versions
No, but it would make sense.Statistics: Posted by SharkyKZ — Tue Jun 04, 2024 8:07 pm
View ArticleExtensions for Joomla! 4.x • Is "PHPMailer" (Library) a core...
Hi, We are auditing installed extensions for compatibility with Joomla! 5. On three of our Joomla! 4 websites, the "PHPMailer" library is installed. The extension developer is listed as "PHPMailer"....
View ArticleExtensions for Joomla! 4.x • Re: Is "PHPMailer" (Library) a core...
Joomla does ship with PHPMailer library but it's a Composer dependency. It should not be listed as extension. It could be a remnant from a very old version (3.3) when Joomla did not use...
View ArticleAdministration Joomla! 5.x • Re: PDFs as viewed in Safari
With help from Phil Taylor this line in my htaccess file was the culprit:# Apply the "Disable client-side risky behavior" featuresHeader always set Content-Security-Policy "default-src 'self';...
View Article