php - symfony program hangs up when calling database -
hi using doctrine orm symphony, able build tables database generator when try run http://localhost:8080//frontend_dev.php/cines hangs on line query can see in log symfony [info] {doctrine_connection_mysql} query : etc.
what can fix this?
from you've mentioned sounds haven't set models. can typing:
$php symfony doctrine:build --all --no-confirmation
at command line. hope helps.
Comments
Post a Comment