0

I have uploaded the quick-start package of theme sm-g3shop in my localhost , it was working fine showing exactly the demo website but when i have uploaded that website on live server from localhost it show only html type of data. All the elements of theme are disrupted and its not showing as expected. please help me to solve this error

enter image description here

enter image description here

Rama Chandran M
  • 3,210
  • 13
  • 22
  • 38

1 Answers1

0

1) Are you sure that you have copied all files ? app/design, skin and media ? check these please.

2) Check also if you have set your current theme and package in :

  • system->configuration->design->package: put your package.

  • system->configuration->design->themes->Default: put your theme.

  • the other fields you leave them empty.

3) check the premission of folders :

  • app/design = 755, skin = 755, media = 755

Edit

You can check this with:

FTP : right click on folder->Right to access files (the last one)

SSH : chmod -R 755 media

4) Clear your Magento and Browser cache.

PЯINCƎ
  • 11,669
  • 3
  • 25
  • 80