Shopkit setup errors

Hi,

I’m having troubles to install Shopkit. I just downloaded the last package but when I run it I have “No such file or directory errors”. What am I doing wrong here ?

You may have to change your .htaccess rules to allow loading of assets from the plugins folder.

Uncomment these lines:

#RewriteRule ^assets/plugins/([a-zA-Z0-9\.\-_%=]+)/(.*)$ site/plugins/$1/assets/$2 [L,N]
#RewriteCond $1 !^plugins/[a-zA-Z0-9\.\-_%=]+/assets/.*
1 Like

Thanks ! it fixed a part of it.
I had to edit some scripts that contained wrong hardcoded folder path. footer.php was one of these.