There may have been a check for isJSON which failed and so it assumed the value was WDDX, but yours may have actually been corrupted JSON. I can add better error handling for this so that it doesn't crash even if both were "invalid". Hopefully on a clean upgrade (since yesterday's fix) it would happen though.
Cheers, Justin On 03/04/2014 12:54 AM, "Jeff Coughlin" <[email protected]> wrote: > It looks like that fixed it. Wow, that sucks to have to jump through > those hoops (yay cf10). I noticed the code only looks at cf10 specifically > though. Just out of curiosity, do you know if it is not an issue in cf11 > beta? > > FYI: The fix worked, but only after restarting CF10. updateapp and > updateall just caused the entire site to crash with the following error: > WDDX packet parse error at line 1, column 1. Content is not allowed in > prolog.., but a cf restart fixed it, so something else must have been > cached that updateapp wouldn't correct. Hopefully no one is patching that > on a shared host running cf10. > > Thanks for the fix. > > Jeff > > On Apr 2, 2014, at 1:41 AM, Justin Carter <[email protected]> > wrote: > > I think your issues with saving the TinyMCE config on CF10 should be > resolved, I just posted a follow up in this thread: > https://groups.google.com/forum/#!category-topic/farcry-dev/nN479viFCXI > > Let me know how you go. > > cheers, > Justin > > > On Tuesday, April 1, 2014 3:25:53 PM UTC+11, Mark Picker wrote: >> >> Up until just now I was running the standard config from core. However >> I'm now testing the below as it seems to be a good compromise (and it also >> won't save if I try to edit it a second time in the webtop). >> >> >> Two differences from standard are: >> >> >> forced_root_block : false <----- was 'p' >> >> force_p_newlines : true <----- New entry >> >> >> Full config: >> >> >> plugins : "farcrycontenttemplates,layer,table,hr,image_farcry,link_ >> farcry,insertdatetime,media,searchreplace,contextmenu, >> paste,directionality,fullscreen,noneditable,visualchars,nonbreaking, >> anchor,charmap,code,textcolor", >> >> extended_valid_elements: "code,colgroup,col,thead, >> tfoot,tbody,abbr,blockquote,cite,button,textarea[name| >> class|cols|rows],script[type],img[style|class|src|border=0| >> alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]", >> >> menubar : false, >> >> toolbar : "undo redo | cut copy paste pastetext | styleselect | bold >> italic underline | bullist numlist link image table farcryuploadcontent >> farcrycontenttemplates | code | fullscreen", >> >> remove_linebreaks : false, >> >> forced_root_block : false, >> >> force_p_newlines : true, >> >> relative_urls : false, >> >> entity_encoding : 'raw' >> >> >> Cheers >> >> Mark >> >> >> *From:* [email protected] [mailto:[email protected]] *On >> Behalf Of *Justin Carter >> *Sent:* Tuesday, 1 April 2014 3:21 PM >> *To:* [email protected] >> *Subject:* Re: [farcry-dev] Re: FarCry 7 bugs >> >> >> Ok cool, I'll just make sure mine is running the same patch level >> locally... >> >> >> Can you paste the config that you are using so that I can test the exact >> same thing? >> >> >> cheers, >> Justin >> >> >> ********************************************************************** >> This message is intended for the addressee named and may contain >> privileged information or confidential information or both. If you >> are not the intended recipient please delete it and notify the sender. >> ********************************************************************** >> > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: [email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > --- > You received this message because you are subscribed to the Google Groups > "farcry-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: [email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > --- > You received this message because you are subscribed to the Google Groups > "farcry-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
