• After upgrading to 2.0.3 from 1.5 I can’t edit my posts anymore. Everytime I try It shows the page to edit the post and then jumps to the preview page.

    I didn’t find this problem in the database. Any ideas anyone? Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try re-uploading wp-admin/? One or more of the files might not have made it intact…

    Thread Starter acheta

    (@acheta)

    no, I tried that and even downloaded 2.0.3 another time and uploaded it. no change. it jumps to preview right away.

    You have frame breaking code in your theme:

    <script language="JavaScript" type="text/javascript">
    <!--
    if(top.frames.length > 0)
    top.location.href=self.location;
    //-->
    </script>

    On the edit page, a preview of the post is shown at the bottom of a page in a frame. The above code is making it break out of the frame.

    Either remove that JS, switch to a plugin like this, or edit your current JS to exclude /wp-admin/ on your domain.

    Thread Starter acheta

    (@acheta)

    wow, thanks a lot. that was it. although the page you looked at wasn’t the page I was having the problem with. ??

    Well I just clicked the link in your profile. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘upgrade 2.0.3 can’t edit posts’ is closed to new replies.