I'm using Smarty templates which call object methods. I've put the code on a new server, but it silently doesn't work correctly. The template is being output, but is cut off at a certain point, probably because of an error.
error_reporting
is set to E_ALL
. Even with $smarty->error_reporting = E_ALL
and $smarty->debugging = TRUE
, no error is displayed.
How can I see why the template is failing?