• Resolved Marlon Amancio

    (@marlonlamancio)


    Hi guys,

    just after I’ve activated the plugin I got a ERR_TOO_MANY_REDIRECTS error when accessing the admin area.

    The plugin is redirecting to this URL :

    /wp-admin/edit.php?post_type=ig_campaign&page=icegram-support

    Where can I clean this redirection?

    I’ve already clean my browser cookies and not working, I also tried to deactivate all plugins but doesn’t working either.

    Thanks for any help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Marlon Amancio

    (@marlonlamancio)

    Never mind. I deleted the plugin folder and did worked.

    Plugin Author Icegram

    (@icegram)

    @marlonlamancio,

    Sorry for inconvenience.
    Can you please try it one more time?
    It should work.
    If it still not working for you, contact us via this link.
    We will communicate with you there

    Dave Clements

    (@thewanderingbrit)

    I’m also experiencing this exact same error. I think it’s related to the welcome() function:

    public function welcome() {
    
            $this->db_update();
            // Bail if no activation redirect transient is set
            if ( false === get_option( '_icegram_activation_redirect' ) )
                return;
    
            // Delete the redirect transient
            delete_option( '_icegram_activation_redirect' );
    
            wp_redirect( admin_url( 'edit.php?post_type=ig_campaign&page=icegram-support' ) );
            exit;
        }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After activate plugin I’m getting the ERR_TOO_MANY_REDIRECTS error’ is closed to new replies.