• Hello,

    I’ve had this problem for quite a while already. I can’t find the exact cause. Maybe there is an helping hand out there with an idea ?

    Thanks for your suggestions.

    I can open my posts for editing in the visual editor, but when i press the “update post” button, nothing happens.

    I tried deactivating all my plugins, but it didn’t work. I tried with different themes, different browsers, but i still get the same issue.

    Has anyone experienced the same problems or had any idea on how to fix it ?

    Thanks !

Viewing 7 replies - 1 through 7 (of 7 total)
  • Does it come up with a 404 page not found?

    Thread Starter Laurentz12

    (@laurentz12)

    Hi WebStyley,

    Thanks for your quick reply !

    Actually now it does.

    My posts are available from my admin panel, but on the front, this is what shows :

    “404 Error File Not Found

    The page you are looking for might have been removed,
    had its name changed, or is temporarily unavailable.

    Any idea on what the next step should be ?

    Best,

    Laurent

    Yes, I am guessing it is as simple as resetting your permalinks. However look at this thread for more info on mod_rewrite

    Thread Starter Laurentz12

    (@laurentz12)

    Thank you very much !

    I’ll check that and mark this topic as solved it’s all good.

    Have a good day,

    Laurent

    Thread Starter Laurentz12

    (@laurentz12)

    Ok, my issue is only partly solved.

    I updated my permalink pages and my posts don’t send 404 page errors anymore.

    But I still can’t update them from the visual editor, it doesn’t work.

    The only thing i can do is “quick updates” in the articles’ list (changing title, category).

    I checked my Htaccess file, and it seems to be properly configured for permalinks rewriting.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Any idea on what the next step should be ?

    Thanks again for your help !

    can you try switching to the default theme and see if you can update your posts?

    I’m going to check out the mod_write link, but I thought I would add something here:

    I’m seeing this problem with any Update button, and that includes permalinks. I’m essentially dead in the water.

    Later: The mod_rewrite thread didn’t provide a solution, although it seems to deal with my problem. It was said that a change in php.ini was needed, but no one said what the change was.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't update posts anymore’ is closed to new replies.