Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-8874

Unable to access ACP after upgrade to 3.0.6 - 403 You do not have permission ...

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.7
    • 3.0.6
    • ACP
    • 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

            Kellanved Kellanved [X] (Inactive)
            typos typos
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: