Error found where do i place bugs?

General questions relating to Joomla! 5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
chris2k13
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Mon Nov 27, 2023 10:03 am

Error found where do i place bugs?

Post by chris2k13 » Sat Feb 17, 2024 1:04 pm

Im using joomla 5, php 8.2

Have error reporting to maximum


Deprecated
: Creation of dynamic property Joomla\Registry\Registry::$default is deprecated in
/home/mysoci/public_html/libraries/vendor/joomla/registry/src/Registry.php
on line
937


\trigger_deprecation(
'joomla/registry',
'__DEPLOY_VERSION__',
'Creating a property will be removed in version 3.',
self::class,
self::class
);

$this->$name = $value;
break;

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 25057
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Error found where do i place bugs?

Post by pe7er » Sat Feb 17, 2024 5:30 pm

Can you reproduce the issue with a clean website (without 3rd party extensions) with the latest Joomla 5.x version?

If so, then please use the Joomla issue tracker to report the issue:
https://issues.joomla.org/ or
https://github.com/joomla/joomla-cms/issues

Before submitting an issue, please check if it has not been reported previously.
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 31084
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Error found where do i place bugs?

Post by Per Yngve Berg » Sat Feb 17, 2024 6:25 pm

If you post more of the Stack Trace, we will see what Extension is causing the Error.

User avatar
ceford
Joomla! Hero
Joomla! Hero
Posts: 2794
Joined: Mon Feb 24, 2014 10:38 pm
Location: Edinburgh, Scotland
Contact:

Re: Error found where do i place bugs?

Post by ceford » Mon Feb 19, 2024 9:57 am

To add to what others have said: the warning has been triggered by a third party extension that is not fully compatible with Joomla 5 (or 4). It is not a Joomla bug. Did you set Debug System to Yes? Take a screen shot of the Stack Trace and post it here.

LEKtronics
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Jan 27, 2024 1:42 am

Re: Error found where do i place bugs?

Post by LEKtronics » Fri Feb 23, 2024 12:48 am

I have the same issue. It is caused by JEM, an event manager for Joomla, specifically the Calendar Module. It is supposed to be compatible with Joomla 5. It was not an issue until a couple of days ago. I am trying to track it down.

McKillo
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Fri Mar 23, 2018 9:58 am

Re: Error found where do i place bugs?

Post by McKillo » Sun Apr 14, 2024 7:21 am

@LEKtronics Fixed. You can see the last commit for JEM Calendar module in JEM https://github.com/jemproject/JEM-Project/issues/1705


Post Reply

Return to “General Questions/New to Joomla! 5.x”