I found these errors
Warning: Cannot modify header information – headers already sent by (output started at /home/ps_5afn4y/dev-clients.com/wp-content/plugins/stripe-payments/admin/class-asp-admin.php:70) in /home/ps_5afn4y/dev-clients.com/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/ps_5afn4y/dev-clients.com/wp-content/plugins/stripe-payments/admin/class-asp-admin.php:70) in /home/ps_5afn4y/dev-clients.com/wp-includes/pluggable.php on line 1210
I can create posts and pages in WP 4.8 install with this plugin.
The issue you explained usually happens if your site is running out of PHP RAM memory on the server. Deactivating plugins frees up some memory so it works fine.
You should ask your hosting provider what your PHP RAM memory limit is. Request them to increase the limit.
I’m having the exact same problem with a brand new install of the plugin on WP 4.8.
Whenever I ‘Update’ a page or post, regardless of whether it has a stripe payment shortcode in it, it errors. It still appears to do the save, but it can’t then return to the page correctly.
We have upped the memory limits as suggested, but it makes no difference. Please advise.
Warning: Cannot modify header information – headers already sent by (output started at /home/fundamentalsport/public_html/wp-content/plugins/stripe-payments/admin/class-asp-admin.php:70) in /home/fundamentalsport/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/fundamentalsport/public_html/wp-content/plugins/stripe-payments/admin/class-asp-admin.php:70) in /home/fundamentalsport/public_html/wp-includes/pluggable.php on line 1210
@clairemonkey
I agree, changing the PHP Memory doesn’t do anything, I think this is something else that’s causing it, please advise. I have my own Dedicated Server, I even tested on my other DreamHost Account, is the same thing
@mra13
Please advise a fixed, like what I said, It was working perfectly fine when I was on WordPress 4.7.5
-
This reply was modified 8 years, 11 months ago by
Benjamin Lu.
The line having a problem is this:
var asp_admin_ajax_url = '<?php echo admin_url('admin-ajax.php?action=ajax'); ?>';
So it’s not going to be PHP memory.
This is most likely due to some of the TinyMCE changes as of 4.8. You’ll want to read through https://make.ww.wp.xz.cn/core/2017/05/25/editor-changes-in-4-8/
Thank you very much.
I have reworked the TinyMCE button code in the plugin that should fix this.