Sounds like a bad update was pushed out. You may need to remove the plugin from the server until a more up to date versions is pushed – hopefully soon.
Can confirm that a bad update was pushed out. My entire site just broke because of this update. Got to revert back here.
The file that the plugin is looking for can be found on their github here:
https://github.com/strangerstudios/paid-memberships-pro/blob/dev/includes/updates.php
If you’re developer savvy you can throw that updates.php file into the \wp-content\plugins\paid-memberships-pro\includes\ folder which will resolve the issue until they release an update.
Got the same problem here with a fresh install.
The file that the plugin is looking for can be found on their github here:
https://github.com/strangerstudios/paid-memberships-pro/blob/dev/includes/updates.php
If you’re developer savvy you can throw that updates.php file into the \wp-content\plugins\paid-memberships-pro\includes\ folder which will resolve the issue until they release an update.
Works a treat. Thank you, Howdy_McGee.
Thanks guys and sorry again. Version 1.8.7.1 has the missing files.
* includes/updates.php
* adminpages/updates.php
* js/updates.js
FYI if you are having trouble getting into the dashboard, you can use FTP to either upload the paid-membership-pro.zip here (https://downloads.wordpress.org/plugin/paid-memberships-pro.zip) or use FTP to delete the PHP directory and then re-download the plugin through the WP dashboard.
No problem. thanks for sorting this so quickly.
Copied from the blog post.
—
If you updated to 1.8.7 and received a fatal error.
First, I’m very sorry about this. The version of the plugin pushed to the WordPress.org servers was missing some files. We’ve since uploaded the missing files, but if you updated to PMPro v1.8.7 between 3pm and 3:45pm EST Wednesday January 20th, 2016, then you might have gotten the corrupted version.
There are a couple ways to fix this. Both will require FTP access.
First Method:
1. FTP to your site and delete the /plugins/paid-memberships-pro/ folder. (DO NOT DELETE THE PLUGIN FROM THE PLUGINS PAGE IN THE WP DASHBOARD OR ALL OF YOUR DATA WILL ALSO BE DELETED. But deleting via FTP only deletes the files.)
2. Re-download Paid Memberships Pro through the WordPress dashboard.
Second Method:
FTP into the site and upload these three files to the /plugins/paid-memberships-pro/ folder:
/adminpages/updates.php
https://raw.githubusercontent.com/strangerstudios/paid-memberships-pro/dev/adminpages/updates.php
/includes/updates.php
https://raw.githubusercontent.com/strangerstudios/paid-memberships-pro/dev/includes/updates.php
/js/updates.js
https://raw.githubusercontent.com/strangerstudios/paid-memberships-pro/dev/js/updates.js
If you need help with this. Please post to our member forums and we’ll get in touch quickly.