• Hello!

    After 3.0.0 Woocomerce update I got: Error 404 – Page not found! For Pages and blog posts. Im using Post name Permalinks. Im using Mystile theme.
    If I disable Woocomerce then Permalinks works. So far I did:
    – Changed to Plain permalinks – everything works. Switch back to Post name permalinks and Save – same error.
    – Checked .htaccess permissions (644) and code:
    # 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

    – deleted .htaccess file and resaved permalinks settings – doesnt work.

    Please help! Im losing money because of this Woocomerce update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    This works our side, but 2 people have reported. Can you give access to a dev site with this problem some how? I’d like to debug an affected site.

    I’m on WordPress slack – mikejolley username.

    Thread Starter OldSchoolGuy

    (@lazdu)

    Sorry, but we dont have dev site and WordPress slack.
    I can send you access to website just tell me how.
    Thanks!

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Can’t on this forum. Either go on slack or twitter DM mikejolley?

    Thread Starter OldSchoolGuy

    (@lazdu)

    PM via Twitter DM sent.

    Thread Starter OldSchoolGuy

    (@lazdu)

    Developer Mike Jolley did a fantastic and fast job. Many thanks!
    In next update permalinks will be back for other users.
    Thanks!! Now I see why WooCommerce is the best.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post name Permalinks – Page not found Woocommerce update 3.0.0’ is closed to new replies.