• Resolved semplicewebsite

    (@semplicewebsite)


    Good evening, I have a problem with the plugin from version 2.6.4

    The following error appears on the episode page mysite/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-frontend-controller.php on line 559

    I had to roll back to 2.6.3 and the same error appears from version 2.6.4 onwards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @semplicewebsite!

    First of all, thank you for bringing it to our attention. I’m going to fix it in the next plugin version.

    By the way, do you see this error in your error logs or directly on the screen? If directly on the screen, please just disable showing errors, because it may impact the security of your site and is not really good for your visitors. To do it, please ensure that you have

    define( 'WP_DEBUG', false );

    string in your wp-config.php settings.

    Additionally, if it doesn’t help, you can try such combination:

    ini_set('display_errors','off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Regards,
    Sergey

    Thread Starter semplicewebsite

    (@semplicewebsite)

    what to say! Thank you so much for your kindness and for creating this amazing plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error php from 2.6.4’ is closed to new replies.