Templates for Joomla! 5.x • Re: Undefined function get_current_user() when...
Some background:We only use this built-in function in one place in the entire Joomla! core code. It is used in the Template component when a file is stored on the file system, and its owner is set to...
View ArticleInstallation Joomla! 5.x • Can't access Admin panel after 4-5 upgrade
Hi,I upgraded Joomla 4 to 5.0.3. The website appears to work fine but I can't access the backend. After login I get the following:mysqli_sql_exception mysqli_sql_exceptionHTTP 500 Whoops, looks like...
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
yep, phpinfo says PHP 8.3.2.Can you provide the Forum Post Assistant Report (https://forumpostassistant.github.io/docs/). Im not familiar with that, will take a look into what I need to do with it...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Just to make sure the code is written correctly, how about this?Code: div.grid-child.container-below-top {padding:0px!important;}Statistics: Posted by sikumbang — Mon Apr 15, 2024 10:47 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Direct Joomla to a subfolder of...
Haven't tested it yet, but maybe you can try by creating a .htaccess file in the root folder containing these rules:Code: RewriteEngine onRewriteCond %{HTTP_HOST} ^www.example.com [NC]RewriteRule...
View ArticleJoomla! 5.x Coding • Duplicate (admin) menu items
When setting up different admin menu sets for different admin groups I have a problem, if someone is in more than one group then menu items that are common to the various groups appear multiple...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: New location for Additional Fields
I believe you will need to create a template override for com_content, where you can modifiy the custom field positions.Statistics: Posted by sikumbang — Mon Apr 15, 2024 11:04 am
View ArticleJoomla! 5.x Coding • Re: Webservices request gets reply 'Class...
Then the origin of the error could simply be the script that calls the Joomla core API through web services. Does that script create its own class map?I'm using Postman. I intended to mention that in...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: 1054 Unknown column 'system_data'...
No, system_data column should be in #__extensions table.Statistics: Posted by SharkyKZ — Tue Apr 16, 2024 8:28 am
View ArticleAdministration Joomla! 5.x • Redirect guests to a specific article page when...
Hello,Although I'm now quite experienced with Joomla, I just can't figure how to do this:How can I redirect visitors to a specific "You must be registered to view this item" type article when a guest...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: The database requirement
If you follow option 2 you will not be able to update Joomla until the DB requirements are met.Statistics: Posted by gws — Tue Apr 16, 2024 10:52 am
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Anyway to recaptcha registration...
Oh didn't notice you are on j3. Reinstall core files then extensions discover. That should find it. But your Joomla is old you need to update.Statistics: Posted by Webdongle — Tue Apr 16, 2024 11:06 am
View ArticleAdministration Joomla! 5.x • Re: Redirect guests to a specific article page...
https://docs.joomla.org/Restricting_acc ... ad_more%22Statistics: Posted by Per Yngve Berg — Tue Apr 16, 2024 11:14 am
View ArticleTemplates for Joomla! 4.x • Re: SOS...T4 Framework Undefined constant...
Are you using Akeeba to back up?Statistics: Posted by gws — Wed Apr 17, 2024 10:30 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Smart Search Error : Unexpected...
Hello,I enabled Debug System and set error reporting to max, but no stack trace appeared after indexing again, I only have some more info:An Error Has Occurredsyntax error, unexpected token...
View ArticleAdministration Joomla! 5.x • Re: Site admin throws a System Error
Hi, Thanks for all the advice I have received. I disabled NE1D in the database and nothing changed. Then I removed the files, again nothing changed, so I have put them back and done a stack trace. I'm...
View ArticleGeneral Questions/New to Joomla! 4.x • HTTP 500 error
I cannot access my joomla frontend and backend site. This is the page from the tab Stack traces I get:Code: Symfony\Component\ErrorHandler\Error\ClassNotFoundError:Attempted to load class...
View ArticleInstallation Joomla! 5.x • Error "The SELECT would examine more than...
I updated to 5.1.0 and received the following error:Joomla Version Update StatusNotice The update completed with errors. Brief list of captured errorsThe SELECT would examine more than MAX_JOIN_SIZE...
View ArticleAdministration Joomla! 5.x • Re: User-defined settings for media paths are...
Accepted as answer, but for clarity:Set new Media locations in System > Plugins > FileSystem - LocalWhat is then Media:Options > Path to Files Folder and > Path to Images Folder...
View ArticleGeneral Questions/New to Joomla! 4.x • JCE Editor (file browser) - You don't...
I've recently installed Joomla 5 and tried to access the file browser in JCE Editor but I get this message:You don't have permission to access this. Please contact a website administrator if this is...
View Article