We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 5760
    • 2 Posts
    i installed modx-0.9.6 by default.

    when i add a new blog entry. the content area can not be display well. a javascript error happened with the message "’delta_width’ is null or not an object".

    i checked the source code of the page, it’s same to the page of manager.

    anyone can help me? thanks a lot.
      • 5760
      • 2 Posts
      i have found the way to solve the problem.

      it can not find the js file which lead to the problem.

      modify TinyMCE plugin, remove line 20, ’$base_url = $modx->config[’base_url’];’.

      then it works very well.