Extensions for Joomla! 5.x • Re: Integration with Wordpress, Coppermine...
Why not put *everything* in Joomla, period? Joomla has forums, photo gallery extensions and you can have blog-type layouts for article display.Statistics: Posted by AMurray — Thu Aug 22, 2024 9:27 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: menu items
The AllediaFramework is apparently used by extensions by JoomlaShack. Here is a topic from 2021 about a related error: Warning: [Joomlashack System Plugin] Alledia framework not foundStatistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't create or open a menu item
Thank you for the update! According to the JED entry, OAuth Server for Joomla 5.0.0 is compatible with Joomla 3 and Joomla 4 only.Statistics: Posted by toivo — Thu Aug 22, 2024 10:47 pm
View ArticleExtensions for Joomla! 3.x • Re: JCE Editor removes my link and script tag
https://www.joomlacontenteditor.net/sup ... -on-savingCreate profiles if you want to restrict jce functions for other users.Statistics: Posted by Webdongle — Fri Aug 23, 2024 2:50 am
View ArticleGeneral 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 Article