Performance - Joomla! 4.x • Re: PHP settings
The master value comes from the main php configuration file, which you have found and updated. The local value comes from any php ini file parsed after the master. The Additional .ini files parsed...
View ArticleGeneral Questions/New to Joomla! 4.x • display the custom_html module's Note...
ChatGTP gave me this code to display the custom_html module's Note field in the frontend. But it is not working.J 4.4.6Does anyone know why?Code: <?phpdefined('_JEXEC') or die;use...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: display the custom_html module's...
AI suggestions need to be taken with a grain of salt. Did the solution include an .xml manifest file so that the PHP code could be packaged into a .zip file and installed?Custom modules are are just...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Uninstall both successful and...
If you select the Package only, does the Framework get uninstalled then?Perhaps put a if exist in the script.Statistics: Posted by Per Yngve Berg — Sun Jul 28, 2024 12:27 am
View ArticleJoomla! 4.x Coding • Module Timing
I am developing a website that relies heavily on Module timers. I have created several modules designed to be available in specific positions, starting and ending at midnight on particular dates....
View ArticleTemplates for Joomla! 5.x • Re: How to centre and change the font size of the...
Excelent!TipTry to avoid using !important.Use the correct order or more specific CSS.!important rules can only be overridden by other !important rules.That can lead to issues down the line...Like in...
View ArticleGeneral Questions/New to Joomla! 5.x • Issues on Admin panel
Hi, for a while I have been getting unknown extensions, error on checking overrides and unknown requests & hellip; showing as red in my cpanel. If I go to update I get An error has occurred. 0...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Issues on Admin panel
Joomla! Instance :: Joomla! 5.1.0-Stable (Kudumisha) 16-April-2024Joomla! Configured :: Yes | Writable (666) | Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite:...
View ArticleAdministration Joomla! 5.x • Are the plg_twofactorauth_totp and...
Hi Joomlers I have a questions if plg_twofactorauth_totp and plg_twofactorauth_yubikey really needed for Joomla 5?If not how do you unistall and remove them?Statistics: Posted by darb — Sun Jul 28,...
View ArticleAdministration Joomla! 5.x • Re: Are the plg_twofactorauth_totp and...
They should have been replaced by MFA during the 4.1 upgrade.Remove the Lock in the database so you can uninstall themStatistics: Posted by Per Yngve Berg — Sun Jul 28, 2024 9:10 pm
View ArticleGeneral Questions/New to Joomla! 5.x • When I click "Edit" link on...
Hi,When I click on the "Edit" link for articles in the front end I receive a 403 error so I cannot get to an editor. I do also notice that the article gets "checked in" for edit to that user in the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: When I click "Edit" link...
Could this be an issue with osmembership user configuration e.g. not logged in or not set correct permissions or view/access?Statistics: Posted by Webdongle — Sun Jul 28, 2024 10:57 pm
View ArticleJoomla! 4.x Coding • Re: Module Timing
I know of at least one extension (Advanced Module Manager - Regular Labs) which has the options for scheduling show/hide of modules by date/time, and it makes it clear the date/time specified is based...
View ArticleAdministration Joomla! 5.x • 404 Component not found
I have one site which opens up to the admin area with a 404 Component not found error. It doesn't affect its functioning, and clicking the "Return to Dashboard" works fine and it never appears again...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: NFC login into Joomla 5
A quick google search suggests the YubiKey method for Multi-factor authentication in Joomla would work with Near Field Communication (NFC).For reference: https://www.yubico.com/works-with-yubik ......
View ArticleSecurity in Joomla! 5.x • Re: Login Bypass via LDAP Injection vulnerability...
It sounds like a false positive. Did the security team not provide any details how this far-fetched vulnerability was found? CWE-90 is generic, not language-specific and Joomla is not mentioned. It...
View ArticleJoomla! 4.x Coding • "Class JRequest Not Found" error
A Joomla 3 component is failing in Joomla 4 (no J4 update currently available), with the error: "Class JRequest Not Found".This line of code may be the culprit:Code: $Itemid =...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Issues on Admin panel
Your folder permissions are all over the place.Let's start with that.Change permissions to:Folders: 755Files: 644configuration.php: 444Thank you. Is there a quick way of doing this? so many folders...
View ArticleAdministration Joomla! 5.x • Re: 404 Component not found [SOLVED]
OK, I figured it out; and I'm embarrassed!!!I have all my sites' front and backends bookmarked (no surprises there). Normally, the backend (as we all know) is <sitename>/administrator. I just...
View ArticleSecurity in Joomla! 5.x • Re: Bug Bounty Report: Password reset poisoning
If concerned, please repost the question on Joomla Issue Tracker (https://issues.joomla.org) and the dev team may take a look and confirm if the stated vulnerability is real or not.Statistics: Posted...
View Article