I want to start testing with Shopware as alternative to WooCommerce.
After uploading the files to my host I got a error on the document root, fixed with this code for the htaccess
RewriteEngine on
# Rewrite all requests that are not already for the "public" subdirectory
RewriteRule !^public/ /public%{REQUEST_URI} [L]
Next I was able to fix the ‚set_time_limit‘ limit by disabling this line in the install script. Then I got the installer running, and now I’m stuck with the next issue.
Is there a way to bypass the use of Sodium? This would be the last step to start with SW6.
looks like Sodium is not detected in your webspace which is mandatory. You should either contact your hosting provider or (the easier way) select a hosting provider which fully supports Shopware 6.
It would help to know which of the biggest hosters are shopware 6 compliant.
Most (like hostgator) will not update PHP extensions upon individual request because they want the clients to upgrade to virtual.
Selecting to a different one is not an option for users, who have systems implemented already and the shop being only a new addition.