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 on list issue - 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

Error on list 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

12 years 3 weeks ago #7 by qhvn
Replied by qhvn on topic Re: Error on list issue
Hello,
I just do what's your guide :

in line 358 : $this->setError($this->_db->getErrorMsg());

it like your massage want to change

i only change in line : 364
below :

// Store record in the database
if (!$row->store()) {
// $this->setError( $row->_db->getErrorMsg() );
$this->setError($this->_db->getErrorMsg());
return false;
}

it's work fine, but no one record has insert in to table, i check list issue again, it has no new issue.

do you have any ideal ?

Edited by qhvn - 22.04.2012 05:52

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 3 weeks ago #8 by geoffc
Replied by geoffc on topic Re: Error on list issue
I am working on the problem. I have another reported situation where this is happening as well, so you are not alone. Trouble is it works on most systems but not on an odd few, and I have not yet been able to reproduce the problem internally.

Watch this thread which I will update when I discover more.

Geoff

Regards
Geoff

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

12 years 4 days ago #9 by geoffc
Replied by geoffc on topic Re: Error on list issue
I suspect that there may be an entry missing in the it_people table.

To confirm this look at the users present in the table in the admin area for the componnet. There should be a user with an ID of 1 named anonymous.

If there is not then there are two things you can do to resolve this.

Either:

1) Add an entry into the it_people table via phpAdmin or mysql (or what ever tools you use):

INSERT IGNORE INTO `#__it_people` (person_id, person_name, username, person_email, person_role, created_by, created_on, assigned_project)
nvalues (1, 'Anonymous', 'anon', 'This email address is being protected from spambots. You need JavaScript enabled to view it.', '6', '".$user->username."', now(), 1);

Change the #_ to your own specific database prefix.

2) Alternatively go to the component options and change the default to point to another user (from the it_people table) to become the default 'identified_by' user. It will be set to 'Anonymous' but since the user doesn;t yet exist you need to re-assign it.

Let me know if it resolves your problem or whether it still exists.

Regards

Support

Regards
Geoff

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

Time to create page: 0.228 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries