Redirect to page=wc-about
-
Hi guys,
I updated today Woocommerce to the last ver. 2.1.12
We have strange issue when navigate on admin page between post page etc.
Es.: click on link “new post” and I get redirection to wp-admin/index.php?page=wc-about (idem if I click on other link)
I notice that on admin_init action, method welcome() is ever called, I debugged it and at first time get_transient( ‘_wc_activation_redirect’ ) is defined then it’s cleared on the next row delete_transient( ‘_wc_activation_redirect’ ) and I get redirection to page=wc-about (I check db and _wc_activation_redirect there isn’t ). I continue to browse admin page and after 2,3 or more (random) I get redirection to wc-about.
I’ve died code in welcome method on line #477 (after get_transient check) with
print_R(get_transient( ‘_wc_activation_redirect’ ));
die(“Set”);and _wc_activation_redirect is set to 1 again.
I don’t know who set variabile _wc_activation_redirect but I think that our site has possessed. The only page that set variable is class-wc-install.php but method install() is called only on register_activation_hook( WC_PLUGIN_FILE, array( $this, ‘install’ ) );
Can you help me?
Thank you.
David
- The topic ‘Redirect to page=wc-about’ is closed to new replies.