Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9724

Wrong return "Return to ACP"

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: