• If some changes are not applied or applied wrong/partially, or you see removed controls or styles.
  • Missing styles

If some changes are not applied or applied wrong/partially, or you see removed controls or styles.

  1. Disable Magento cache under the Magento Admin >> System >> Cache Management, select all items, then choose "Actions" >>"Disable" and click “Submit”.

  2. Reindex data by going to System >> Index Management >> select all >> Reindex.

  3. Disabled module compilation under the System tab >> Tools >> Compilation:

The disabling compilation may help if Themler crashed also.

Missing styles

The issue with missing styles may be related to the fact that you're running SuPHP on your server. It requires different permissions to execute php scripts:

0644 - for php files
0755 - for folders with php files

https://my.getstarted.com.au/knowledgebase/56/500-Error-File-is-writeable-by-group.html

- If some changes are not applied or applied wrong/partially, or you see removed controls or styles. - [Missing styles](#missing_styles) ### If some changes are not applied or applied wrong/partially, or you see removed controls or styles. 1. Disable Magento cache under the Magento Admin >> System >> Cache Management, select all items, then choose "Actions" >>"Disable" and click “Submit”. <img src="http://attachments.answers.billiondigital.com/704/704/magento-install1-res.png"> 2. Reindex data by going to System >> Index Management >> select all >> Reindex. 3. Disabled module compilation under the System tab >> Tools >> Compilation: <img src="http://attachments.answers.billiondigital.com/775/9775/compilation.png"> The disabling compilation may help if Themler crashed also. <a id="missing_styles"></a> ### Missing styles The issue with missing styles may be related to the fact that you're running **SuPHP** on your server. It requires different permissions to execute php scripts: `0644 - for php files` `0755 - for folders with php files` https://my.getstarted.com.au/knowledgebase/56/500-Error-File-is-writeable-by-group.html