LoginLogin  Blog About
Search:

Support » Knowledge Base » Shop-Script » Troubleshooting »

Changes made in design editor are not saved

When you click on the "Save template" button in the built-in design editor, all changes made since the previous saving (during the current user session) are saved. To view the saved changes, open the storefront in a new browser tab/window or refresh the previously opened tab/window with your storefront.

If doing so does not show your latest changes, this problem may be caused by insufficient access rights of the web server which fails to save updated design-related files. To eliminate it, assign wider permissions for the web server to directory published/publicdata/DATABASE_KEY/attachments/SC/themes/ so that PHP scripts are allowed to overwrite all of its contents as well as the contents of all its subdirectories and files inside them.

Very often, the following permission values are used to set necessary access rights: 775 or 777 (for directories) and 664 or 666 (for files). In some cases specific server configuration may require that other permission values are used; please consult your server administrator to apply correct values.

Note: The recommendations contained in this article are intended only for owners of open-source WebAsyst scripts licenses installed on own or web-hosting company's server. Users of the WebAsyst online services have no direct administrative access to server files or directories.