Administration Joomla! 4.x • Re: Cannot save article - term_id does not have...
Thanks for your reply. Is there a straightforward way to compare the DB structures without having to do a complete J4 install myself?Statistics: Posted by dfs-aviators — Sat Apr 13, 2024 9:16 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Cannot upgrade to another version
Extended Long term support (for Joomla 3.10.x): https://elts.joomla.org/Even so, Joomla 3.10 should run on PHP 8.0.x (even though it is EOL). It's your extensions you need to be concerned with as...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Installing Sample Data for Cassiopeia
Thank you!Statistics: Posted by Peace Freak — Sun Apr 14, 2024 1:56 am
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 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Thank you Per for your response and for the code. I added to the user.css file but the border remains. Perhaps it's not the right place to put it? I added it on a single line...
View ArticleInstallation Joomla! 5.x • In Cassiopeia template in Joomla 5 font Awesome is...
In Cassiopeia template in Joomla 5 font Awesome is not installed. Please help install it.Statistics: Posted by GODpleasers — Mon Apr 15, 2024 3:14 am
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Hey David,You cannot search for HTML code parts since the search string is cleaned with the STRING filter (HTML tags are removed).If you really need to search for HTML code, you must do a small core...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Backend is only text after brand...
If this a new install and the admin is text only and you have yootheeme installed then you used a quick install package?Suggest not enabling gzip in global con fig and see...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Class "JRequest" not...
Ok, I found the solution – I had 2 outdated plugins for Facebook.But the way that I find out about it may help someone in similar situation so I'll post it.Turns out that just switching the themes...
View ArticleGeneral Questions/New to Joomla! 4.x • Questions about Security Certificate...
Does anyone know how to make sure your security certificate is working for the administration portion of a joomla site.Also, is it advisable to turn off, or disable, gzip on a site?Statistics: Posted...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Can't access Admin panel after...
Thanks.The last entry was way back in January2024-01-13T06:14:21+00:00INFO 123.243.203.15updateUpdate to version 4.4.2 is complete.Looking like a rollback.Statistics: Posted by BobShawAU — Thu Apr 18,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Questions about Security...
I'm not sure about the GZIP question but for SSL, install the certificate through your web host.In Joomla, you can "Force HTTPS" in global configuration (option being "None", "Administrator Only" or...
View ArticleGeneral Questions/New to Joomla! 3.x • "Require Password Reset" -...
Hi friends,I was wondering if someone would be able to shed some light on what exactly controls the redirection that occurs when a user who is required to reset their password logs into a Joomla...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: "Require Password Reset"...
Hey ralphlorem,The check for the reset status and the redirect to the profile page are done in \Joomla\CMS\Application\CMSApplication::checkUserRequireReset...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How can i call the "Article...
Exactly what do you mean by that? Please explain in further detail what you want to achieve.Statistics: Posted by AMurray — Thu Apr 18, 2024 10:02 pm
View ArticleExtensions for Joomla! 4.x • Re: Boxplus v1.0.4.4 for J4/5
Have you tried adding the "height" and "width" to the short-tag?For example:Code: {boxplus param1=value1 param2="value2" height"=800" width=:"600"}text or HTML content{/boxplus}.If that doesn't work...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: JCE Editor (file browser) - You...
Are you trying to access the file browser from the front-end or administrator? Are you logged in with sufficient permissions? Is your JCE version up to date?Are you using Pro or free version (if Pro,...
View Article