We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15082
    • 195 Posts
    Hi,

    in my server logs I found the following:
    File does not exist: /path/on/my/server/manager/media/style/MODxCarbonimages, referer: http://my.site.com/manager/index.php?id=7&a=16
    

    Looks like there is a / missing...
    I figured out that the action in the manager is editing a template. (a=16).

    Is it just my installation or is there a wrong path coded?

    Greetz
    JUSI
      • 30552
      • 75 Posts
      You’re totally right. If you want to fix it yourself, go to manager/actions/mutate_templates.dynamic.php and change line 144.

      <td align="left"><img src="media/style/<?php echo $manager_theme; ?>images/_tx_.gif" width="100" height="1"></td>
      becomes
      <td align="left"><img src="media/style/<?php echo $manager_theme; ?>/images/_tx_.gif" width="100" height="1"></td>
      Notice the slash between ?> and images - or just copy/paste the entire new line to replace the old one.
        • 15082
        • 195 Posts
        Thanks transeffect!

        It’s patched and the logs are quiet now smiley

        Greetz
        JUSI
        • You should file this in JIRA if you haven’t already so it’s fixed in future releases.
            Patrick | Server Wrangler
            About Me: Website | TweetsMODX Hosting
          • Please file a report in JIRA, or it probably really will get lost.
              Ryan Thrash, MODX Co-Founder
              Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
              • 15082
              • 195 Posts
              filed as MODX-1144

              Greetz
              JUSI
                • 30552
                • 75 Posts
                Sorry for not filing in JIRA!

                Thanks for taking care of it, JUSI smiley Glad I could help.
                  • 15082
                  • 195 Posts
                  Your’e welcome transeffect smiley

                  Thank YOU for helping!
                  • No folks, thank you all!
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me