-
Bug
-
Resolution: Fixed
-
3.0.6
-
None
-
PHP Environment: 5.2.9
Database:
After updating to 3.0.6 I notice I cannot access the ACP no matter what I do. I just get a 403 every time.
I finally found that editing adm/index.php and changing:
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
to
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../';
Will fix the issue.
I did some searching on the forum after noticing a user in the irc channel with my same problem and found http://www.phpbb.com/community/viewtopic.php?f=46&t=1859985 among a couple of other threads.
Typo
- is duplicated by
-
PHPBB-8876 ACP - 403 Access Forbidden error
- Closed
-
PHPBB-8878 ACP - 403 Access Forbidden
- Closed
-
PHPBB-8949 [ADM] 403 ERROR
- Closed
-
PHPBB-9000 403 You do not have permission ...
- Closed