Joomla! 5.x Coding • Re: Using the Webservices API to read an article
Victor - thank you for that sample code. I will give it a shot.Statistics: Posted by davidascher — Sun Apr 14, 2024 7:29 pm
View ArticleJoomla! 5.x Coding • Webservices request gets reply 'Class...
JoomDonation is a 3rd party extension and "DonationHelper" comes with that extension. Since a recent update to that extension I've been unable to use Webservices on the site - get this message Class...
View ArticleAdministration Joomla! 4.x • Re: Cannot save article - term_id does not have...
Do you use the Smart Search (finder) to search on your Site?The articles must be indexed before any search can be done.Hi, no I don't. I have also deactivated all components associated with Smart...
View ArticleJoomla! 5.x Coding • Re: Webservices request gets reply 'Class...
Turn on the option 'System Debug' in the System tab of the Global Configuration. Enable the plugin 'System - Debug'. Those settings will hopefully give a more detailed message that will identify the...
View ArticleAdministration Joomla! 5.x • Re: Disabling MFA
You seem to have disabled the wrong plugins. I would keep and use MFA.Passwordless Login is not a multifactor authentication that follows the standard login. It's an alternative to the standard,...
View ArticleTemplates for Joomla! 5.x • Re: Undefined function get_current_user() when...
Welcome to the Joomla forum!The function get_current_user() is a native PHP function. Ask your host to enable this inbuilt function.Statistics: Posted by toivo — Sun Apr 14, 2024 10:25 pm
View ArticleJoomla! 4.x Coding • Re: Custom field for module and display data like...
Could you list your code files after you made the suggested change? Include the full pathname with each code file.It sounds as if your field definition isn't being called. You could add Joomla Log...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: MySql 8.0.13
And additionally, I expect it's far easier for web hosts to update and offer varying PHP versions periodically rather than have to build new servers or whatever, to accommodate MySQL 8. On the other...
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
run the php.info in the /administrator folder. What does it say then?Statistics: Posted by Webdongle — Mon Apr 15, 2024 10:12 pm
View ArticleSecurity in Joomla! 5.x • Re: Acunetix "Internal Server Error"
Welcome to the Joomla forum!AFAIK, in similar cases, when an Apache web server that runs the ModSecurity module reports a 500 Internal Server Error triggered by a rule that is too restrictive, the...
View ArticleLanguage - Joomla! 5.x • Re: What about portuguese language pack?
As I really want to solve the Joomla 5 Portuguese language, I installed the Jooma 4 portuguese pack (pt-BR_joomla_lang_full_4.0.3v1.zip) and it solve by now:--------Tradução Português Brasileiro...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problems with SSL Certificate on...
So, I went back to the forum for CK who built the slideshow that I am using on my website. The admin denies that jQuery is obsolete is suggesting I look into the admin level of either my hosting or...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to delete everyone's browser...
There is no way to clear your visitors' browser cache. The workaround is to add a unique parameter to your image path every time you update it. For example:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
I'm unable to replicate your issue on my local computer. If your website is already live, it's better to provide a URL so I can see it directly. If your website is not live yet, maybe you can record a...
View ArticleGeneral Questions/New to Joomla! 3.x • Anyway to recaptcha registration page?
Hello everyone, I am having a ton of spam registrations on my joomla 3.10.12 site. I would like to know if there is anyway to add a captcha to the registration page to keep bots out, or anything to...
View ArticleJoomla! 5.x • Re: Titelanzeige der Seite im Browser
It follows your menu item title. 'Home' is shown because you named your default main menu item as 'Home'Statistics: Posted by sikumbang — Tue Apr 16, 2024 1:42 am
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Carefully study all the examples of BS tables. There is everything you need.I will, thank youFor additional stylization, you can add your own classes where you need and use them in your...
View ArticleGeneral Questions/New to Joomla! 5.x • Can't get userId to pass to slim 4 code
Hello,I have a website that's in Joomla 5 and runs just fine, but I have some custom php tools that will run outside of Joomla. These tools are built in Slim 4. Since the access controls are...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Website not working since recent...
So I am a bit confused where should I go from here to make it work?Sorry this is very new to meI tried commenting out the header portion of the .htaccess file and that did not bring the site back to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't get userId to pass to slim 4...
Change Session Handler from database to file system. Then you can access the session with standard php functions.Statistics: Posted by Per Yngve Berg — Tue Apr 16, 2024 8:04 pm
View Article