We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22687
    • 19 Posts
    Not a biggy
    but while trying to identify another problem i noticed in my server logs that the manager was making a bad call for an image.
    the call is:
    File does not exist: /blah/blah/blah/manager/media/style/MODxCarbonimages/_tx_.gif

    of course it can’t find the image which is in /MODxCarbon/images/
    the call is missing the directory divider ’/’ (is that what its called?)

    It is only just this one image that is being called wrongly _tx_.gif
    I have checked that it isn’t a rewrite problem in htaccess.
    anyone know where to go to mend this?
    thanks.
      • 4041
      • 788 Posts
      Have a look in manager/media/style/MODxCarbon/style.php - line 116

      Current:
      $_style["tx"] = $style_path."images/misc/_tx_.gif";


      Should be (according to where the file is actually located):
      $_style["tx"] = $style_path."images/_tx_.gif";


      Change that and see if it helps smiley
        xforum
        http://frsbuilders.net (under construction) forum for evolution
        • 22687
        • 19 Posts
        thanks breezer.
          • 1343 ☆ A M B ☆
          • 2,213 Posts
          Can someone add this to jira so they can fix in 1.0.3?
            Patrick | Server Wrangler
            About Me: Website | Tweets |  MODX Hosting
            • 25663 MODX Staff
            • 12,272 Posts
              Ryan Thrash, MODX Co-Founder
              Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me