• Resolved svasva

    (@svasva)


    I see an error “cawoode.ru currently unable to handle this request. HTTP ERROR 500” when I’m trying to edit blog post. I checked all the plugins (turning on and off) and found out that WPSSO core causes the problem;

    The posts are fine

    However as soon as I try to edit them via gutemberg or classic editor, error 500 occurs

    This problem did not happen in the previous version of the plugin

    PS: I found that the same happens when I edit the pages

    • This topic was modified 5 years, 6 months ago by svasva.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    HTTP 500 is a generic error for website visitors – you’ll find the error details in your web server logs. Please copy paste the error message in a reply.

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    Were you able to get the error message?

    js.

    Thread Starter svasva

    (@svasva)

    By trial and error, I found out that the error 500 occurs when I have a standard htaccess file and WPSSO is active

    # 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

    However when I delete the code of htaccess the error 500 disappears on blog post editing, but I get 404 on each blog post on the main site and WPSSO writes that it has 404 responce

    Plugin Author JS Morisset

    (@jsmoriss)

    WPSSO does not do rewrites or handle HTTP requests, so an invalid URL and HTTP 404 error would not be from WPSSO. Do you have more information on the 404? What is the URL that WordPress is unable to find?

    js.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Website currently unable to handle this request. HTTP ERROR 500’ is closed to new replies.