I'm getting blank pages
Is your error reporting on? It sounds like you're getting a PHP error that is fatal and you aren't reporting errors. Also, if you know where to find them, look in your apache error_log.
Common causes of blank pages are:
- PHP script error, such as trying to include a file which is not present