Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Fatal Error line 368 piklist-toolbox #2799
    iconmatrix
    Member
    This reply has been marked as private.
    in reply to: Fatal Error line 368 piklist-toolbox #2782
    iconmatrix
    Member

    I 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.
    in reply to: Fatal Error line 368 piklist-toolbox #2763
    iconmatrix
    Member

    OK 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

Viewing 3 posts - 1 through 3 (of 3 total)