I have a WordPress plugin that when activated on a production server causes the pages (only on front-end, not on the wp-admin side) to show up as a blank screen and sometimes print a 503 error. The console shows no error output and neither does the source show much of anything (besides the 503 error). I don't see anything in the debug log either.
On localhost with wampserver - everything works fine.
What could possibly be going wrong and how do I resolve this?
I am a bit lost at this point since there isn't an error pointing me to where the issue is. Just a blank screen when you activate the plugin.
