• Resolved Creative Slice

    (@creativeslice)


    We’re seeing errors when this plugin is trying to call this JSON file:
    http://reduxframework.com/wp-content/uploads/redux/redux_notice.json

    It’s being called from here:

    reduxNewsflash->get_notice_json()
    wp-content/plugins/worth-the-read/options/core/newsflash.php:57
    reduxNewsflash->__construct()
    wp-content/plugins/worth-the-read/options/core/newsflash.php:37
    ReduxFramework->__construct()
    wp-content/plugins/worth-the-read/options/framework.php:437
    Redux::loadRedux()
    wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:122
    Redux::createRedux()
    wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:134
    do_action('after_setup_theme')

    In the meantime I went to line 432 of worth-the-read/options/framework.php and changed it from:
    'server_file' => 'http://reduxframework.com/wp-content/uploads/redux/redux_notice.json',
    to:
    'server_file' => '',

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Creative Slice

    (@creativeslice)

    We’re now seeing additional errors after using the above update.

    reduxNewsflash->get_notice_json()
    wp-content/plugins/worth-the-read/options/core/newsflash.php:57
    reduxNewsflash->__construct()
    wp-content/plugins/worth-the-read/options/core/newsflash.php:42
    ReduxFramework->__construct()
    wp-content/plugins/worth-the-read/options/framework.php:437
    Redux::loadRedux()
    wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:122
    Redux::createRedux()
    wp-content/plugins/worth-the-read/options/inc/class.redux_api.php:134
    do_action('after_setup_theme')
    wp-includes/plugin.php:470
    Plugin Author brianmcculloh

    (@brianmcculloh)

    This is coming from the Redux options framework which is a third-party framework used to create the options pages. You should be able to safely ignore these notices, but if you do want more information you can see the documentation here: http://devs.redux.io/

    We will be updating the framework in the next version of the plugin which should also hopefully help. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reduxNewsflash 404 Not Found’ is closed to new replies.