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

Wrong return "Return to ACP"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.13-RC1
    • 3.0.7-PL1
    • Login
    • None
    • Google Chrome 6.0.453.1 (Original version 51400) dev; php 5.2.6; mysql 5.0.51a;

      The original bug is:
      Log in to ACP is working, but if you click: "Return to ACP",(!!! in non default style !!!) it returns you, to board index, not ACP index...

      After 30 mins, I soolved this bug.
      Description of fix: the meta refresh url is: ../index.php; BUT the client is in the ./adm/ dir already...

      Why "../index.php"? $phpbb_root_path variable is now: "../", 'cos, the client is now in ./adm/ dir, but the root isn't "./adm/", the root is "../";
      so I removed the variable $phpbb_root_path; and now it works with ALL styles...

      Tested: prosilver, "blank style".

      Please commit my patch! thanks

            nickvergessen Joas Schilling
            rolandmaffia rolandmaffia
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: