简体   繁体   中英

Symfony2.3 with xampp v3.2.1 files under web is not responding

i have set up my symfony 2.3 project with xampp correctly as I had access the app_dev.php successfully. However, i can not access it and other files like config.php now!! I really have no idea what was going wrong, when I clicked on the web/ or type /path/to/web/app_dev.php all browsers are just keep loading, not even return errors.

ps preparations like "php app/check.php" has been done, and /web/config.php was also fine before I met this problem.

Please give some hints and I appreciate all! Thx..

Please check for file permissions and turn on your error logger. Turn on display_errors and try it once again.

Possible reasons are - Permission to write in cache and log - Your symbolic links is not pointing properly to web - Config file is not configured with ORM etc..

All these should come as error file and will be shown on the screen

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM