Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
iconmatrixMemberThis reply has been marked as private.
iconmatrixMemberI used the wordpress plugin updater in admin
I do not have multisite installed
attached is a screenshot of what I have, keep in mind that I removed all of the piklist plugins
Attachments:
You must be logged in to view attached files.
iconmatrixMemberOK here is what I did to get my site back up and running.
In Piklist-toolbox/includes/class-piklist-toolbox-settings.php I commented out lines 366 – 380 so it looks like this
// global $wp_filter; // // extract(piklist::array_path($wp_filter, $tag, array('tag', 'priority', 'filter'))); // // if (isset($wp_filter[$filter]) && $filter == $tag) // { // foreach ($wp_filter[$filter] as $priority => $data) // { // remove_action($filter, $tag, $priority, $wp_filter[$filter][$priority][$tag]['accepted_args']); // } // } // else // { // remove_action($filter, $tag, $priority, $wp_filter[$filter][$priority][$tag]['accepted_args']); // }Then in piklist-toolbox/piklist-toolbox.php I commented out line 163 so it looks like
//piklist_toolbox_settings::deactivate();This allowed me to log back in to WP where I deleted PikList.
I would love to know what the heck happened but at least I am back in business.
Steve
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)