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 - 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: Automatic conversion of false to array is deprecated in libraries/kunena/route/route.php on line 437


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/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 - 12 years 1 month ago #1 by dajo
Hi,

I got very excited when I found your extension as it looks like it will do what I require more than any other.

However, I have two issues at the moment:

_________________
First (Big issue): The new ticket option won't work in the front end - New menu item (com_issuetracker » Create An Issue), selected link is: index.php?option=com_issuetracker&view=form&layout=edit
(SEF is ON but I have tested OFF and issue still here).
In the front end you click the link - IE9 display an error 500 programming(similar issue in Chrome also).
As follows:
The website cannot display the page
HTTP 500
Most likely causes:
•The website is under maintenance.
•The website has a programming error.

____________
Second Issue:
New website users are not appearing in the users table (only the ones that were there prior to installation). I attempt the synchronise users and get the following error (the database unfortunately has a "-" in it's name which is set by the hosting company and not able to be changed - I hope this is not the cause as I won't be able to change this):

Cannot add or update a child row: a foreign key constraint fails (`DATABASE-NAME`.`table_it_people`, CONSTRAINT `table_it_people_role_fk` FOREIGN KEY (`person_role`) REFERENCES `table_it_roles` (`role_id`)) SQL=INSERT IGNORE INTO `table_it_people` (person_id, person_name, username, person_email, person_role, assigned_project, created_by, created_on)
SELECT id, name, username, email, '6', 1, '', registerDate FROM `table_users`


If you could help me out it would be much appreciated.

Dajo

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 #2 by dajo
I have just found one issue (looks like an issue to me) in the dbtasks.php file the following is there:

public function syncusers()
{
$model = $this->getModel('dbtasks');
print("Synchronise with Joomla Users procedure $model");
$model->remsampledata();
$this->setRedirect('index.php?option=com_issuetracker',JText::_('COM_ISSUETRACKER_SYNCHRONISED'));

*** $model->remsampledata(); looks wrong, I have changed this to syncusers (using the same format as the other two public functions...) still the same issue and error persist.

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

12 years 1 month ago #3 by dajo
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.

However, I still have the big issue of the new issue form not working.

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

12 years 1 month ago #4 by geoffc

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 2022

Thank you for your information.

1. I cannot replicate the 500 error on my sites so I may need some more information, Could you turn on the site debug and see if it generates any additional details?

2. The FK failure could be due to the entries in the it_roles table. By default when a new user is added to the site the plugin (enabled on install) insert the new user into the it_people table with the default role of 'user'. Could you check that the it_roles contains that value?

3. Well spotted. I thought I had corrected that particular error, but it somehow slipped through. It should as you say be syncusers and I have corrected it in my source again. The syncusers is really just a double check in case the plugin fails, and since it is using similar code it would explain why you are getting the error (2) above.

Regards
Geoff

Your last post crossed as I was enterering this response.

Yep that would cause it. Id 6 is/was the 'user' role.

Running the sysncusers would re-enter any users that previously failed to get added to the it_people table.

Now as you say we need to see where that 500 error is coming from.

Edited by geoffc - 10.04.2012 21:29

Regards
Geoff

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

12 years 1 month ago #5 by dajo
Hi Geoff,

Thank you for the prompt reply. My webhost is quite tied down and I am unsure on how to set a site wide debug on - the Joomla one doesn't help as it needs the page to load for it to appear, I'll see if there is a way I can tell the site to be in debug mode in a php.ini file I mhave managed to get running.

Regards,
David

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

12 years 1 month ago #6 by dajo
Ok managed to get an error by editing the php.ini file:

Fatal error: Call to a member function set() on a non-object in /public_html/components/com_issuetracker/models/form.php on line 97

Edited by dajo - 10.04.2012 21:39

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

Time to create page: 0.146 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries