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
Issue Tracker compatibility - 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


Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Date/Date.php on line 112

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

Issue Tracker compatibility


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

9 years 3 months ago #7 by semigud
Replied by semigud on topic Issue Tracker compatibility
Hi, and thanks for a great component!

I had the same problems as stated over installing Issue tracker 1.6.5 to Joomla 3.3.6
I followed the advice and installed 1.6.4 instead, but now I can't upgrade form 1.6.4 to 1.6.5
Tried both with the upgrade button, and by using Extention Manager.
An error has occurred.
1060 Duplicate column name 'itypes' SQL=ALTER TABLE `nordic_it_projects` ADD `itypes` text CHARACTER SET utf8 COLLATE utf8_unicode_ci COMMENT 'Issue Types for this project.' AFTER assignee;

Any ideas?

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.

9 years 3 months ago #8 by geoffc
Replied by geoffc on topic Issue Tracker compatibility

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


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


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


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

I think that you have missed a point in the directions. The 'itypes' column was only present in 1.6.5 so it it is complaining about a duplicate this means that the underlying table '#__it_projects' has already been updated. This suggests that the database table was not removed before you tried the 1.6.4 install.

Depending upon your site and whether the data in the Issue Tracker tables will determine the best course of action.

If this is a new install, then the best approach would be to uninstall the component complely and start again. Possibly try the 'dev' release available in the download area (visible to logged in users). This 'dev' release should resolve the original problem with the key length. (See this thread for more details.)

If you need to save the current data then it would be best to remove the additional column (s) from the tables in the database using MyPHPadmin. The release 1.6.5 added the 'itypes' column to the '#__it_projects' table but also added two columns 'phone_number' and 'sms_notify' to the '#__it_people' table. These would also need to be removed before the reinstall attempt to upgrade to 1.6.5 would work, otherwise they would give a similar problem to teh one you are experiencing.

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

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

9 years 3 months ago #9 by semigud
Replied by semigud on topic Issue Tracker compatibility
Removed 'itypes' column in the '#__it_projects' table, and the update worked fine :)
The two other columns you mentioned were not there.
Thanks.
The following user(s) said Thank You: geoffc

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

9 years 3 months ago - 9 years 2 months ago #10 by geoffc
Replied by geoffc on topic Issue Tracker compatibility
Glad you got it sorted out. I thought I would mention the other two columns just in case they were present.
Thank you for keeping us up to date.

Regards
Geoff

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

Time to create page: 0.154 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries