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
New install to 2.5.4 Issues - 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

New install to 2.5.4 Issues


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

12 years 1 month ago #13 by geoffc

Hi, awesome extension from what I've been able to test and use.

Also having the same problem with "create a issue" the above did solve the issue as well.


But I'm also having a small problem underneath the form it has some info about Joomla. The picture will show what I mean.

1) imageshack.us/photo/my-images/405/issuer.png/

2) Also keen to know if in a future release/edit if the "create a issue" will be customizable?


The additional information is added to enable collection of details of the base upon which the product is run. There are two options, one is to make them optional, which will not remove them but will at leasy stop their entry being forced. The other is to edit the code. In the site/view/form/tmpl/edit.php comment out line 94, which calls the display of these items. The store of these values is in site.models/itissues.php around lines 290. You may not have to change the model, but having not tried I cannot guarentee it. I will consider making these item displays option in the next version.

The 'create an issue' is indeed on the list for future changes. For example I am thinking of the ability to add user files. If you have any specific requirements please let me know.

Regards
Geoff

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.

12 years 1 month ago #14 by geoffc

I have fixed the sync users issue!! It was sort of my fault...

Anyway I deleted the role id numbered '6'... in the dbtasks.php file within the administrator/components/com_issuetracker/models folder, it inputs 6 for the person_role, which doesn't exist in my table - I'm only using 3 currently. So I have changed the 6 to a 3 and it works without issue now.


There is one more place that you need to make a change as well.

In plugins/system/issuetracker.php on line 60: The value 'User' should be changed to the number '6' which is/was the default id for the 'User role'.

In your case, where you have changed the it_roles you should change it to what ever value you wanted to be the default (3).

I have made a change for the next version where a default role is defined as an option and the value will be picked up and used in the plugin. Assigning a default project could also be done in this code as well. Currently it is left NULL for an administrator to change later if appropriate.

Without this change the automatic user entry into the it_people table will not happen.

Your change fixed the syncusers problem. This is the other side of the fix.

Regards
Geoff

Edited by geoffc - 11.04.2012 18:26

Regards
Geoff

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

12 years 1 month ago #15 by Mcw_33

The additional information is added to enable collection of details of the base upon which the product is run. There are two options, one is to make them optional, which will not remove them but will at leasy stop their entry being forced. The other is to edit the code. In the site/view/form/tmpl/edit.php comment out line 94, which calls the display of these items. The store of these values is in site.models/itissues.php around lines 290. You may not have to change the model, but having not tried I cannot guarentee it. I will consider making these item displays option in the next version.

The 'create an issue' is indeed on the list for future changes. For example I am thinking of the ability to add user files. If you have any specific requirements please let me know.

Regards
Geoff


Where do i turn this option so its not forced? I've had a look and can't seem to find it, or is it in the code some where?

how often are releases going to come once a month?

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

12 years 1 month ago #16 by geoffc

Where do i turn this option so its not forced? I've had a look and can't seem to find it, or is it in the code some where?


Look in site/models/forms/itissues.php lines 112 & 122 change the required=true to required=false. I have checked out the model end and in the site/models/itissues.php around line 291 there are two line to comment out as well. These would save the details entered which since you are not interested in them you do not need. [This would stop the empty text being stored in the Progress field.]

// $data .= 'Joomla Version: ' . $input . "";
// $data .= 'Product Version: ' . $input . "";

how often are releases going to come once a month?


In answer to how frequent releases are going to come, that is rather a big question. It will all depend on what changes are involved and time demands.

I would anticipate every 2->3 months for big changes, with perhaps minor corrections a bit sooner. For example we are preparing a release 1.0.1 to include these recent issues (part of which includes the change to make the display of these extra fields optional. We are waiting a bit longer to see if any show stoppers come out, but if not then probably end of next week at a guess.

Regards
Geoff

Regards
Geoff

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

Time to create page: 0.204 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries