Administration Joomla! 5.x • Re: Text Filters Won't Save
Can you take another screenshot showing the column headers? My #__extensions table has five columns with integers beginning with client_id but I only see four columns in your screenshot.Statistics:...
View ArticleAdministration Joomla! 3.x • Re: Host changed server and blank site with...
Clear the Open Base. The Folders listed does not match the version of php that are running. It may block access to the Session Storage.What does that mean exactly? How do I do that?Statistics: Posted...
View ArticleExtensions for Joomla! 5.x • Re: Top of page has code {up marquee=
@budrys, which version of Joomla did this website have before it was updated to 5.0.3? Did the content plugin Up or Universal Plugin work in that version?If the latest version of the plugin does not...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Webitse on 4.4.1 and no update...
https://forumpostassistant.github.io/docs/ pleasePossibly a missing php extension or a mod sec rule?Statistics: Posted by Webdongle — Fri Feb 23, 2024 9:44 pm
View ArticleInstallation Joomla! 5.x • Re: Trouble installing Joomla
Oh dear, and here I thought I managed it. I thought I'd made a mistake because when I tried to log in it told me "Wrong username or password."So, Thinking I'd boobed, I trashed the entire thing and...
View ArticleAdministration Joomla! 4.x • Re: Is there any plugin that can provide CDN...
When I've used Cloudflare in the past, it was something simply enabled through my web hosting administration control panel, not in Joomla.Statistics: Posted by AMurray — Fri Feb 23, 2024 10:05 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Website on 4.4.1 and no update...
Go to System - Update - Update Sites. Is the update site 'Joomla Core' enabled?If Joomla is unable to access an update site, even temporarily, the update site gets disabled in the list of sites. The...
View ArticleAdministration Joomla! 4.x • Re: Direct link to a Article in Joomla 4.4.3
You would need to create a menu item link. Why won't a hidden menu item work for you?Try this, to obtain the 'raw' URL.Create the menu item. Fill in all the details, and save.In the Menu Item...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Impossible friendly URLs
Apache mod_rewrite enabled, yes, say:Apache Server Status rewrite_module (shared)Statistics: Posted by Juanca — Sat Feb 24, 2024 9:22 pm
View ArticleJoomla! 5.x Coding • Update user and undefined array key
Hi Folks,When I execute the code:Code: $userData['groups'] = array('2'); $userData['block'] = 0; $req_user->bind($userData); $req_user->save(true);I get the following warning, even though the...
View ArticleGeneral Questions/New to Joomla! 4.x • Cryptocurrency Tracing and Recovery...
In recent years, the rise of cryptocurrency has brought about a new era of financial transactions. However, this digital currency comes with its own set of risks, including the potential for theft and...
View ArticleJoomla! 4.x Coding • Send email to site admin when a person clicks a button/link
I would like to send an email to the site admin when someone clicks a button/link in a Joomla module. The email will say something like "Someone clicked this button".I do not want the email address or...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update to version 5
Here is how i solved this issue.From my database i dissabled all the akeeba backup entries on _extensions table by setting the enabled value to...
View ArticleJoomla! 5.x Coding • Trying to do cassiopeia override...
To start off with I have a new Joomla 5 installation, I am using child template of the Cassiopeia template and I have multiple regular labs extensions (although I do not believe that is relevant for...
View ArticleGeneral Questions/New to Joomla! 4.x • Upgrade PHP to 8.2
I have a very basic site Joomla 4.4.3. Only Akeeba 9.8.5 and JCE 2.9.62 as extentions. G5_Helium 5.5.17 as template with Gantry 5.5.17.So, I guess everything is on highest level.When I change PHP form...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Upgrade PHP to 8.2
Change PHP back to 8.1, disable the Gantry framework and set the default frontend template to Cassiopeia. Change PHP to 8.2 and check if that makes a difference.Statistics: Posted by toivo — Sun Feb...
View ArticleJoomla! 5.x Coding • Re: Trying to do cassiopeia override...
The syntax error comes from the first <div>. Do this instead:Code: use Joomla\Component\Content\Site\Helper\RouteHelper;?><div><?php if ($this->maxLevelcat != 0 &&...
View ArticleJoomla! 3.x Coding • Re: Registration override with custom fields
Thank you very much for the reply Toivo!I received some help from a member in the Joomla facebook group which was a similar solution to what you provided.He provided the following line of PHP...
View ArticleAdministration Joomla! 5.x • Mailer test mail not successful
I have a client having an issue with the mailer not functioning properly. We've spent many hours troubleshooting and getting no results. I could really use some help sorting this out.Just some...
View ArticleAdministration Joomla! 5.x • Re: Mailer test mail not successful
Is the email domain of the 'From Email' the same as the domain of the web server?Did the client's host recommend particular SMTP settings to be used? Is the host restricting the outgoing SMTP...
View Article