简体   繁体   中英

TableNotFoundException EzPlatform

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

~/ez enter engine

and in the container

./bin/console ezplatform:install clean

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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