Migrating and Upgrading to Joomla! 5.x • Boolean Error Administrator login
[11-Apr-2024 15:39:44 UTC] PHP Warning: Undefined array key 1 in /home/michaelprolfes/public_html/plugins/system/admintools/src/Extension/AdminTools.php on line 327Joomla! Instance :: Joomla!...
View ArticleExtensions for Joomla! 4.x • Re: FlexBanner v 5.1.05
DONEStatistics: Posted by chadduck — Fri Apr 12, 2024 4:42 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Creating a custom module - no editor
I'm trying to create a custom module in Joomla 4.4.3. However, the editor never shows up. I've tried all the editor options in Global Configuration > Site > Default Editor. Nothing changes.I'm...
View ArticleGeneral Questions/New to Joomla! 5.x • Update to Joomla 5x and PHP 8.2x...
Hi, I recently updated to Joomla 5x from 4x and also moved to php 8.2xI have managed to fix other issues with plugins and so on but have one outstanding issue with some custom work I had done...
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
Some significant new concepts were introduced in Joomla 4 and although these aspects make the code more flexible and easier to maintain, there is a threshold to get over in terms of understanding them...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Dreamhost still has "internal...
you can connect us in our site web : https://live-smartv.com/Statistics: Posted by adiladil — Fri Apr 12, 2024 7:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Update to Joomla 5x and PHP 8.2x...
Turn on debug pleaseStatistics: Posted by Webdongle — Fri Apr 12, 2024 7:56 pm
View ArticleInstallation Joomla! 5.x • Re: Installing Sample Data for Cassiopeia
It's an Admin Module that have to be published on the Dashboard.Statistics: Posted by Per Yngve Berg — Sat Apr 13, 2024 3:17 pm
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Still fighting... Imported the excel from a clean sheet, and result looks on the rigth way...http://opale.sviluppo.host/index.php?op ... page&id=13But now I would like to adjust the first row, as...
View ArticleJoomla! 5.x Coding • Customization Articles Category List, multi level
See viewtopic.php?f=839&t=1007812Who can help us with customizationRegardsStatistics: Posted by tvoeten — Sat Apr 13, 2024 5:34 pm
View ArticleMigración y actualización a Joomla 3.x • Re: Web en blanco tras actualizar a...
Hola Marta,El error al que haces referencia puede ser provocado por varias razones, para dar con la solución merece la pena probar los siguientes consejos:- Puedes desactivar o renombrar el directorio...
View ArticleAdministration Joomla! 4.x • Re: Cannot save article - term_id does not have...
Thanks for your reply. Is there a straightforward way to compare the DB structures without having to do a complete J4 install myself?Statistics: Posted by dfs-aviators — Sat Apr 13, 2024 9:16 pm
View ArticleTemplates for Joomla! 5.x • User.css
When I try to edit the user.css file in media/template/site/cassiopeia/css/ Ige the error shown in the attached jpg when I try to save the changesjoomla error report.jpgStatistics: Posted by RonHagley...
View ArticleTemplates for Joomla! 4.x • Re: Adding positions in child template
I am placing two modules in the below-top position. One module contains an image and the other some text. I want the image to be on the left and the text on the right. Ceford (above) said to arrange...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Code: div.grid-child.container-below-top {Padding 0px;}Statistics: Posted by Per Yngve Berg — Sun Apr 14, 2024 6:54 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops
What we know is that on line 329 $model->getItems() returns null. I have not found how it can do that. Try this pair of planted lines on either side of line 329:Code:...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Victor - thank you for that sample code. I will give it a shot.Statistics: Posted by davidascher — Sun Apr 14, 2024 7:29 pm
View ArticleJoomla! 5.x Coding • Webservices request gets reply 'Class...
JoomDonation is a 3rd party extension and "DonationHelper" comes with that extension. Since a recent update to that extension I've been unable to use Webservices on the site - get this message Class...
View ArticleJoomla! 5.x Coding • Re: Webservices request gets reply 'Class...
Try changing this line:Code: if (Factory::getApplication()->isClient('administrator'))to this:Code: if (!Factory::getApplication()->isClient('site'))That did the trick! I hope I can fix...
View ArticleInstallation Joomla! 5.x • Re: In Cassiopeia template in Joomla 5 font...
What are you trying to do to reach the conclusion it's not installed? To add icons you simply use code like this: <i class="fa-solid fa-user"></i>. Doesn't that work?Go to Font Awesome's...
View Article