We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28107
    • 230 Posts
    Hmm,
    after updating evo to 1.0.3 tinymce masks doublequotes
    <img src=\"assets/images/12695086138084.jpg\" alt=\"\" />

    also Links are masked like
    <a href=\"\\&quot;\\\\&quot;assets/files/3....


    ps.: Installation was an update from 1.0.2 to 1.03
    tried to reinstall tinymce, with no effect.
      CONIN Werbeagentur . Köln
      http://www.conin.de
      • 28107
      • 230 Posts
      got it.

      I switched to php 5.3.0 trying to get rid of the GD zip Messages

      Then found the garbled Links.

      found it here:
      http://wiki.moxiecode.com/index.php/TinyMCE:FAQ#TinyMCE_removes_.26nbsp.3B_entities_from_my_content.3F

      turning magic quotes off brought me a whole bunch of error messages in the manager, from wrong set timezone to anything.
      (see: http://us3.php.net/manual/en/security.magicquotes.php )

      Switching magic quotes on and php back to 5.2.3 cured the thing.

        CONIN Werbeagentur . Köln
        http://www.conin.de
        • 28107
        • 230 Posts
        just for the records...

        in /manager/includes/document.parser.class.inc.php
        line 1768
        $strTime = strftime($dateFormat . " %H:%M:%S", $timestamp);
        causes that error

        any idea?

          CONIN Werbeagentur . Köln
          http://www.conin.de
          • 22303 MODX Staff
          • 10,725 Posts
          Causes which error? If you used 5.3.0, you need to turn off magic_quotes_gpc (I don’t know what you are telling me to look at on the page at php.net regarding magic quotes security).
            • 28107
            • 230 Posts
            Hmm, I’ll try to explain that..

            Starting point was the Warning with the GD/Zlib in after updating.
            My provider offers different flavours/compilations of php.

            I then tried the 5.3.0 in the hope that the mentioned libraries
            are part of that php compilation.

            The phph.ini for my server has by default magic quotes on.

            First thing was, that I ran into trouble with tinymce, which
            adds additional backslashes to links etc. I then turned magic
            quotes off, as the tinymce manual mentioned.

            After that (with 5.3.0 AND magic quotes off) the backend
            produces dozends of error messages all pointing to
            line 1768 of manager/includes/document.parser.class.inc.php

            After that I switched back to 5.2.3 and magic quotes set to ON.
            No error messages but still the two warnings, which I will ignore
            as long as I do not rely on.

            (sry for the ’englisch’ wink )
              CONIN Werbeagentur . Köln
              http://www.conin.de