We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4055
    • 7 Posts
    I am actually having the same problem.

    I am running 2.2 rc3 Articles 1.4.0. PHP 5.3.6

    I turned off compression on css and js and didn't fix the problem.
      Bret Bouchard
      518 Designs
      http://518designs.com
      • 1343 ☆ A M B ☆
      • 2,213 Posts
      Who are you hosting the site with and do you know if they use suphp? (file permission 644/755 typically a sign)
        Patrick | Server Wrangler
        About Me: Website | Tweets |  MODX Hosting
        • 18373 ☆ A M B ☆
        • 3,141 Posts
        Usually getting working on an actual domain instead of ip/~uname lifts the open basedir restrictions.
          Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

          Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
          • 33968
          • 863 Posts
          It's actually a problem with Google minify, the JS/CSS compressor used in the manager, and something we're working on for 2.2-pl. For now, you can just turn off CSS/JS compression and that will fix the issue (turn off compress_css and compress_js system settings).
          Does anyone know if this was fixed in 2.2-pl? I've had issues in with 2.2 in Chrome where minify causes errors on some manager pages, specifically the System Settings and Actions pages:
          Uncaught SyntaxError: Unexpected token <          index.php:12
          

          Works ok in Firefox but these pages end up blank in webkit browsers. I've disabled compression in all 2.2 installs but would prefer to have that performance boost if possible wink