Joomla! 5.x • Re: Class "MenusHelper" not found
neu installiert und alles wieder gut!Statistics: Posted by mwirsing — Tue May 07, 2024 7:00 am
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Joomla 3.10.12 update not working
Welcome to the Joomla forum!This topic was moved from the sub forum 'Migrating and Upgrading to Joomla! 3.x' here to the General Questions.count(): Argument #1 ($value) must be of type...
View ArticleAdministration Joomla! 5.x • Step by step to create a list with states and...
Friends, I wanted help, I'm trying to create a form field with states and cities in Brazil, I tried to create it with List, but I can't generate it.I looked for tips in the official documentation, but...
View ArticleExtensions for Joomla! 5.x • Re: Internal Server Error when saving...
toivo and AMurray, how are you?I managed to solve it, when I upgraded from Joomla 5.0.3 to 5.1, something caused the firewall to block some things on the server, I disabled the security module and...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Old installation of Joomla - need...
Create a new host in dnsStatistics: Posted by Per Yngve Berg — Wed May 08, 2024 5:19 am
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Make a backup with akeeba, use akeeba backup and their kickstart.php to install on wampserver on your pc. Then update it via wampserver,make a backup when updated and then install that backup on live...
View ArticleGeneral Questions/New to Joomla! 5.x • Error in Joomla 5 or incorrect...
Good morningI use joomla 5.1 and upgrading from 5.0 is ok.The website is on a hosting that uses server-side caching called litespeed.I looked at search console and saw 600,000 pages, see attached...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error in Joomla 5 or incorrect...
UpdateWhen I search with google site:mysiteThe result is 8000 pages and not 600,000.Statistics: Posted by infermieri — Wed May 08, 2024 6:39 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 500 Internal Server Error out of...
Asset registry file "media/system/joomla.asset.json" contains invalid JSONThis is alarming. Did you by chance tried to modify this file? If not, either someone has or it got corrupted somehow. Or it...
View ArticleTemplates for Joomla! 5.x • Re: Override pagination to show fewer page links
Until the option is introduced, you override links.php. Inside this block:Code: if (!empty($pages['pages'])) {Add this:Code: $pages['pages'] = array_slice($pages['pages'], 0, 5);Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Print button Joomla 5
What tmpl parameter does is load component.php file of your template, instead of the index.php. You can modify it but know that it's used in other places, mostly in modals. What you can also do is...
View ArticleJoomla! 4.x Coding • Re: I want to remove individual css files, code not...
disableAsset() may not work correctly, as mentioned in the answer. You also need to use correct asset names, not file names. You can see asset names by enabling debug and then inspecting...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla's default mail form...
Your template need have the follow: Code: <jdoc:include type="message" />Is where joomla load that type of message you looking for. In case you want to edit the file who handle this message, you...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update 5.0.3 to 5.1
/administrator/index.php?option=com_installer&view=databaseStatistics: Posted by Per Yngve Berg — Thu May 09, 2024 6:17 am
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
Eureka ceford! I followed your advice: I reinstalled Joomla 5.1.0, deleted the four "fields" tables and learned a new function to reinstall them with phpmyadmin. Thanks so much and...Statistics:...
View ArticleJoomla! 4.x Coding • Re: Migration guide for J3 to J4 components?
I haven't tried it but there is a set of rector rules which could help https://github.com/nikosdion/joomla_com_upgrader. They're no longer maintained though.Statistics: Posted by SharkyKZ — Thu May...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
can you show the content of your default.php file? With the code I sharedStatistics: Posted by carlitorweb — Fri May 10, 2024 1:36 am
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?...The fpa gives information about the server. Which, in turn, can help solve why the site isn't runn.Statistics: Posted...
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
I previously quoted the query I used to test my answer. Here is my dump of the states table after making adjustments:Code: -- phpMyAdmin SQL Dump-- version 5.2.0-- https://www.phpmyadmin.net/----...
View ArticleJoomla! 5.x Coding • Re: plugin finder, display additional search results
If you want something like that, you should use the old Search component where each plugin runs its own queries. There's no sensible way to do that using Smart Search. You can try MVC overrides, but...
View Article