-
Notifications
You must be signed in to change notification settings - Fork 198
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
sizeof(): Parameter must be an array or an object that implements Countable #139
Comments
I also keep getting this same error. Running the example provided in the readme generates this exact error. |
i have same error and don't know how to solve this one |
found the solutions |
I found this in paypal/PayPal-PHP-SDK#1014 } elseif (sizeof($v) <= 0 && is_array($v) ) { |
Hi, where is } elseif (sizeof($v) <= 0 && is_array($v) ) { ? |
For reference, in my case it was in /includes/libs/PayPal-PHP-SDK/paypal/rest-api-sdk-php/lib/PayPal/Common/PayPalModel.php |
At "vendor\paypal\rest-api-sdk-php\lib\PayPal\Common\PayPalModel.php" |
Hi, how can I Solve this?
Thanks.
The text was updated successfully, but these errors were encountered: