Hi there, I have the latest version of tinyMCE running on a textarea of one of my sites; the problem is, when I enter any text and hit submit, the page redirects to the root of my domain. If I only enter spaces or leave the text area blank, it submits correctly. This problem doesn't occur on my local server. See: http://www.kabukikabs.com/2009/admin/fanmail.php And try adding fanmail item. Thanks
Found the solution. Turns out my web host had MOD_SECURITY enabled, and this was interfering with not only TinyMCE posting, but ajax calls as well. Disabled MOD_SECURITY and it all works now. Just an FYI people...