General Questions/New to Joomla! 5.x • Re: cannot create a new user
The error may be coming from an incompatible third party user plugin. Go to the Global Configuration and set 'Error Reporting' to 'Maximum' and turn on the option 'Degub System'. Post the error...
View ArticleInstallation Joomla! 5.x • Re: Error "Unsupported PHP Version"
does it only work with Php 8.1.xx, so i should not even install it on 8.3.xx or 8.2.xxThe recommended version of PHP for Joomla 5.x is PHP 8.3. Some third party extensions may be incompatible with the...
View ArticleInstallation Joomla! 5.x • Re: Errors after restore from backup
Check the file configuration.php in the main Joomla folder. Make sure it has an empty string, that is just two single quotation marks, as the value of the variable $live_site, like this:Code: public...
View ArticleExtensions for Joomla! 5.x • Language file issue in JoomSport
HelloI have installed JoomSport 6.0.1 in Joomla 5.1.3 (php ver. 8.3.1)Everything seems to work, except one thing.Joomsport does not read the back-end language ini file, although the ini file is...
View ArticleExtensions for Joomla! 5.x • Re: Language file
I think it just means they haven't got the proper translations. You can fix it by creating language overrides. Perhaps raise the issue with the extension developer.Statistics: Posted by AMurray — Fri...
View ArticleExtensions for Joomla! 5.x • Re: Language file issue in JoomSport
JoomSport Pro is a paid third party extension. You should reach out to its developer.Statistics: Posted by toivo — Fri Aug 23, 2024 10:50 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't create or edit articles in...
Which editor are you using? Are there any third party content plugins installed?Please post the results from the Forum Post Assistant (FPA) by following the instructions at...
View ArticleJoomla! 4.x Coding • Re: Error logging truncates the filename where the error...
#13 [ROOT]/index.php(32): require_once('/home/mysite/...')This line is executed first, according to the PHP call stack, presented in reverse time sequence, starting from the bottom: line 32 of the...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.3
You might want to wait for the official fix. I tried the above edit on the 4 files, re-indexed the smart search, clear the cache and browser cache, and still loose all search items on 2nd page.I reset...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Errors upgrading from 4.4.6 to...
Why are you uploading the update package?If the update is not showing in the Joomla update component then something is wrong. That needs to be sorted first. https://forumpostassistant.github.io/docs/...
View ArticleGeneral Questions/New to Joomla! 5.x • Description text in categories
How to in Joomla 5 get the description text visible in a catergory? In Joomla 3 it worked but not in Joomla 5.Statistics: Posted by peranders — Sat Aug 24, 2024 3:01 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Description text in categories
Did you enable it in the category settings?Statistics: Posted by brendanhedges — Sat Aug 24, 2024 3:09 pm
View ArticleInstallation Joomla! 5.x • Re: Unable to install joomla
I copied a website in joomla across now is on the way to healthStatistics: Posted by astarphysics — Sat Aug 24, 2024 7:08 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error on New Install v5.0.0: Class...
so i can just leave the psr4 file as deleted?Yes. If the file administrator/cache/autoload_psr4.php does not exist, Joomla creates it.it also created a new "_media_version" folderThat folder does not...
View ArticleJoomla! 5.x Coding • Error access joomla 5 framework from external php file
HiCode: error_reporting(E_ALL);ini_set('display_errors', 1);use Joomla\CMS\Factory;use Joomla\CMS\HTML\HTMLHelper;use Joomla\CMS\Language\Text;use Joomla\CMS\Uri\Uri;use...
View ArticleAdministration Joomla! 4.x • Re: Configuring joomla server smtp settings - Is...
You don't need SSL with localhost as the data never leaves the server.Statistics: Posted by Per Yngve Berg — Sun Aug 25, 2024 7:24 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Errors on upgrading to 4.4.6
Well, are you sure? The hosting service claims the settings is fine - standard they claim - and that they can't (wount) change them.So I need some specifics of what should be added/altered.Statistics:...
View ArticleAdministration Joomla! 5.x • Re: Inconsistent behaviour with Intro Text, is...
Only moderators can delete, but setting your answer to solved was the correct thing to do.Statistics: Posted by AMurray — Sun Aug 25, 2024 9:29 pm
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 ArticleJoomla! 5.x Coding • Re: Error access joomla 5 framework from external php file
Welcome to the Joomla forum!What is the purpose of this PHP script, external to Joomla? If it is meant to be a CLI (Command-Line Interface) application, there are tutorials and articles, including how...
View Article