I'm trying to install Symfony2 (I use 'Bitnami' localhost on Windows). When I open http://localhost:8080/symfony2/web/config.php
I see the config page, after goint to welcome page blank page is displayed.
On http://localhost:8080/symfony2/web/app_dev.php
I've turned ini_set("display_errors", "1");
and what I get is:
Notice: require_once(): 1. h->opened_path=[C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\app\bootstrap.php.cache] h->filename=[C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\app\bootstrap.php.cache] in C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\web\app_dev.php on line 27
Notice: require_once(): apc_cache_find [-1630956134] in C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\web\app_dev.php on line 27
Notice: require_once(): 1. h->opened_path=[C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\app\autoload.php] h->filename=[C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\app\autoload.php] in C:\Bitnami\wampstack-5.4.26-0\apache2\htdocs\symfony2\app\bootstrap.php.cache on line 3
And further errors similar to these.
I saw this: APC (Alternate PHP Cache) Throwing Lots of PHP Notices
But I'm not sure what should I do with Enable internal debugging in APC [no] :no
I'm stuck. What should I do next?