TableNotFoundException EzPlatform

403 views Asked by At

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.

1

There are 1 answers

6
user1643155 On

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

~/ez enter engine

and in the container

./bin/console ezplatform:install clean

that will populate all the tables needed by ez to work.