Deprecated: Joomla\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/vendor/joomla/input/src/Input.php on line 41

Deprecated: Return type of Joomla\Input\Input::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/13/d380392445/htdocs/Jlive/libraries/vendor/joomla/input/src/Input.php on line 170
Error after New issue or change issue - Page 3 - Macrotone Forum

Unknown Error 8192: KunenaControllerApplicationDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in libraries/kunena/controller/application/display.php on line 21


Unknown Error 8192: ComponentKunenaControllerWidgetAnnouncementDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/widget/announcement/display.php on line 18


Unknown Error 8192: ComponentKunenaControllerTopicItemDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/item/display.php on line 25


Unknown Error 8192: Automatic conversion of false to array is deprecated in libraries/kunena/forum/category/category.php on line 415


Unknown Error 8192: Automatic conversion of false to array is deprecated in libraries/kunena/route/route.php on line 437


Unknown Error 8192: Automatic conversion of false to array is deprecated in libraries/kunena/bbcode/bbcode.php on line 107

Error after New issue or change issue


Unknown Error 8192: ComponentKunenaControllerTopicItemActionsDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/item/actions/display.php on line 23


Unknown Error 8192: ComponentKunenaControllerTopicPollDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/poll/display.php on line 21


Unknown Error 8192: ComponentKunenaControllerTopicItemMessageDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/item/message/display.php on line 23

7 years 10 months ago - 7 years 10 months ago #13 by geoffc
Help me out a little bit here.
Has this just started happening or is it a new install ?
What version of Joomla, what version of Issue Tracker and for completeness what version of PHP is this occurring upon?
Did the earlier suggestion work or is the code already present ?
Is the id correct in the link in the outgoing notification emails ?
Is this a registered user or a guest user who created the issue?

Sometime we may be able to second guess the cause of a problem other times we need a little more information.

Regards
Geoff

Unknown Error 8192: ComponentKunenaControllerMessageItemActionsDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/message/item/actions/display.php on line 25

Please Log in or Create an account to join the conversation.

7 years 10 months ago #14 by adamjm7

Unknown Error 8192: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2263

Of course you need that... Sorry. I was tired when I posted.

New install of IT on a preexisting Joomla installation.
PHP 5.4.16
Joomla 2.5.28
IT 1.6.11 (I installed 1.6.10 initially due to the changelog statement about usage with 2.5, but updated after this issue.)

I tried the fix suggested a couple of posts ago:
$input = JFactory::getApplication()->input;
It had no effect.

The id is correct in the outgoing emails.
It is a registered user as I don't intend allowing guests to create issues.

Thanks for your help!

Please Log in or Create an account to join the conversation.

7 years 10 months ago #15 by geoffc
I had included that specific fix in 1.6.11 so no surprises there. Need to find a local 2.5 Joomla install to test against. I think I may have one somewhere to test against. I don't see the problem on J3.5, so sounds like another J2.5 specific problem. Usual J2.5 update recommendatation skipped. :)
Sounds very much like the id is not being picked up correctly somewhere in J 2.5 when it sets up the return address. Not sure why yet, since it must have it correct if the link in the email is correct.
May be a little while before I can update this post. Should be easy to find once I get it set up.

Regards
Geoff

Please Log in or Create an account to join the conversation.

7 years 10 months ago #16 by geoffc

Unknown Error 8192: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2263


Unknown Error 8192: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2263

Try this. Same file components/com_issuetracker/controllers/itissues.php.

Change line 343 from:
$return = $this->input->get('return', null, 'base64');

to
$return = $input->get('return', null, 'base64');

Regards
Geoff

Please Log in or Create an account to join the conversation.

7 years 10 months ago #17 by adamjm7
That fixed it. Thank you!

Please Log in or Create an account to join the conversation.

7 years 10 months ago #18 by geoffc
You are welcome.

I have changed the file so that if 1.6.12 is every released it will continue to work. J3.5 can find the value as it stood, so no change required for J3.5, but it doesn't do any harm even if changed there. File is rewritten on Rel 1.7.0 so no change required there either.

Thank you for letting us know.

Regards
Geoff

Please Log in or Create an account to join the conversation.

Time to create page: 0.147 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries