-
Notifications
You must be signed in to change notification settings - Fork 384
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
Plugin Conflict: Also using Give plugin currently creates 500 server error when viewing /wp-admin/ #1720
Comments
Same here, but it might look like this needs a better fallback/failsafe, not just Give conflicting.
|
…rror when viewing site admin) See additional details here: ampproject#1720
Alrighty. I've found a quick patch which prevents the error within the AMP plugin if/when too few arguments are provided while still honoring if/when that additional argument is provided. Pull request is here with the proposed patch: #1725 |
…rror when viewing site admin) See additional details here: ampproject#1720
Hi @KZeni, |
Closing since PRs merged for AMP plugin. |
I’m getting a 500 server error when trying to access the site admin after updating AMP to the latest version while also running the current version of https://wordpress.org/plugins/give/. Turns out that there’s a conflict with Give which my sites were running into. I also believe the issue could be specific to PHP 7.x (a matter of the number of variables provided to a function vs. what was expected).
I’ve opted to disable AMP to avoid this error until this is fixed since Give is more important to the site than AMP is.
This issue has also been reported at https://wordpress.org/support/topic/http-error-500-after-updating/ (topic was marked as resolved by the topic author after finding they could disable Give, but that doesn't mean the underlying issue has been resolved & those that want to use Give and AMP together are still having the issue.)
The text was updated successfully, but these errors were encountered: