General Questions/New to Joomla! 1.5 • Re: No access to backend
Still no access .Statistics: Posted by Jasperdk — Fri Jul 26, 2024 7:51 pm
View ArticlePerformance - 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: Cannot use object of type...
Check Regular Labs extensions or Joomla core.Statistics: Posted by burhanmangt — Sat Jul 27, 2024 4:23 am
View ArticleExtensions for Joomla! 4.x • Re: Mp3 playlist player PLUGIN (not module)
Check out UP on the JED.I've obviously already looked there, thank you.Statistics: Posted by TheAnt — Sat Jul 27, 2024 7:03 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Search to change code in blog-item
i dont have it at a live url...Hi. Without URL not possible to help youStatistics: Posted by Pavel-ww — Sat Jul 27, 2024 7:43 am
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 ArticleJoomla! 4.x Coding • Re: Module Timing
It may not adapt to the user's local time, if that user has not set their local time in their user profile. (They may well have left it on "default" time, which for sake of argument might well be...
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 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 ArticleJoomla! 4.x Coding • Re: "Class JRequest Not Found" error
The class JRequest was deprecated before Joomla 3 and finally removed in Joomla 4.Which Joomla 3 third party or in-house component does the function call come from? Is there a chance to get the...
View ArticleGeneral Questions/New to Joomla! 5.x • What is "Start Date Operator"?
It is in Smart Search language files.Something connected with Filters for Smart Search I suppose.Code: Identifier (Key): COM_FINDER_FILTER_DATE1_OPERATORIs it implemented somewhere? I have the latest...
View Article