We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    Error in line 2010
          else $this->sjscripts[count($this->sjscripts)] = '<!-- MODx registered -->'."\n".'  <script type="text/javascript" src="'.$src.'></script>';
    

    Needs to have a closing " for the src value.
          else $this->sjscripts[count($this->sjscripts)] = '<!-- MODx registered -->'."\n".'  <script type="text/javascript" src="'.$src.'"></script>';
    

    Ditto with regClientScript.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 25663 MODX Staff
      • 12,272 Posts
      See commit number 993 from Tuesday. wink
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 28042 ☆ A M B ☆
        • 24,524 Posts
        At nearly 1AM? grin By the way, is anybody updating the version.inc.php file so we can tell at a glance which build we’re working with? Mine all still say 910.
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 25663 MODX Staff
          • 12,272 Posts
          It does get updated periodically and for test builds. I think it’s at 994 now.
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me