Hello,
I have a website that uses Smarty. When I try $oSmart->display("header.html");
I get a blank page without warnings and errors. I'v proven with var_dump()
that the smarty object is succesfully created. I know to that the page is enterily rendered by using:
echo "start";
//Smarty Stuff
echo "end";
Also the template folder is specified. Does anyone know what might have caused this? I use a ubuntu server with ispconfig and it is configurated with this turtorial: http://www.howtoforge.com/perfect-server-ubuntu-11.10-ispconfig-3. Sorry for any grammer errors, I'm from Holland.
Thanl you for your time and help.