General Questions/New to Joomla! 4.x • Help to Update Joomla 3.1 Site
I have had this project dropped in my lap. We are using very old PHP (7.3.3) and JOomla 3.1, I need to update our website to the newest available for both of them, but I have never backed upe PHP or...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: HELP!!!!
1. You might start by reading through this guide: https://docs.joomla.org/Portal:Beginners2. Turn off your caps lock key, please.Statistics: Posted by gsmela — Tue May 07, 2024 8:55 pm
View ArticleAdministration Joomla! 5.x • Re: Parent for new menu
Not sure of understand well.Is not possible set as parent a menu item from one menu for items of a different menu...but again, maybe I not got well your idea.With what I understood, here a idea: Have...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Help to Update Joomla 3.1 Site
The very latest Joomla is version 5. You need to make sure your hosting matches the system requirements: https://manual.joomla.org/docs/next/get ... uirements/.Obtaining the required hosting is not...
View ArticleTemplates for Joomla! 5.x • Re: Email Template New User
Request features through Joomla's github site https://issues.joomla.org.When and if they will be implemented is up to the volunteer development team.Statistics: Posted by AMurray — Tue May 07, 2024...
View ArticleAdministration Joomla! 5.x • Re: User able to submit spam forms even with...
The issue with Hcaptcha was also raised in this thread: viewtopic.php?f=839&t=1006840Statistics: Posted by AMurray — Tue May 07, 2024 9:35 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 blocks videos
Check out this thread viewtopic.php?f=834&t=1008580Statistics: Posted by carlitorweb — Wed May 08, 2024 8:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Issue with iframe code that worked in...
Hi all,I'm having a struggle and hoping for some help please.I have this code which worked correctly in joomla 3 however, it isn't working in joomla 4 or 5. It throws up errors"<iframe...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: call a module position in article...
Short answer: Module position only work for template files (in your case inside index.php), not for HTML content overrides.But fear not, Joomla have a way for acomplish this you want. You can read...
View ArticleGeneral Questions/New to Joomla! 4.x • Transfered hosting to godaddy- admin...
Have a joomla site running 4.2 that was on Hostgator and transferred to Godaddy. That was not fun in itself. The site looks fine but not sure why the admin panel has no styles. What can I...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Transfered hosting to godaddy-...
Welcome to Joomla forumCan you try clean well your cache? Also, try trought FTP clean the cache folders in the root of your site and in the administrator folder. If not works, check your browser...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Issue with iframe code that worked...
Iframes are not ideal, (and are security risks), and you should probably use a more modern method to embed a video such as HTML5's <video> tag or use a plugin from the extension directory for...
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
The word 'state' is a bit ambiguous when dealing with areas of a country as it is often used to indicate the state of the record - published, unpublished, archived or trashed. You need to use the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
The code you quoted is J5.0.3 but this line in your stack trace:Code: 2 Joomla\CMS\Helper\HelperFactory->getHelper() JROOT/administrator/modules/mod_login/src/Dispatcher/Dispatcher.php:42Points to...
View ArticleGeneral Questions/New to Joomla! 3.x • issue with not receiving emails from...
I am on Joomla ver 3.10.8 with PHP 7.4.33I updated to Joomla 3.10.12 and also updated the plugins. For some reason few pages started giving errors and I also stopped receiving emails when the forms...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: issue with not receiving emails...
I would have said to check the global configuration but I can't advise any more if you have done that and the test email works. One possibility, the email is received but being filter by your spam...
View ArticleMigrating and Upgrading to Joomla! 2.5 • Re: Error after migrating to new server
Please post the FPA report so we can review your hosting. I wouldn't think many hosts would support running Joomla 2.5. Joomla 2.5 won't run on PHP 7.4 or anything higher than PHP 5.6.You're using...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Siteground server not compatible...
If the site isn’t running, I’m not sure if the forum assistant is going to help?https://www.google.com/search?q=%22Fail ... session%22It looks like an issue with the connection to your database based...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update 4.4.3 to 4.4.4 Go to...
It would seem that your update failed. Restore your back up and start again making sure you meet all update requirements. Do you have Akeeba installed? Edit I see you do. To do the update , empty the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
I just checked, was missed the part of clean the image URL but even without it the tag show up well.Correction:Code: use Joomla\CMS\Factory; // this one can be already in your overrideuse...
View Article