We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 11526
    • 93 Posts
    In the manager, when editing a document, when i try to check spell, i get the following error:
    ---------------------------
    Microsoft Internet Explorer
    ---------------------------
    Error executing `"C:Program FilesAspellinaspell.exe" -a --lang=en_US --encoding=utf-8 -H < ./aspell_data_AatUjQ 2>&1`
    sh: C:Program FilesAspellinaspell.exe: command not found
    ---------------------------
    OK   
    ---------------------------
    


    Any solutions for this?
    Thanks!
      • 33337
      • 3,975 Posts
      From the error message, it seems that your spell checker software installation is corrupted.
        Zaigham R - MODX Professional | Skype | Email | Twitter

        Digging the interwebs for #MODX gems and bringing it to you. modx.link
      • C:Program FilesAspellinaspell.exe
        Looks to me like something happened to that execution path...it should be
        C:/Program Files/Aspellinaspell.exe
          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
          • 11526
          • 93 Posts
          I’ve tried to reinstall the spell checker software, but acutaly that isn’t really what I want, because then I lose one of the great benefits of MODx (no requirements on client pc).

          On the site of FCKeditor (http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Spell_Checker) there is something mentioned about server-side spell check, but don’t get that working. When i put

          FCKConfig.SpellChecker = 'SpellerPages' ;


          in my fckconfig.js, I am still getting the same error...