This topic has 11 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
Hello,
after the install I set up subscriptio and try to pay with stripe and paypal checkout sandbox. Stripe works like a charm. With Paypal I got the emails about the purchase but the browser cannot return to the site because of these errors:
1) Parameter must be an array or an object that implements Countable in …. plugins/subscriptio=includes/classes/libraries/rightpress-helper.class.php on line 426
2-3) 2 warning about cannot modify header
After that sites runing stoped and I am stuck white page with these errors instead of thank you page.
Can you help me about that?
Hello,
Provide us with Dashboard and FTP access to your site. We’ll check the problem in more details.
Regards
Attached.
Hello,
FTP is ok. Dashboard access is incorrect http://prntscr.com/nxf372
Check the password and provide the correct one.
Regards
Hello,
Sorry for the inconvenience. Here is a new one. Tested.
Regards, M
Hello,
Try now.
Regards
Hello,
Still not works for me. I try it with on of my sandbox paypal account. It seems that this is working because the emails incoming about the purchase but still got these insted of return to thank you page:
Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/subscriptio/includes/classes/libraries/rightpress-helper.class.php on line 426
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/subscriptio/includes/classes/libraries/rightpress-helper.class.php:426) in /wp-includes/pluggable.php on line 1251
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/subscriptio/includes/classes/libraries/rightpress-helper.class.php:426) in /wp-includes/pluggable.php on line 1254
Is this working for you?
Regards, Laszlo
Ps.: Warning header already sent just occurs because of the first error just printed into the screen. So the main question is the first one. Or may I try to disable all warning printing and maybe it will be ok?
Hello,
These warnings come from plugin files but we are not able to fix it because we are not plugin developers. We reported about these to plugin author warnings and waiting for plugin update but we don’t have an estimated time when they plan to release it.
Try to disable WP debug and check if you still have the warnings instead of the thank you page.
Regards
Hello,
Tried and it works perfectly. So this in the config:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
not a full solvation but it seems works pretty ok because warnings just hided.
Thank you for your fast response and your investigation.
Best regards, M
Hello,
You are welcome! We’ll update plugin at the downloads page once author releases the update https://www.8theme.com/downloads/
Regards
You must be logged in to reply to this topic.Log in/Sign up