• Resolved rngeer

    (@rngeer)


    Plugin could not be activated because it triggered a fatal error.

    Warning: require_once(/var/www/wp-content/plugins/widget-options/includes/widgets/option-tabs/days-dates.php): failed to open stream: No such file or directory in /var/www/wp-content/plugins/widget-options/plugin.php on line 202

    Fatal error: require_once(): Failed opening required ‘/var/www/wp-content/plugins/widget-options/includes/widgets/option-tabs/days-dates.php’ (include_path=’.:’) in /var/www/wp-content/plugins/widget-options/plugin.php on line 202

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marketing Fire

    (@marketingfire)

    very sorry for the errors! It looks like our latest update caused an issue. Our support team has been flagged and we will be rolling back that change shortly. Thank you for flagging the errors for us to review.

    In the meantime, you can also download a previous version of the plugin at the bottom of this page:

    https://www.ads-software.com/plugins/widget-options/advanced/

    On line 202 and 203 of plugin.php you will find:

    require_once WIDGETOPTS_PLUGIN_DIR . 'includes/widgets/option-tabs/<strong>days-dates.php</strong>';
    require_once WIDGETOPTS_PLUGIN_DIR . 'includes/widgets/option-tabs/<strong>styling.php</strong>';

    But in includes/widgets/option-tabs/ there is no days-dates.php or styling.php !

    Just put // before require_once to disable the lines:

    //require_once WIDGETOPTS_PLUGIN_DIR . 'includes/widgets/option-tabs/days-dates.php';
    //require_once WIDGETOPTS_PLUGIN_DIR . 'includes/widgets/option-tabs/styling.php';
    • This reply was modified 2 years, 6 months ago by fanSte.
    • This reply was modified 2 years, 6 months ago by fanSte.
    Plugin Author Marketing Fire

    (@marketingfire)

    Very sorry for the errors! It looks like our latest update caused an issue. Our support team has been flagged and we will be rolling back that change shortly.

    In the meantime, you can also download a previous version of the plugin at the bottom of this page:
    https://www.ads-software.com/plugins/widget-options/advanced/

    You can also comment out the lines 202 and 203 in /var/www/wp-content/plugins/widget-options/plugin.php and the plugin can be reactivated.

    //add days and dates tab DEMO
    //require_once WIDGETOPTS_PLUGIN_DIR . ‘includes/widgets/option-tabs/days-dates.php’;
    //require_once WIDGETOPTS_PLUGIN_DIR . ‘includes/widgets/option-tabs/styling.php’

    We will also follow up with you to ensure you know when the update is rolled back. Thank you for your patience while we get this fixed!!

    Best,
    Widget Options Team

    • This reply was modified 2 years, 6 months ago by James Huff.
    • This reply was modified 2 years, 6 months ago by Jan Dembowski.
    Plugin Author Marketing Fire

    (@marketingfire)

    Hey everyone, we pushed an update a few hours ago (now v3.8.2) to fix these fatal errors. Hopefully that helps resolve everything quickly! Please let us know if you continue to experience any issues though of course too.

    Thread Starter rngeer

    (@rngeer)

    All better after 3.8. Thank you for the fix.

    Plugin Author Marketing Fire

    (@marketingfire)

    @rngeer ????

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal Error After Upgrade To 3.8’ is closed to new replies.