• Resolved jelford79

    (@jelford79)


    Hi All,

    Is anyone else getting this error after installing the 301 redirects plugin?

    wp-content/plugins/eps-301-redirects/plugin.php:144
    Undefined index: page

    Had a look at the specific code and its this:

    if (@$_GET[‘page’] != ‘eps_redirects’) {
    return;
    }

    Any ideas on how to resolve.

    Thanks
    Jono

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

    (@webfactory)

    Hi,
    Just by looking at the code, I’d say it’s impossible to get that error due to the “@” (error suppress) command but you’re getting it so that doesn’t matter 🙂 Did you just now install the plugin or did you update it?
    We can rewrite that code in the next version if needed.

    Please leave a review. It’s what keeps support going. Thank you 🙏 https://ww.wp.xz.cn/support/plugin/eps-301-redirects/reviews/#new-post

    • This reply was modified 5 years, 8 months ago by WebFactory.

    Query monitor is showing the same php error for me:

    wp-content/plugins/eps-301-redirects/plugin.php:144
    EPS_Redirects_Plugin->show_review_notice()
    wp-includes/class-wp-hook.php:287
    do_action(‘admin_notices’)
    wp-admin/admin-header.php:292

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Error’ is closed to new replies.