Migrating and Upgrading to Joomla! 4.x • Error After Updating 4x (CMSPlugin.php)
Hello, This is the error what I get after update. But I get the error only sometimes.Joomla\CMS\Plugin\CMSPlugin::setDispatcher(): Argument #1 ($dispatcher) must be of type...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Error After Updating 4x...
Welcome to the Joomla forum!The root cause for the error is a third party extension that is not compatible with Joomla 4. Turn on the option Debug System in the Global Configuration to get more...
View ArticleItalian Forum • Problem loading images in <Articles>
Good morning,I'm using joomla 4.4.6when I try to load an image in an <Article> I get the message shown belowDo you have a suggetion to eliminate it ?Thank you in advanceGiuseppeSi è verificato...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problem loading images in...
Welcome to the Joomla forum!The error message comes from lines 355 to 358 of ComponentHelper.php:Code: // If component is disabled throw error if (!static::isEnabled($option)) { throw new...
View ArticleAdministration Joomla! 4.x • Re: All of Sudden Getting Lots of Bot Registrations
Thank you. Will try that.Statistics: Posted by MAD King — Tue Aug 13, 2024 10:01 pm
View ArticleExtensions for Joomla! 5.x • Re: Joomla Content Editor (JCE) editor preview...
There should be another "preview" button near the top of the browser window, that shows a pop-up light box with a preview of your article. That would be better than the 'preview' tab in JCE. See...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Minimum height of text box
use css flexStatistics: Posted by erick-b — Tue Aug 13, 2024 10:50 pm
View ArticleJoomla! 5.x Coding • Re: select query with loadAssoc not returning array
why don't you use a normal SQL query select a.whatever, b.whatever from tablea a inner join table b using(id)I never liked joomla build in queriesStatistics: Posted by erick-b — Tue Aug 13, 2024 10:53...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Uninstall of sh404SEF 4.4.9.2487...
Make sure that "shlib - Db query cache and programming library" is installed and enabled before trying to uninstall sh404sef extensions.Statistics: Posted by SharkyKZ — Wed Aug 14, 2024 5:21 am
View ArticleMigrating and Upgrading to Joomla! 4.x • No update available for Joomla 4.4.7...
Refer to announcement viewtopic.php?f=8&t=1011115Attempted to automatically update using the Joomla! Update component with- Update Sites rebuilt- Update Channel set to Testing- Minimum Stability...
View ArticleAdministration Joomla! 5.x • User Login Redirection and Profile Field...
Happy August! I've spent a lot of time on this issue I am having. I kept thinking it was something I was doing wrong and at the end I just approached it one step at a time and I can't really see my...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla rental property maintenance SaaS
HiDoes anyone know if there is an extension that provides functionality for rental property maintenance using a SaaS structure (multiple subscribed users) ?If this doesn't exist can anyone recommend a...
View ArticleExtensions for Joomla! 5.x • Re: Is there a Form to Article solution?
Thank you very much for that URL. I wonder why they did not appear in the Joomla directory.Statistics: Posted by scarney — Fri Aug 16, 2024 11:45 pm
View ArticleTemplates for Joomla! 4.x • Re: Hiding code or scripts in Cassiopeia
I don't know what you mean "keep them hidden....". You place the GA code in your template's code. It's not visible to the visitor unless they go digging around using "View Source" in their browser....
View ArticleAdministration Joomla! 5.x • Re: Dropdown Rollover Text
there are so many options its hard to find the on rollover color code, I tried with a few browsers still confusingStatistics: Posted by jameZzzz — Sat Aug 17, 2024 3:26 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Add Class To Each Blog Item
This could be done using the HTML override technique. The following documents would be of help in understanding the output override technique. Even though some of the documents may not be for the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to optimize my site?
Enable Zend Opcache in PHP settings. Opcache speeds up a lot, as it caches php programs so they execute much faster.Statistics: Posted by Slackervaara — Sat Aug 17, 2024 8:57 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: webP images in media manager not...
Now I am confused. I have downloaded 2 images and you are correct they are not webp but png. The confusion is that opening the media manager the images which were shown as webp in the original...
View ArticleJoomla! 5.x Coding • Reading data from an external database in a model
I am developing a component, and in one of the Models I need to access a table from a different database (that is on the same server). How can this be done in Joomla 5?I can see that when the model is...
View ArticleExtensions for Joomla! 4.x • Re: Map with multiple locations
I am using Shack Locations ( https://www.joomlashack.com/joomla-exte ... locations/ ) for a couple of sites.Statistics: Posted by webiedesign — Sat Aug 17, 2024 6:18 pm
View Article