We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9674
    • 170 Posts
    Guys,

    I have a recurring problem with tinymce since I installed revo 2.0.1

    So far I have not been able to have the drag and drop to fonction properly on my environment, I have been seeking for parameters missing or misconfigured, with no success.

    I am running in a french flavor environment.

    This morning I successfully upgraded my installation to 2.0.5pl, and incidently cleared the cache.

    Immediatly, I tried to see if the f.... drag and drop feature would be kind enought to work with the new version.

    NO WAY !

    But I looked in my  clean error log and found the following.



    [2010-12-12 08:04:13] (ERROR @ /var/www/vhosts/.../core/components/tinymce/lexicon/fr/default.inc.php : 12) PHP warning: include_once(/var/www/vhosts/.../core/components/tinymce/lexicon/fr/english.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory

    [2010-12-12 08:04:13] (ERROR @ /var/www/vhosts/.../core/components/tinymce/lexicon/fr/default.inc.php : 12) PHP warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/vhosts/.../core/components/tinymce/lexicon/fr/english.inc.php' for inclusion (include_path='.:')

    edited to remove site config info.



    It may be the problem source.

    Is anyone having same troubles, or someone who has been working on the tinymce implementation could pay attention to this ?


    Thanks for help

    Philippe

    This has been already posted on : http://modxcms.com/forums/index.php/topic,58424.0.html with no answers.
    [ed. note: Fildefer57 last edited this post 14 years, 10 months ago.]
      • 9674
      • 170 Posts
      Hello !

      I there someone here ?

      Hello !

      Help

      Philippe
        • 3749
        • 24,544 Posts
        Please don’t double post.
          Did I help you? Buy me a beer
          Get my Book: MODX:The Official Guide
          MODX info for everyone: http://bobsguides.com/modx.html
          My MODX Extras
          Bob's Guides is now hosted at A2 MODX Hosting
          • 9207 ☆ A M B ☆
          • 2,475 Posts
          What version of MODx are you using now? Have you upgraded to the latest version? Also, what are your server specs? Are you running Linux/Windows? Version of PHP?

          I’ve had problems with TinyMCE... usually related to server permissions, but I’d need more info about your server before I could comment further.
            • 22019
            • 390 Posts
            Not helping, but I don’t understand what the ’drag and drop’ functionality you expect is for TinyMCE? (If it’s to do with dragging and dropping elements from the tree into resource content containers (that should then pop up a property set dialogue sheet) I find this doesn’t work on richtext fields or with CodeMirror package installed).
              Writer > E-consultant > MODx developer || Salesforce || modx 2.x || PHP 5.2.13 || MySQL client 5.0.86
              • 9674
              • 170 Posts
              Thanks Guys for your comments,

              To Everrett : I’m running it on test and production servers test is Wamp Windows 7 Pro 64bits Apache 2.2.11 php 5.3.0 mysql 5.1.36, Prod is linux Fedora core 8 Apache 2.2.9 php 5.2.6 mysql 5.0.45
              I tried all version of Revo from 2.0.1 to 2.0.5 so far using french version setup.

              To Odeclas : Not expecting ’drag and drop’ functionality from TinyMCE?
              it is dragging and dropping elements from the tree into resource content containers (that should then pop up a property set dialogue sheet) I am talking about, and it seems you went into the same problems as me.


              Thanks again.

              Philippe

                • 22019
                • 390 Posts
                Ah - in which case, I think that’s deliberate - because if you save a snippet call with richtext enabled, it gets htmlencoded on save and so won’t work (all the parameter ampersands get converted to &amp; ). You could maybe log this as a feature request for TinyMCE in future.

                You can always drag the element to a text only field (like alias) if you *have* to see/use the element straight away (and then copy and paste into main resource content).
                  Writer > E-consultant > MODx developer || Salesforce || modx 2.x || PHP 5.2.13 || MySQL client 5.0.86
                  • 9674
                  • 170 Posts
                  Finally understood, that drag and drop feature is not designed to work in conjonction with tinymce...

                  Thanks to Mark Hamstra that ligths me up...

                  And Yes it could be a good enhancement to have it working with tinymce at least with links and images from the resource tree for dummy users.