• Resolved subdence

    (@subdence)


    I having trouble when I’m trying to save or publish my post. I can save and publish any post without problem if they don’t contain any html.

    If I add an image, link or other html code to my post and I press “save” then I am redirected to my blog’s front page and the post won’t be saved.

    I have already tried the following:
    – Multiple themes
    – With WYSIWYG editor and without
    – Removed the preview frame

    Any ideas to this problem? I’m using WP 2.0.1

Viewing 9 replies - 1 through 9 (of 9 total)
  • Any chance you have the frame-buster plugin installed?

    Thread Starter subdence

    (@subdence)

    I don’t have frame-buster plugin installed. I have deactivated every plugin so any plugin shouldn’t cause this error.

    I just experienced this exact same problem. I couldn’t publish or save the post. When I clicked either of the buttons, my index.php page loaded, but the address in the bar was still post.php.

    Thread Starter subdence

    (@subdence)

    Same here, the address bar shows the …/wp-admin/post.php address but the index.php page is loaded and post is not saved.
    Any suggestions how to fix this?

    What is weird is that, I had not experienced this problem until yesterday. Up until then, I never experienced this.

    I now have written a few more posts since experiencing this, and had no problem saving or publshing posts with HTML. So that’s awesome. It can’t be always reproduced.

    Thread Starter subdence

    (@subdence)

    I noticed the same thing. I can save the following
    post:
    <p>test</p>

    but not this:
    <p><b>test</b></p>

    Thread Starter subdence

    (@subdence)

    Same thing is happening with the static pages (page-new.php). I can’t save a page that includes HTML. Can anyone point me a function where the post and page entries are parsed? I’ll try to debug this and locate the problem.

    Thread Starter subdence

    (@subdence)

    Problem resolved:
    This was due because of my host had some mod_security settings that were blocking my posts. Things started to work after I added a following line to my .htaccess file:
    SecFilterScanPOST Off

    I hope this information is helpful to others ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can’t save a post if HTML is included’ is closed to new replies.