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
Frontend: Expiring and Unpublish not working - 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

Frontend: Expiring and Unpublish not working


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

7 years 10 months ago - 7 years 10 months ago #1 by Captainmoomoo

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


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

Hello, I am playing around in the frontend with Rialto, and I've came across some problems. When I set my listing to 'unpublished', the listing stays active. When I set the listing to 'expired', it still stays active. All of the other options under the Publishing tab works. I am able to set 'unpublished' and 'expired' in the backend, but I need this to work in the frontend, too. Added attachment of problem area.

Attachments:

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.

7 years 10 months ago #2 by geoffc
Fixed in 1.3.0 release.

The basic problem is that an entry cannot be visible on the front end if it is expired. The expired flag works with the published state flag and there was a small logic fault in the code. The published change was working upon my (modified) version correctly.

I have modified the logic to enforce the intended behavior. .

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

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

7 years 10 months ago #3 by Captainmoomoo
That makes sense, thank you for the update. Curious, when do you plan on releasing 1.3.0? Asking as I will be making my website live probably in the next week or so, and I want to let the users know when they can expect (more or less) this functionality. Thanks geoffc.

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

7 years 10 months ago #4 by geoffc
I am testing the latest changes at the moment. The biggest thing outstanding is still to check that the multi-lingual is working fine. (I have still to think about subscription across different languages yet as well.) I can let you have a RC copy next week if you want. I should have tested most things by then.

The changes to this particular reported problem are linked in with a few other changes so it would be messy to try and separate them quickly, hence the preference to leave it for the 1.3.0 release.

Regards
Geoff

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

7 years 10 months ago #5 by Captainmoomoo
That would be fine, please send me a RC copy next week when you can. I think having those 2 options (unpublished, expired) working would be beneficial for right now, but I don't want you to feel like you are being rushed by any means. :)

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

7 years 10 months ago - 7 years 10 months ago #6 by Captainmoomoo

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

Received your beta 1.3.0 this morning, thanks!

A few things I noticed:

+ Setting a listing as 'expired' works, but setting it to 'unpublished' still does not work (I checked the frontend and backend).
+ There was also a typo on line 416 in default.php (com_rialto > views > category > tmpl > default.php)
<! language -->
should be
<!-- language -->
to properly comment out the description. I don't think it breaks anything, but it's good to fix!

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

Time to create page: 0.156 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries