Loading...
 
Architecture / Installation

Architecture / Installation


How to debug blank pages with Smarty debugging?

posts: 3

I posted an earlier request for help with blank pages on a new install of 6.1. I have since installed 5.4 and also get blank pages. My memory_limit=512MB so I assumed it is big enough (is this true?). Since both 5.4 and 6.1 fail in the same way I assume it has to be environment related. I began debugging the tiki-index.php file. At the point of doing the $smarty->display the $page_content is properly initialized so it appears the failure is in smarty.

During smarty debugging I found comments about enabling a javascript debugging console. I found the following and added it to the tiki-index.php.

$smarty->compile_check = true;
$smarty->debugging = true;

This is supposed to add a javascript debug console at the end of page output, but in my case there is nothing added to the page.

Any help in getting smarty debugging enabled.

There are no comments at this time.