I have symfony 1.0 running on my Windows XP machine but have recently wanted to try Symfony 1.2.
I unpacked the sandbox and set up a virtual host. The page returned is blank.
http://sf_sandbox/web/ returns a blank page http://sf_sandbox/web/frontend_dev.php/ returns a blank page
PHP, SQLite, Mysql are all fine.
I tired adding
echo "test";
to the index.php and it outputs as expected.
Any idea what is going on?