Viewing 6 reply threads
  • Author
    Posts
    • #2758
      iconmatrix
      Member

      I just updated Piklist and this is what I got after the update 🙁
      Fatal error: Class ‘piklist’ not found in /home/myflower/public_html/wp-content/plugins/piklist-toolbox/includes/class-piklist-toolbox-settings.php on line 368

      Whoops!
      Steve

    • #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

    • #2769
      Steve
      Keymaster

      @iconmatrix– This looks like an issue with the Piklist Checker. We’re working on a fix.

    • #2781
      Steve
      Keymaster

      @iconmatrix– We can’t reproduce. Questions:

      1) Did you update Piklist normally via the WordPress admin?
      2) Are you running single site or multisite?

    • #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.
    • #2799
      iconmatrix
      Member
      This reply has been marked as private.
    • #2804
      Steve
      Keymaster

      @iconmatrix– Thank you for the info, but we still can’t reproduce. I think we need more information.

      -Activate Toolbox.
      -Go to “Develop” tab
      -Check off “Show System Information” and save.
      -Goto Tools > System.
      -Highlight and copy everything in the info box. Email to [email protected] this domain.

      Thanks!

Viewing 6 reply threads
  • You must be logged in to reply to this topic.