We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16892
    • 107 Posts
    I have both of those installed.

    Quote from: pcoder at Nov 10, 2009, 11:18 AM

    Quote from: IngMA at Nov 10, 2009, 09:25 AM

    Without putting the old code back (I’m on a clock right now) I think it is due to this:

    $value = "<tag attrib=\"string\">";

    In other words, the escape double quote would be valid in Php, but isn’t in 1.0.2 ?
    Again I didn’t test it, but I looks guilty on first sight.

    Quote from: IngMA at Nov 10, 2009, 10:54 AM

    Of course we don’t know if pcoder was using something like that as well.
    I just mentioned it due to the use of \" character. Sorry, I’ll have to look into it later on.

    Yes, actually! I do see some of that in my snippets.

    I see this kind of coding done in:

    • GoogleEvents
    • MODcast

    Later when I’m finished work, I’ll check to see if changing the code for that fixes the problem.
      • 25317
      • 122 Posts
      Quote from: OpenGeek at Nov 09, 2009, 03:47 PM

      Those experiencing this problem can resolve it for now by replacing the contents of manager/processors/cache_sync.class.processor.php with the 1.0.0 version from http://svn.modxcms.com/svn/tattoo/tattoo/releases/1.0.0/manager/processors/cache_sync.class.processor.php - this should temporarily solve the problem while we work out a proper fix.
      I’ve just upgraded from 0.9.6 to 1.0.2 and experienced this error. By replacing ’cache_sync.class.processor.php’ with the version from the 1.0.0 download, the problem was solved.
        • 12983
        • 108 Posts
        I’ve upgraded from 0.9.6.1 to 1.0.2, and a similar error occurs:
        Warning: Unexpected character in input: ''' (ASCII=39) state=1 in C:\xampp\htdocs\project\manager\processors\cache_sync.class.processor.php on line 343
        
        Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\project\manager\processors\cache_sync.class.processor.php:343) in C:\xampp\htdocs\project\manager\processors\save_content.processor.php on line 650


        It may be useful to know that it occurs on local setup, but not on the remote one, which I have created by copying files and database from the local one.
          • 18266
          • 23 Posts
          Hi, everybody!
          I encountered the same problem when I installed MODcast 0.2.6 (http://modxcms.com/extras/package/?package=279)together with Evo 1.0.2. Indeed, the <? is followed by a / in the snippet code, but it doesn´t matter if they occur in the same line or not.

          Has anyone tried this with Evo 1.0.3 yet?

          Regards
          Marcus