• Resolved richard183

    (@richard183)


    Hi Guys,

    I just wanted to check if you would know why we are getting a error after the last update of this plugin?

    Deprecated: Return type of SeriouslySimplePodcasting\Entities\Available_Podcasts_Attribute::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/729292.cloudwaysapps.com/pzsqtvdhnq/public_html/wp-content/plugins/seriously-simple-podcasting/php/classes/entities/class-available-podcasts-attribute.php on line 28

    regards

    • This topic was modified 1 year, 2 months ago by richard183.
    • This topic was modified 1 year, 2 months ago by richard183.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @richard183,

    Thank you for bringing this to our attention. Unfortunately, it’s currently difficult to remove this notice while also supporting older PHP versions. For now, I recommend suppressing notices and warnings by setting the debug constant to false in your wp-config.php file:

    define(WP_DEBUG, false);

    I already have define(WP_DEBUG, false); set on wp-config.php, and yet this error shows up on console.

    PHP 7.4 is unsupported since 2022… even 8.0 isn’t supported anymore. Wouldn’t be a good practice to drop support for older, insecure PHP versions in SSP?

    • This reply was modified 1 year, 2 months ago by Rodrigo. Reason: Fix link (Markdown doesn't work)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘error after update’ is closed to new replies.