We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4018
    • 1,131 Posts
    Hmm...that is strange. Let me know which plugin(s) you disabled and I’ll change the code a bit. I’m thinking that perhaps I need to add a few options that allows a user to select which plugins they want to utilize. If the layer plugin isn’t working right...well...might as well make it an optional thing. smiley
      Jeff Whitfield

      "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
      • 33014 ☆ A M B ☆
      • 1,231 Posts
      Please rewrite a part of the code of the treatment of Japanese LangFiles.

      plugin.tinymce.tpl, line51.

      case "japanese-utf8":
      $returnlang = "ja";
      break;


      rewrite this.
      case "japanese-utf8":
      $returnlang = "ja_utf-8";
      break;
      
      case "japanese-euc":
      $returnlang = "ja_euc-jp";
      break;




      Thanks
        • 4018
        • 1,131 Posts
        Consider it done, Yama! smiley I reuploaded the zip file and updated the comments on the repository. Didn’t feel it was necessary creating a whole new version for this particular change. But, it’s up there! Have fun! laugh
          Jeff Whitfield

          "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
          • 7455
          • 2,204 Posts
          I get the foloing error when loading the settings screen:
          TinyMCE - OnInterfaceSettingsRender
          An error occurred while loading. Please see the event log for more information.
          
          
          
          --------------------------------------------------------------------------------
          


          then this is in the events list:
          Undefined index: fe_editor_lang
          
            
          


          I updated to the latest version.

          Dimmy
            follow me on twitter: @dimmy01
            • 4018
            • 1,131 Posts
            Thanks, Dimmy. I’ll double-check the code and update it. Looks like I need to add a check for a MODx setting that doesn’t exist yet for backwards compatibility with the current version of MODx. Funny...doesn’t produce an error on my install. I’m uploading a fix for it anyways though.

              Jeff Whitfield

              "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
              • 7455
              • 2,204 Posts
              I noticed that when I set the language to english in the manager settings that this error does not ocure but using nederlands (dutch) it does
                follow me on twitter: @dimmy01
                • 4018
                • 1,131 Posts
                Hmm...interesting. Thanks for the tip, Dimmy...that’ll help alot! smiley
                  Jeff Whitfield

                  "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
                  • 4018
                  • 1,131 Posts
                  Ok, Dimmy, I think I got it nailed down. Redownload the zip file and overwrite your language files for the TinyMCE plugin. Turned out to be a bad nederlands.inc.php language file for the plugin. The same applies to FCKEditor...so if you are using the newest version, you’ll need to download it again as well. Man...amazing how one simple corrupted file can cause so many problems. LOL!
                    Jeff Whitfield

                    "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
                    • 7455
                    • 2,204 Posts
                    I am glad that you found it and fixed it thanks alot
                      follow me on twitter: @dimmy01
                      • 9900
                      • 17 Posts
                      Hi everyone,

                      I’ve attempted to load the TinyMCE plugin into my local installation and on my server, but keep receiving this error message once logged in to the Manager:

                      Undefined variable: php_errormsg
                      
                      Warning: getTinyMCESettings(C:/Program Files/xampp/htdocs/assets/plugins/tinymce/lang/english.inc.php) [function.getTinyMCESettings]: failed to open stream: No such file or directory in C:\Program Files\xampp\htdocs\manager\includes\document.parser.class.inc.php(681) : eval()'d code on line 103
                      
                      Warning: getTinyMCESettings() [function.include]: Failed opening 'C:/Program Files/xampp/htdocs/assets/plugins/tinymce/lang/english.inc.php' for inclusion (include_path='C:/Program Files/xampp/htdocs/manager/includes/') in C:\Program Files\xampp\htdocs\manager\includes\document.parser.class.inc.php(681) : eval()'d code on line 103


                      Trouble is, there’s no such directory as C:/Program Files/xampp/htdocs/assets/plugins/tinymce at all - it hasn’t been installed.

                      Any help would be appreciated,

                      Dan