• I see that the plugin has updated, but looks like it is also crashing the site with this issue –

    Warning: require_once(...)wp-content/plugins/paid-memberships-pro/includes/updates.php): failed to open stream: No such file or directory in /.../.../public_html/..../wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php on line 44 which has

    require_once(PMPRO_DIR . "/includes/updates.php"); ' //database and other updates

    I tried to comment it out but it triggers another error –
    Fatal error: Call to undefined function pmpro_isUpdateRequired() in /.../.../public_html/.../wp-content/plugins/paid-memberships-pro/includes/adminpages.php on line 60 which has this – `if(pmpro_isUpdateRequired())
    add_submenu_page(‘pmpro-membershiplevels’, __(‘Updates Required’, ‘pmpro’), __(‘Updates Required’, ‘pmpro’), ‘pmpro_updates’, ‘pmpro-updates’, ‘pmpro_updates’);` which I commented out as well. Now the site seems like it works fine.

    Also I don’t see the updates.php file in the folder, may be this file din get pushed in the update.

    https://wordpress.org/plugins/paid-memberships-pro/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Bug] Issue with the recent update’ is closed to new replies.