-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
3.1.0-dev
-
None
-
PHP 5.3.8, MySQL(i) 5.5.16-log, Firefox 11.0
After installing, when you click Login button (on installation final step), you should be redirected to Admin Panel, but a not-auth notice appears instead (see screenshot). This happens because $auth->login is called using the data contained in $data array (which isn't initialised). Please see my commit for better explanation on the solution.
https://github.com/GabrielAnca/phpbb3/commit/c1b796371025664203c659d861f235d885f33d35
- duplicates
-
PHPBB-10547 Log out instead of acp statistics page at the end of fresh install
- Closed
- was caused by solution of
-
PHPBB-9988 Replace config with an instance of a class implementing ArrayAccess
- Unverified Fix