PhpStorm Newbie debugging phpBB

I have a production phpBB website, and want to develop new features.  I have a replicate test environment running on my Windows desktop - I'm using XAMPP.  The behavior of the local website is the same as my remote, production website.

I've installed PhpStorm, and I've enabled Xdebug.  When I run my site in the PhpStorm environment using Chrome, the behavior is odd.  the presentation of the home page is intact, but when I go to the login page and authenticate, I immediately return to the login page.  There isn't a complaint that returns me there, like entering the incorrect password; there's no warning at all.

You can browse subforums as a guest in phpBB.  However, when I do from PhpStorm, I get the dreaded "502 Bad Gateway" splash.

Any ideas to set me straight?

Thanks - Dan

0
2 comments
Avatar
Permanently deleted user

Sorry, I should have added - I'm running PhpStorm 2016.3.3, PHP 5.6, and XAMPP 3.2.2.

0
Avatar
Permanently deleted user

OK, someone over on a phpBB board suggested this:

You might want to read:
https://area51.phpbb.com/docs/dev/32x/development/phpstorm.html#phpstorm-setting-exports-for-phpbb

I've produced those two xml files.  The document says:

Copy and save these code blocks as XML files, and they can be imported into PhpStorm’s settings to automatically set up most of the configuration recommendations mentioned in this documentation for phpBB.

Where, how?  I can add a single file here, but I'm not sure this is the right place, and in any event it looks like it accommodates a single file - and, I have two, per the recommendation on the phpBB forum:

0

Please sign in to leave a comment.