• After spending a good part of the day being frustrated trying to get various plugins to work, it occurred to me that the plugin API needs a debug mode, something that dumps data to the page being served so one can see what the heck is going on when something goes wrong.

    Why do I say this? Because most of the time a non-functioning plugin shows up as…nothing. No text. No fields. No anything.

    That makes it awfully hard to figure out what went wrong.

Viewing 1 replies (of 1 total)
  • …not if you are using PHP’s built in error reporting and logging features. Most people that come here with blank page issues dont know enoug to explain how to turn that on, so it’s rarely recommended.

    It’s worth mentioning that without error reporting turned on, PHP errors, in general, result in blank pages . Thats a PHP thing, not a WP thing.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin API Needs Debug Mode’ is closed to new replies.