-
Notifications
You must be signed in to change notification settings - Fork 1
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
Silent Fail #8
Comments
How did you push the plugin to your live site? From GitHub or from WordPress.org? Can you check your Nginx/Apache error logs? Your PHP error logs? Can you give me an output of |
downloaded the plugin directory, committed to my private repo, pushed to GitHub, pull down on my live site (Linode VPS). maybe I should just make it a submodule. I usually do that after testing and deciding if a plugin is permanent solution.
I'll double check the nginx error logs too. Thanks! |
I checked all of the server logs and am not seeing any related errors. |
I activated the plugin on my local install and it works fine, when I pushed the plugin to my live site, it doesn't seem to activate. I enter the code and save, but it isn't setting.
Not seeing any errors in my
debug.log
orconsole
, any tips on how else I can debug?I try to keep php versions same on both, but local is
7.1.8
and production is7.0.22-1~dotdeb+8.1
Thanks in advance for any suggestions.
The text was updated successfully, but these errors were encountered: