Joomla! 4.x • Re: Αλλαγή σε font στο μενου του Joomla 4
Καλημέρα, σας ευχαριστώ πολύ για την απάντηση. Το site είναι το kivotoshelp.gr Θα δοκιμάσω αυτά που λέτε.Statistics: Posted by cghera — Mon Aug 26, 2024 7:23 am
View ArticleJoomla! 5.x Coding • Re: Converting J3 MVC component to J5
Most "JName" classes have been refactored to other names and name spacing.Code: $app = JFactory::getApplication();is in J4 + J5:Code: use Joomla\CMS\Factory;$app = Factory::getApplication();I...
View ArticleJoomla! 5.x Coding • Re: How to view user notes on users frontend?
no, custom field does not support my needs. something like this using a code but does not show up in Joomla 5if ($user->id) { $db =JFactory::getDBO(); $query = $db->getQuery(true);...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: menu items
Scroll down for more information about the website, including the list of extensions and their versions. Click the green button 'Click Here To Generate Post', follow the instructions and copy and...
View ArticleGeneral Questions/New to Joomla! 5.x • Akeeba Backup running slowly?
Just a quick “just me?” enquiry…Taking a backing with Akeeba Backup Core used to take about 40-45secs. That time has now, over the course of a few weeks, gradually increased to 1min50sec - 2mins. Not...
View ArticleAdministration Joomla! 4.x • Re: Domain change
Looks like that bh packages can have several Domains. In that case you should be able to have several folders level with each other (with www as parent). Then you should be able to pint the new Domain...
View ArticleMigrating and Upgrading to Joomla! 4.x • Errors on upgrade J3.10.12 to J4.4.8
I have followed the document at Joomla 3.x to 4.x Step by Step Migration - Joomla! DocumentationThis is a very old site that I only use as a sandbox. I want to test the migration process before using...
View ArticleMigrating and Upgrading to Joomla! 4.x • Problem when updating from Joomla...
helloI encountered a problem when updating from Joomla 3.10.11 to 4.4.8.warningJInstaller: :installation: Error SQL Field 'extra_params' doesn't have a default valuexdangerTable 'ahan.tp655_history'...
View ArticleJoomla! 5.x Coding • Re: AI Semantic Search Integration with Joomla
Use onContentAfterSave event to track newly added and modified items. And onContentAfterDelete to track deletions. There is some documentation https://manual.joomla.org/docs/building ... s/plugins/....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Unable to upgrade PHP to 8.2 or 8.3
Hi Ttoivo,As the site for that business has to be functional during opening hours and as it works well under PHP 8.1 I at the moment, I’ll have to wait until they close this afternoon to follow your...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Errors on upgrade J3.10.12 to...
Disabled Functions :: allow_url_fopenThe PHP native function allow_url-fopen should be enabled. Contrary to what some hosts claim, it is not a security risk. They confuse it with allow_url_include...
View ArticleAdministration Joomla! 5.x • Re: 404 on pagination
Hi, Please check https://www.ignitegallery.com/documenta ... l-not-workPascalStatistics: Posted by pmleconte — Wed Aug 28, 2024 7:08 am
View ArticleAdministration Joomla! 5.x • Re: No template manager on super administrator...
Thank you. I found some options in stylesStatistics: Posted by lotnicklotnick — Wed Aug 28, 2024 7:44 am
View ArticleMigrating and Upgrading to Joomla! 4.x • Admin Menu and Toolbar are not...
HiAfter updating from Joomla 3.10.11 to 4.4.8, I noticed that the admin menu and toolbar are not displayed. If their modules exist in the Administrator Module section.adminmenu-toolbar.pngStatistics:...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 4.4.8
Updated three live sites without any issue. Thanks for the quick turnaround.Statistics: Posted by imanickam — Thu Aug 29, 2024 3:24 am
View ArticleGeneral Questions/New to Joomla! 5.x • Internal Server Error
I've just seen this error messge while trying to save a new file:Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Internal Server Error
I should add This occured under J4.4.8 and still occurs now that I've upgraded to J5.1.4Statistics: Posted by cappleby — Thu Aug 29, 2024 5:04 am
View ArticleAdministration Joomla! 5.x • Unable to Select Category Field Group in Edit...
Hello Joomla Community,I'm encountering an issue in Joomla 5 where I'm unable to select a Field Group for Categories when editing a field. Here’s the situation:Creating Field Groups for Categories: I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: PHP Notice due to PHP 8.1.29
Your PHP version, 8.1.29, is only receiving security fixes from the PHP project at this time. This means your PHP version will soon no longer be supported. We recommend planning to upgrade to a newer...
View ArticleJoomla! 5.x Coding • Re: Problems with null parameters in PHP8.3 and Joomla5
Turn off Error Reporting and report the bugs to the developer of the T4 Framework.Disable Error Report the bugs to the T4 Framework developer for further research and solutions.Null Brawl...
View Article