A blank page means that a PHP error occurred, but error reporting is turned off. To turn error reporting on, add the following at line 1:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
I have been able to powerCMS content to display in a spry region before.


