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
JFIELD_PUBLISHED_DESC always unpublished as defaul - 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


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

JFIELD_PUBLISHED_DESC always unpublished as defaul


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

6 years 8 months ago #1 by enzo.orsi
Hi,
even if I change the default "publish state" from the control panel, when I open a new issue the JFIELD_PUBLISHED_DESC is always set as unpublished as default.
Do you know the reason?

Furthermore, is it normal that progress textarea is always readonly from frontend even if I am an administrator? Is it possible to add progress only from backend?

Thank you!
Best Regards

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.

6 years 8 months ago #2 by enzo.orsi

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


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: 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


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

I solved both issues with a WORKAROUND!

1) Even if I change the default "publish state" from the control panel, when I open a new issue the JFIELD_PUBLISHED_DESC is always set as unpublished as default.

I changed components/com_issuetracker/models/forms/itissues.xml at row 82
      <field name=""state"" type=""list""
         label=""JPUBLISHED"" description=""JFIELD_PUBLISHED_DESC""
         class=""inputbox"" size=""1"" default=""1"">  //before it was default=""0""
         <option value=""1"">JPUBLISHED</option>
         <option value=""0"">JUNPUBLISHED</option>
      </field>"

2) All textarea (progress, summary, description) are always readonly from frontend even if I am an administrator
In Joomla I am not using any editor, I am using plain text editor (so "none editor").

I changed components/com_issuetracker/views/form/view.html.php at row 110
 if ( $app->get('editor') == ""none"" ) {
      $wysiwyg = 1; //before it was = 0
  }

Will it be fixed with the next release? Otherwise the changes will be replaced with the upload...

Thank you!

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

6 years 8 months ago #3 by enzo.orsi

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


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

One small update:

1) Even if I change the default "publish state" from the control panel, when I open a new issue the JFIELD_PUBLISHED_DESC is always set as unpublished as default.

The trick below at the end is not always working, it is very weird, I cannot understand. Some issues are unpublished, I change to published even from backend and they come back to unpublished.

2) All textarea (progress, summary, description) are always readonly from frontend even if I am an administrator

If in Joomla Global Configuration I have "editor none" it does not work, but if I use JCE for example it works even without the below change to the code.

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

6 years 8 months ago #4 by enzo.orsi

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


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


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

enzo.orsi wrote: One small update:

1) Even if I change the default "publish state" from the control panel, when I open a new issue the JFIELD_PUBLISHED_DESC is always set as unpublished as default.

The trick below at the end is not always working, it is very weird, I cannot understand. Some issues are unpublished, I change to published even from backend and they come back to unpublished.

2) All textarea (progress, summary, description) are always readonly from frontend even if I am an administrator

If in Joomla Global Configuration I have "editor none" it does not work, but if I use JCE for example it works even without the below change to the code.


At the end, also the 2) is a bug. Even if I use JCE, textareas are not editable.
The unique way is to change components/com_issuetracker/views/form/view.html.php at row 110
 if ( $app->get('editor') == ""none"" ) {
      $wysiwyg = 1; //before it was = 0
  }

Will it be solved before next release?

Thank you!
The following user(s) said Thank You: Nikushka

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

6 years 3 months ago #5 by Nikushka
Hello!

I just tried the change in components/com_issuetracker/views/form/view.html.php, and it doesn't work for me, no matter, which editor I choose.
Any other ideas?

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

6 years 2 months ago #6 by geoffc
Do you have any template overrides is place? Off hand that is the only reason I can immediately think of.

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