MyBB Community Forums

Full Version: How to debug Mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to debug MyBB site with PHP, I have it running on my localhost.
What's IDE best suited for MyBB PHP, so I can put breakpoints and debug.

Thanks.
I am a noob but try this first. Go to admin control panel, then I think you go to tools and maintainence. Then find file verification. Run it through then the corrupted files will be in red. I apologize if I could not help but I would give that a shot first.
When I'm debugging, I use XDebug with PHPStorm. PHPStorm isn't free, but has a 30 day trial if you don't have a license. I believe other IDEs also have XDebug support too.