Joomla! 5.x Coding • Re: verifyPassword with custom PHP throws error...
I think you'll findCode: use Joomla\CMS\User\UserHelperand thenCode: $isOK = UserHelper::verifyPassword($userpass, $hash, $userid);(ie get rid of the "J" prefix) is what you want instead of your...
View ArticleAdministration Joomla! 5.x • Re: Cannot instantiate abstract class...
Thank youI think I have finally got it sorted, fingers crossed.Statistics: Posted by Donethat — Fri Jun 07, 2024 2:03 pm
View ArticleAdministration Joomla! 4.x • Re: Daily notifications of Joomla update
You could toggle the status of the System - Joomla! Update Notification plugin. That might jog loose whatever is caught in the gears. Nothing popped out at me at the Issues website.Statistics: Posted...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Amazon S3 storage with Media...
That media field doesn't look like Joomla core. Some extension could be overriding it.Statistics: Posted by SharkyKZ — Fri Jun 07, 2024 3:09 pm
View ArticleExtensions for Joomla! 4.x • Re: custom field groub not work in user...
i enable registration blugin to lunch custom field registration forms and when new user register and enter data to forms no data enter for field groub in joomla control panel after user registered...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: "Benutzerinformation"...
The first form is an AcyMaling module.The second form with the title Benutzerinformation is a menu-item to AcyMailing.Either:Remove or disable the module under Content > Site Modules (?? Inhalt...
View ArticleGeneral Questions/New to Joomla! 5.x • No Images in Category Blog
No matter what changes I have made I can not get images to show in the articles that are listed in a Category Blog. The currently installed Joomla! version is "5.1.0"Statistics: Posted by web-vinnie...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: No Images in Category Blog
Welcome to Joomla forum!Can you see the images in other places like in a single article (when added to Full Text Image")?Can you open the images directly by adding /images/your-image-name.jpg to the...
View ArticleAdministration Joomla! 5.x • Re: How can I add a version number to child...
Actually, I quoted the incorrect code above:The actual code I use in a custom template for to add file versions is this:Code: $version = filemtime(JPATH_THEMES . '/' . $this->template ....
View ArticleAdministration Joomla! 5.x • Re: How to increase maximum upload filesize?
you also have to raise the Max_post_size.You have probably changed the wrong php.ini file. Change the one used by Apache, not the one for CLIStatistics: Posted by Per Yngve Berg — Sat Jun 08, 2024...
View ArticleAdministration Joomla! 5.x • Recover password
Hi,Is there a simple way to update a lost password? I've tried everything but keeps telling me my details are incorrect.I'm sure there's a simple solution but I can't seem to find it. Web searches...
View ArticleAdministration Joomla! 5.x • Re: Recover password
Another thought...How can I completely remove the joomla install and start over?ThanksStatistics: Posted by outoftherough — Sat Jun 08, 2024 12:44 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Cannot use object of type...
I can't upload images or create folders in Media Manager. Here is the error: Cannot use object of type Joomla\CMS\Object\CMSObject as arrayAny suggestions?Joomla 5.1.0PHP 8.2.19MySQLi...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cannot use object of type...
Hi,If you are a regularlabs extensions user, just update them.PascalStatistics: Posted by pmleconte — Sat Jun 08, 2024 4:52 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5 CMS database tables not up to...
Hello,I was see in joomla administrator system = Database and see Joomla CMS database tables not up to date! and mark one problem. show this issuesOne ProblemOne ProblemTable 'dkf1a_ucm_content' has...
View ArticleAdministration Joomla! 5.x • Re: uppercase letters in url causing issues
Our host, Siteground was able to provide me with appropriate code for the htaccess file that seems to work. I still would like to understand why this wasn't an issue in J3 and is in J4 & 5. Or is...
View ArticleSites & Infrastructure - Feedback/Information • Re: How do I unsubscribe...
This is the actual form you need to fill in:https://joomla.org/right-to-be-forgottenStatistics: Posted by toivo — Sun Jun 09, 2024 3:01 pm
View ArticleAdministration Joomla! 5.x • Default Admin Module Setting
Somewhere along the way a number of modules on a J5 site have been moved/removed to the point the screen looks very confusing.Is there a way to easily reset the default to how the screen would look on...
View ArticleAdministration Joomla! 5.x • Re: Default Admin Module Setting
No default. Compare and adjustStatistics: Posted by Webdongle — Sun Jun 09, 2024 4:23 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Updating J4 to J5 extensions...
Over time, my primary challenge in supporting Joomla site has been that the majority of issues were not detected during testing, but rather surfaced during the observation of video replays of visitors...
View Article