开发者

symfony program hangs up when calling database

开发者 https://www.devze.com 2023-01-29 00:15 出处:网络
Hi I am using the Doctrine ORM with symphony, was able to build the tables with the database generator but when I try to r开发者_如何学JAVAun the http://localhost:8080//frontend_dev.php/cinesit hangs

Hi I am using the Doctrine ORM with symphony, was able to build the tables with the database generator but when I try to r开发者_如何学JAVAun the http://localhost:8080//frontend_dev.php/cines it hangs up on the line with the query as I can see in the log symfony [info] {Doctrine_Connection_Mysql} query : etc.

what can I do to fix this?


From what you've mentioned it sounds like you haven't set up your models. You can do so by typing:

$php symfony doctrine:build --all --no-confirmation 

at the command line. Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号