Really? No one has a response? I need to remove this plugin without having to reset my entire WordPress site. Please advise. Thank you.
Odd issue, upgrade to latest version. If you still have issue please contact us to share more details here
Cannot reproduce, if you still have issues, you can rename the plugin folder which will be deactivated automatically
Same issue. I used the plugin once. Then i upon deactivation, my wp admin and wp core are destroyed. Unbelievable. I have NEVER seen a plugin break wp by deactiving the plugin.
i am absolutely FURIOUS.
Warning: Invalid argument supplied for foreach() in /home2/mysite/public_html/mywp/wp-includes/post.php on line 1468
Strict Standards: Non-static method GFCPTAddon::get_base_path() should not be called statically in /home2/mysite/public_html/mywp/wp-content/plugins/gravity-forms-custom-post-types/gfcptaddon.php on line 55
Strict Standards: Non-static method GFCPTAddon::get_base_path() should not be called statically in /home2/mysite/public_html/mywp/wp-content/plugins/gravity-forms-custom-post-types/gfcptaddon.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home2/mysite/public_html/mywp/wp-includes/post.php:1468) in /home2/mysite/public_html/mywp/wp-login.php on line 431
Warning: Cannot modify header information - headers already sent by (output started at /home2/mysite/public_html/mywp/wp-includes/post.php:1468) in /home2/mysite/public_html/mywp/wp-login.php on line 444
Warning: Cannot modify header information - headers already sent by (output started at /home2/mysite/public_html/mywp/wp-includes/post.php:1468) in /home2/mysite/public_html/mywp/wp-login.php on line 446
Fixed.
Eventually found a problem in my theme’s register_post_type() code, where the taxonomies value was a string not an array.
But for some reason, when this plugin is active, the php-errors from that problem were HIDDEN, so I had never seen them before.
I assume the plugin DISABLES my php Error Reporting. VERY BAD IDEA! Those errors display for a reason!!
That said, the plugin otherwise works well, and did not actually break my site.