reduxNewsflash 404 Not Found
-
We’re seeing errors when this plugin is trying to call this JSON file:
https://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' => 'https://reduxframework.com/wp-content/uploads/redux/redux_notice.json',
to:
'server_file' => '',
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘reduxNewsflash 404 Not Found’ is closed to new replies.