I just started a new project with ezlunachpad and I'm facing TableNotFoundException it mean there's no table in my database.
Already tried docker:importdata command, but didn't solve my issue.
This is my Exception trace:
Doctrine\DBAL\Exception\ TableNotFoundException
An exception occurred while executing 'SELECT t.* FROM ezcontentobject_tree t WHERE t.node_id = ?' with params [2]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ezplatform.ezcontentobject_tree' doesn't exist Doctrine\DBAL\Driver\ PDOException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ezplatform.ezcontentobject_tree' doesn't exist
Any help would be appreciated.
if you have your docker containers up, you can always enter the engine one and try the isntall process from there.
it could be something like
and in the container
that will populate all the tables needed by ez to work.