• After doing an upgrade for this plugin, the site failed to load….nice white screen.

    No Access to Admin Dashboard
    Went to FTP and deleted.

    Error log states
    [20-May-2014 23:34:30 UTC] PHP Fatal error: Class ‘WPMeetupTrigger’ not found in /home4/hostedservername/public_html/www.siteurl.com/wp-content/plugins/wp-meetup/wp-meetup.php on line 191

Viewing 3 replies - 1 through 3 (of 3 total)
  • Fortunately, i am on my local “DevBox” because after upgrading plugin to v2.2.3, I had to comment out the lines below:

    Line 191: // $this->trigger = new WPMeetupTrigger($this);
    Will cause:
    Fatal error: Class ‘WPMeetupTrigger’ not found in C:\xampp\htdocs\devsite1\wp-content\plugins\wp-meetup\wp-meetup.php on line 191
    —-

    Line 193: // new WPMeetupBackCap($this);
    Will cause:
    Fatal error: Class ‘WPMeetupBackCap’ not found in C:\xampp\htdocs\devsite1\wp-content\plugins\wp-meetup\wp-meetup.php on line 193
    —-

    From the MeetUp plugin Dashboard (at bottom), Pressing the “Update Events Now” button in section that says: “The below button will force the WP Meetup plugin to update the database of events…”
    Will cause:
    Fatal error: Call to a member function execute_update() on a non-object in C:\xampp\htdocs\devsite1\wp-content\plugins\wp-meetup\wpm-options.php on line 150

    Line 150: // $this->core->trigger->execute_update();

    Of course, if you comment out that line 150, it won’t pull updates from your MeetUp.com

    I just had the same issue… white screen… had to access MyPHPAdmin and deactivate all of my plugins to get access again… sigh

    Plugin Author Nuanced Media

    (@nuanced-media)

    Hey guys,

    We apologize for the inconvenience. The issue should have been fixed with 2.2.4 update that was released last night.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upgrade took out site’ is closed to new replies.