Joomla! 5.x Coding • Re: Using the Webservices API to read an article
I have apparently violated some forum rule by posting my last reply... I would be more than happy to do "the right thing", whether that is opening a new post, checking out the documentation (if I...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problems with SSL Certificate on...
I installed through cpanel on the godaddy site.Help me out here, as I know very little about directly making changes to the HTML or CSS code on a website. How would I go about correcting what you...
View ArticleTemplates for Joomla! 4.x • Re: 500 error after update to Joomla 4.4.3
## Troubleshooting a 500 Error After Joomla 4.4.3 UpdateA 500 error after updating to Joomla 4.4.3 can be frustrating, but there are steps you can take to diagnose and fix the issue. Here's a...
View ArticleAllgemeine Fragen 1.0.x • Re: Umlaute nicht mehr korrekt
Das hat geholfen, danke nochmals.viewtopic.php?t=10040#p79278Aber an einer Stelle sieht es noch komisch aus, nämlich beim Änderungsdatum von Beiträgen.Update: "de_DE.UTF-8" in Country Locale bei den...
View ArticleMigrating and Upgrading to Joomla! 3.x • Upgrading an old Joomla site that is...
I inherited an old Joomla site that just went down and I am trying bring it back up. Currently the site gives a 503 error. The site is running Joomla 2.5.26, which I know is very old! I have talked to...
View ArticleMigrating and Upgrading to Joomla! 3.x • Re: Upgrading an old Joomla site...
Rename the installation folder to something like instalationold and see what happens. If you haven't got to far with your efforts Wampserver is way better than Xamp....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Update to Joomla 5x and PHP 8.2x...
Go to System - Manage - Plugins and search for the plugin 'Behaviour - Backward Compatibility'. Make sure it is enabled.Statistics: Posted by toivo — Fri Apr 12, 2024 10:00 pm
View ArticleExtensions for Joomla! 4.x • Re: FlexBanner v 5.1.05
if you want to find out what the Error 500 really means, enable error reporting and debug. That will give some helpful error messages that may also assist the developer. If your site is not working...
View ArticleJoomla! 5.x Coding • Customization Articles Category List, multi level
See viewtopic.php?f=839&t=1007812Who can help us with customizationRegardsStatistics: Posted by tvoeten — Sat Apr 13, 2024 5:34 pm
View ArticleMigración y actualización a Joomla 3.x • Re: Web en blanco tras actualizar a...
Hola Marta,El error al que haces referencia puede ser provocado por varias razones, para dar con la solución merece la pena probar los siguientes consejos:- Puedes desactivar o renombrar el directorio...
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
Hi allThanks for the info viz: Joomla! Programmers Documentation for Joomla 5.0It seems I have a lot of learning to do to get a small php file to run - all it does is run a small script which displays...
View ArticleAdministration 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 ArticleMigrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops
What we know is that on line 329 $model->getItems() returns null. I have not found how it can do that. Try this pair of planted lines on either side of line 329:Code:...
View ArticleJoomla! 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 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 ArticleInstallation Joomla! 5.x • Re: In Cassiopeia template in Joomla 5 font...
What are you trying to do to reach the conclusion it's not installed? To add icons you simply use code like this: <i class="fa-solid fa-user"></i>. Doesn't that work?Go to Font Awesome's...
View Article