Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-numeric Value Warning. #41

Open
andrewlimaza opened this issue Aug 20, 2019 · 5 comments
Open

Non-numeric Value Warning. #41

andrewlimaza opened this issue Aug 20, 2019 · 5 comments

Comments

@andrewlimaza
Copy link
Collaborator

andrewlimaza commented Aug 20, 2019

A user has reported they are getting the following error:

A non-numeric value encountered in /home/dir/public_html/wp-content/plugins/pmpro-pay-by-check/pmpro-pay-by-check.php on line 449

PHP: 7.3.6

Moderators Link
https://www.paidmembershipspro.com/forums/topic/php-warning-about-pay-by-check/

@jcimb
Copy link

jcimb commented Oct 8, 2020

in PHP 7.1, an E_WARNING is emitted when the string does not contain a numeric value.

@andrewlimaza
Copy link
Collaborator Author

Hi @jcimb do you receive an error on the exact same line? Please feel free to share your error message here (and scrub out any private information like file path names/directory names etc)

@jcimb
Copy link

jcimb commented Oct 9, 2020

Yes, all are on the same line:
[07-Oct-2020 17:01:40 UTC] PHP Warning: A non-numeric value encountered in /home/xxxxxxxx/public_html/wp-content/plugins/pmpro-pay-by-check/pmpro-pay-by-check.php on line 473

@jcimb
Copy link

jcimb commented Mar 24, 2021

Hi, just checking on the status. Still getting the warning, multiple ones daily.

@jcimb
Copy link

jcimb commented Mar 24, 2021

} else { $cutoff = strtotime("- " . $membership_level->expiration_number . " " . $membership_level->expiration_period, current_time("timestamp")) - ($options['cancel_days']*3600*24); }

@andrewlimaza andrewlimaza added this to the V1.0 milestone Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants