Hi Andrew
I have installed the site in a test domain and again tested everything
This time I can see lots of error in debug log file
————————————————
[06-Jun-2017 15:31:45 UTC] WordPress database error Table
‘robivessql18.wp_pmpro_membership_levels’ doesn’t exist for query SELECT
l.id AS ID,
l.id as id,
mu.id as subscription_id,
l.name,
l.description,
l.expiration_number,
l.expiration_period,
mu.initial_payment,
mu.billing_amount,
mu.cycle_number,
mu.cycle_period,
mu.billing_limit,
mu.trial_amount,
mu.trial_limit,
mu.code_id as code_id,
UNIX_TIMESTAMP(startdate) as startdate,
UNIX_TIMESTAMP(enddate) as enddate
FROM wp_pmpro_membership_levels AS l
JOIN wp_pmpro_memberships_users AS mu ON (l.id = mu.membership_id)
mu.user_id = 1 AND mu.status = ‘active’ made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, pmpro_set_current_user, pmpro_getMembershipLevelsForUser
————————————————
Are these errors familiar to you?
Thanks
Tanmay