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.
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.
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.
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