systemCheck Blank Screen

Hello, first and foremost thank you to the Piwik staff for making such a valuable piece of software available to the open source community… With that in mind I’m very anxious to give it a try, but I’ve run into some problems on install.

I’ve uploaded all the files in the Piwik 0.8 download, and chmod all the appropriate folders. When I attempt to proceed to Step 2, I’m returned a Blank Screen.

Any thoughts?

I had previously requested pdo and pdo_mysql be added, so I don’t suspect this is the issue.

And upon further inspection when I run

<?php print_r(get_loaded_extensions()); ?>

PDO and PDO_MYSQL are listed in the returned Array

Other Info:
PHP/5.3.3
Apache/2.2.16

Make sure you have session.use_cookies=1 in your php.ini. And enable cookies in your browser.

session.use_cookies is already set to 1 AND I’ve always had cookies turned on, so neither of these can be the issue.

Any other suggestions?

Would like to try this at some point!

Check your error logs there will be an error in there