1

the admin panel of my website is created in smarty,If I made even an alphabet change in home.tpl and save it then upon logging into admin panel it shows me a blank screen.i am completly unaware what could be the reason behind it.Anyone who had experinced it before? help will be appreciated I believe there is no programming error but there are some view issues may be

hakre
  • 193,403
  • 52
  • 435
  • 836
require_once
  • 1,995
  • 3
  • 21
  • 29

3 Answers3

1

Reinstall template and make sure that at the end of tpl files there is no balnk space

1

Dumb question: is the configuration right? You must also be sure that the application can display the template and not another.

Try writting {debug} in your template. It gives you all the parameters that you send to Smarty.

Another test -> make an "echo" at the method $smarty->display('home.tpl'); if you get a '1', it's ok, if not... you know.

aromerooca
  • 39
  • 1
0

Change the permission of templates_c folder

Sunil Mishra
  • 3,796
  • 1
  • 27
  • 40