Suddenly node edits don't save in IE but do in Firefox
Rick Hood - November 21, 2007 - 16:40
Boy this seems very strange. Suddenly edits to nodes would not save in IE6 and 7 but work in in Firefox. In IE, when clicking submit, it comes back to page view but changes are not made.
I believe I solved the problem my changing my database connection string from:
$db_url = 'mysql://username:password@localhost/databasename'
to
$db_url = 'mysqli://username:password@localhost/databasename'
(e.g. 'mysqli' instead of 'mysql')
Perhaps my web host did some kind of an upgrade.
But the thing that seems so strange to me is why this would work in Firefox but not IE, as what does browser have to do with that?
Curious if anyhow knows about this.

Correction - fix did not work
I spoke too soon. The fix above worked once - now edits are not saving again. If any ideas, please let me know. Thanks.
I should note I am using TinyMCE - possibly an issue?
TinyMCE
It's looking like a TinyMCE problem. Non-TinyMCE fields save OK (e.g. Title edits save OK in IE).
Not sure what the problem is yet....
disable tinymce
Try disabling tinymce and see if you can see the info in that field. If that's the case there is either a problem with your version of tinymce or some kind of config issue. Did you look through the documentation on the tinymce module?
--
Matt
www.mattfarina.com
www.innovatingtomorrow.net
www.geeksandgod.com
Thanks Matt - yes I will do
Thanks Matt - yes I will do all of that - for now I have to go on to another project, and client is OK using Firefox for now - I will post solution when I find it. Thanks, Rick