wpsharks / s2member

s2Member® Framework (membership management for WordPress®).
64 stars 36 forks source link

"page can’t be found" when submitting Stripe Options in Admin #1153

Open nolan59 opened 6 years ago

nolan59 commented 6 years ago

EXPLANATION OF THE ISSUE

I am trying to add Stripe as a payment option to the site. I go to the Strip Options page (https://www.mywebsite.com/wp-admin/admin.php?page=ws-plugin--s2member-pro-stripe-ops), type in my Stripe info. When I click Save All Changes the form is sent. I then am however shown the same page (https://www.mywebsite.com/wp-admin/admin.php?page=ws-plugin--s2member-pro-stripe-ops) but this time I don't see the option page as expected, but the 404: Oops, this page couldn’t be found. is shown.

If I just go to that page it loads as expected. In other words the page does not process the form. Whenever the page is sent form data, it gives a 404 error.

I also tried to "update" my Paypal info, that form also does the same.

STEPS TO REPRODUCE THE ISSUE

No idea. I did disable all plugins and activate the twenty fifteen theme to see if a plugin was the causing the error, but the same thing happens

BEHAVIOR THAT I EXPECTED

I expected the form to process and my Stripe info to be added.

BEHAVIOR THAT I OBSERVED

Whenever the page is sent form data, it gives a 404 error. -------------------------------------------------- -->

BruceCarson commented 4 years ago

I'm having the same issue - but with /wp-admin/admin.php?page=ws-plugin--s2member-paypal-ops The page does not save the options entered and gives a 404. Hitting reload on the browser displays the options page again.