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

INCLUDECSS Path broken

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.2.0-RC2
    • 3.2.0-RC1
    • Other
    • None

      Re: https://github.com/phpbb/phpbb/pull/4501#issuecomment-260845632

      Recent dependency updates have broken INCLUDECSS

      Assets loaded from a controller are broken. The path to the controller is being inserted into the asset path of INCLUDECSS

      For example, view the phpBB FAQ page.

      Assets such as ajax.js are searched for in:

      /phpBB/app.php/help/styles/prosilver/template/ajax.js
      

      When the real location should be:

      /phpBB/styles/prosilver/template/ajax.js
      

            Marc Marc
            VSE Matt Friedman [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: