It looks like there may be a redirect error. Are there any language plugins that allow content to be in multiple languages or anything like that? If there are, that’s what I’d look at first.
If not, then try disabling all plugins except for WooCommerce and switch to the Storefront theme. Then see if the problem still happens. If it doesn’t, then it’s an issue with another plugin or theme. You can enable them one by one while checking the Shop page after each one. When it stops working, the last one activated is likely the problem.
Let us know what you find out.
]]>500 error resolved with this: https://wpml.org/errata/htaccess-is-rewritten-with-language-folder/. I resolved the problem, but we did not recognize, why the problem was.
An empty shop page not resolved. Some plugin/thing change the .htaccess file – maybe this is the clue. But i still do not know, what affects that.
I tried to work with plugins( disabling all plugins except for WooCommerce and switch to the Storefront theme.). But nothing. I did not find anything.
The empty shop page appears then i am doing something in the backend(save something or change something).
If a plugin has made changes to the .htaccess
file, those will remain even if the plugin is deactivated. It can make tracking these down difficult.
Can you edit the .htaccess
file and paste a copy of it here in your reply? It may show us what’s going on.
Cheers
]]># END WordPress
# LBROWSERCSTART Browser Caching
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif “access 1 year”
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType image/x-icon “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType text/javascript “access 1 month”
ExpiresByType text/html “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/xhtml-xml “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresDefault “access 1 month”
</IfModule>
# END Caching LBROWSERCEND
.htaccess
file now.
Are you still having a blank shop page? When I took a look at this URL just now everything appears to be working. The products load.
]]>We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
]]>