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

Deprecated: Joomla\CMS\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/src/Input/Input.php on line 31

Deprecated: Joomla\CMS\Input\Cookie 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/src/Input/Cookie.php on line 21

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Uri/Uri.php on line 141
cant create new topic on this forum - Page 2 - 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

cant create new topic on this forum


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

8 years 3 days ago - 8 years 3 days ago #7 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

The problem is (I think) specific to the 'it_people' table which has an 'alias' column but doesn't use it.

We need to add the following code into the file admin/components/com_issuetracker/helpers/audit.php in three locations. (Once for each possible trigger type).

After line:349
// Special case since we do not use it_people alias yet.
      if ( substr($tname, -9) == 'it_people') {
         $aliascol = $pkeycol;
      }

Tested on my test system and it now works fine. Please confirm if it works for you.

Then also add the same code after new line nos 470, and 603.

The code in these areas would then look like the following:
if ( ! empty($res) ) {
         $aliascol = 'alias';
      } else {
         $aliascol = $pkeycol;
      }

      // Special case since we do not use it_people alias yet.
      if ( substr($tname, -9) == 'it_people') {
         $aliascol = $pkeycol;
      }

One thing I forgot to add was that you need to drop and re-create the triggers, otherwise the original trigger code will be in use.

Regards
Geoff
The following user(s) said Thank You: ashley

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.

8 years 1 day ago #8 by ashley
still waiting

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

8 years 1 day ago #9 by geoffc
Can I assume that the suggested fix does not work for you?

In case you missed the last bit, the trigger has to be deleted and recreated after the fixed code has been applied, otherwise the database will still hold the originally created trigger code.

Regards
Geoff

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

8 years 1 day ago - 8 years 1 day ago #10 by ashley
thanks, it did the job and the triggers now work
The following user(s) said Thank You: geoffc

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

Time to create page: 0.136 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries