cfhungler
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple:Press Forum] My simple press is not working correctlyI had one of the folders messed up – it is fixed now – thankyou
Forum: Plugins
In reply to: [Simple:Press Forum] My simple press is not working correctlyThe original plugin stopped working so I did install the new plugin over it.
I do not see any available themes when I go to forum – themes –
Themes Folder:
All(0) Core(0) Child(0) SEARCH THEMES:
Available Themes
No other available themes foundthe errors
Either the theme CSS file and/or color Overlay file from the selected theme is missing- This reply was modified 3 years, 11 months ago by cfhungler.
Andrew
I have an emergency!!!
Two of the paypal buttons stopped working on my site
https://gallatinfitness.com/membership-account/membership-levels/
Everything works except the two family and four family can you take a look at it?
Thank you
ChasExcellent – is there someone we could pay to help with this? I want to make sure it goes smoothly?
Thank you
ChasThat did the trick – updated to 5.6 and it works – thank you
Andrew the php version is 5.4 running wordpress 4.8
Everything was working great until last week – was there an update?
Any thoughts? We have a few members that we need to cancel so they do not get billed.
Thank you
ChasI had this for the first year and had very little issues. This current issue was not a problem until this week so not sure what changed.
Thank you for the reply.
Chas
Here is what is in the error_log
[26-Jul-2017 00:49:42 UTC] PHP Fatal error: Call to undefined function boolval() in /home/cfhungler011/public_html/gallatinfitness.com/wp-content/plugins/paid-memberships-pro/preheaders/cancel.php on line 42
[26-Jul-2017 00:49:46 UTC] PHP Fatal error: Call to undefined function boolval() in /home/cfhungler011/public_html/gallatinfitness.com/wp-content/plugins/paid-memberships-pro/preheaders/cancel.php on line 42
[26-Jul-2017 00:49:51 UTC] PHP Fatal error: Call to undefined function boolval() in /home/cfhungler011/public_html/gallatinfitness.com/wp-content/plugins/paid-memberships-pro/preheaders/cancel.php on line 42here is the code for line 40 to the end:
//are we confirming a cancellation?
if(isset($_REQUEST[‘confirm’]))
$pmpro_confirm = boolval($_REQUEST[‘confirm’]);
else
$pmpro_confirm = false;if($pmpro_confirm) {
if(!empty($old_level_ids)) {
$worked = true;
foreach($old_level_ids as $old_level_id) {
$worked = $worked && pmpro_cancelMembershipLevel($old_level_id, $current_user->ID, ‘cancelled’);
}
}
else {
$old_level_ids = $wpdb->get_col(“SELECT DISTINCT(membership_id) FROM $wpdb->pmpro_memberships_users WHERE user_id = ‘” . $current_user->ID . “‘ AND status = ‘active'”);
$worked = pmpro_changeMembershipLevel(0, $current_user->ID, ‘cancelled’);
}if($worked === true && empty($pmpro_error))
{
$pmpro_msg = __(“Your membership has been cancelled.”, ‘paid-memberships-pro’ );
$pmpro_msgt = “pmpro_success”;//send an email to the member
$myemail = new PMProEmail();
$myemail->sendCancelEmail($current_user, $old_level_ids);//send an email to the admin
$myemail = new PMProEmail();
$myemail->sendCancelAdminEmail($current_user, $old_level_ids);
} else {
global $pmpro_error;
$pmpro_msg = $pmpro_error;
$pmpro_msgt = “pmpro_error”;
}
}I think that was the problem. I had to go back in and change the membership level as the member and it worked.
Thanks
ChasWe do everything through the website
Login to the site as the member and go to the my membership page
Change their membership on the site.
Then we go back to the backend of the site and sometimes we see this “not paying” on the user page membership level.
Thank you
ChasWow – this is not good we have hundreds of members and Paypal keeps screwing it up.
It is paypal express to keep it simple.
Forum: Plugins
In reply to: [Max Mega Menu] Need each menu item on a new lineI have the exact same issue so please let us know.
thank you
ChasForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Default words in search boxThank you!!!
Forum: Plugins
In reply to: [PageView] [Plugin: PageView] not displaying in ie8Sorry here is the page I am testing this on: