简体   繁体   English

Web下具有xampp v3.2.1文件的Symfony2.3没有响应

[英]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. 我已经成功访问​​了app_dev.php,因此已使用xampp正确设置了我的symfony 2.3项目。 However, i can not access it and other files like config.php now!! 但是,我现在无法访问它和其他文件,例如config.php! 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. 我真的不知道出了什么问题,当我单击web /或键入/path/to/web/app_dev.php时,所有浏览器都保持加载状态,甚至没有返回错误。

ps preparations like "php app/check.php" has been done, and /web/config.php was also fine before I met this problem. 诸如“ php app / check.php”之类的ps准备工作已经完成,并且/web/config.php在我遇到此问题之前也很好。

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. 打开display_errors,然后再试一次。

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.. 可能的原因是-允许在缓存和日志中写入-您的符号链接未正确指向Web-未使用ORM等配置配置文件。

All these should come as error file and will be shown on the screen 所有这些都应作为错误文件出现,并将显示在屏幕上

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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