General Questions/New to Joomla! 5.x • Re: Website on 4.4.1 and no update...
That is indeed the output from the FPA script. Everything else looks all right, but all the folder permissions should be 755. The other permissions 777 and 775 are insecure.Statistics: Posted by toivo...
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 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 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 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 ArticleTemplates for Joomla! 5.x • Main menu Z-Index Cassiopeia Template
Hello Friends,I'm working on a website and the drop down menu goes behind the map that is on my website, so I need to change the z-index of the menu so it stays on-top, but I'm not sure where I can...
View ArticleAdministration Joomla! 4.x • Re: Problem with contact form / test emails
Check the Sent folder in Gmail. The test message is normally found from the Sent folder.Statistics: Posted by toivo — Mon Feb 26, 2024 9:12 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Trying to upgrade PHP
@webdongle is right.3.9.1 was released seven years ago.PHP 8.0 was released four years ago.I wouldn't expect PHP 8 to run Joomla 3.9.1Statistics: Posted by AMurray — Mon Feb 26, 2024 9:23 pm
View ArticleTemplates for Joomla! 5.x • Re: Main menu Z-Index Cassiopeia Template
Mod. Note: Relocated the topic to the Templates J5 Forum.Statistics: Posted by Per Yngve Berg — Mon Feb 26, 2024 10:36 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Pizza Bugs & Fun -...
Here are some suggestions for missing or inadequately described topics or features in the Joomla documentation:Joomla 5.1 New Features: Provide comprehensive documentation on all the new features...
View ArticleThe Lounge • Re: My site's spam score is 17%
Spam score is not like a mark on a stone, Moz only use it to categorize a site and it does not depends only on backlinks. If you've legit traffic on your site, legit means only organic, then it's ok...
View ArticleJoomla! 5.x Coding • Re: Problems with null parameters in PHP8.3 and Joomla5
PHP 8.3 was released a week ago. No surprise it may have 'bugs'. Recommended PHP for J5 is PHP 8.2 so I would stick with that.Statistics: Posted by AMurray — Tue Feb 27, 2024 9:55 pm
View ArticleThe Lounge • Re: Hello everyone
I'm happy to become a part of this forum!Statistics: Posted by terenceclark — Tue Feb 27, 2024 9:56 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Maps made on Google are not shown
Try from tinyMce,insert/Media and choose embed and paste the url.Statistics: Posted by gws — Tue Feb 27, 2024 10:33 pm
View ArticleJoomla! 4.x Coding • Bootstrap Modal Popup with custom load trigger not working
I'm trying to get a simple modal to trigger after vising a page using a custom module I created. I've got it working in Codepen but for the life of me I cannot get it to work in Joomla as a module....
View Article