• I have found the following issue:

    404 Not Found
    HTTP API Transport: curl
    DNS resolution time: 0,0003
    Connection time: 0,1044
    Start time (TTFB): 0,2084
    Reaction size: 114 B
    Answer content type: text/html

    —————-

    Which comes from:

    reduxNewsflash->get_notice_json()
    wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/core/newsflash.php:57
    reduxNewsflash->__construct()
    wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/core/newsflash.php:37
    ReduxFramework->__construct()
    wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/framework.php:437
    No3x\W\S\WPML_Redux_Framework_config->initSettings()
    wp-content/plugins/wp-mail-logging/src/inc/redux/WPML_Redux_Framework_config.php:70
    do_action('plugins_loaded')
    wp-includes/plugin.php:484

    —————-

    I have read some recent Redux related posts here but regarding something else (i guess?) – leading to believe there maybe an over all issue with the use of the Redux Framework by WP Mail Logging. How can it be solved?

    • This topic was modified 3 years, 11 months ago by MeOnline.
    • This topic was modified 3 years, 11 months ago by MeOnline.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter MeOnline

    (@webber2012)

    Found several instances of the old domain (reduxframework.com) in several files of WP Mail Logging.

    And the plugin has not been updated for 7 months, is it dead?

    We are also seeing this PHP error:

    PHP Notice: A feed could not be found at "https://reduxframework.com/feed/"; the status code is "404"

    Which is coming from this failed API call to an URL that is no longer valid:

    Method: GET
    URL: https://reduxframework.com/wp-content/uploads/redux/redux_notice.json	
    Status: 404 Not Found	
    Caller: reduxNewsflash->get_notice_json()
    Component: Plugin wp-mail-logging

    Can this be corrected in the next update?

    I see the issue I raised is being discussed in other threads with a solution suggested here: https://www.ads-software.com/support/topic/widget-redux-framework-news-doesnt-work/

    • This reply was modified 3 years, 8 months ago by F R.

    Any news here?

    GET https://reduxframework.com/wp-content/uploads/redux/redux_notice.json 404 Not Found
    reduxNewsflash->get_notice_json()
    Plugin: wp-mail-logging

    @rimbimbi: I haven’t seen any updates to the plugin so I followed the solution from the link posted above and manually updated the feed URL to the correct one. In my case, I made the following changes to resolve the issue on our installation:

    /wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/framework.php
    Changed URL to https://redux.io/feed/ in line 433

    /wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/core/dashboard.php
    Changed the feed URL to https://redux.io/feed/ in line 27

    I hope this helps others who encounter this error.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Missing json from discontinued Redux Framework?!’ is closed to new replies.