You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a while to figure out that I needed to set the following in my config.php, to be able to test locally from Git, without having to delete the install/ directory.
@define('PHPBB_ENVIRONMENT', 'development');
It would be nice if that were explained somewhere in the phpBB Development Documentation.