svenkuegler/printerwatchdog

Base table or view not found: 1146 Table 'PrinterWatchdog.printer' doesn't exist

Opened this issue · 0 comments

Any thoughts on why the tables are not being created. Do I need to run something?

request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.ip AS ip_2, p0_.serial_number AS serial_number_3, p0_.location AS location_4, p0_.last_check AS last_check_5, p0_.is_color_printer AS is_color_printer_6, p0_.toner_black AS toner_black_7, p0_.toner_yellow AS toner_yellow_8, p0_.toner_magenta AS toner_magenta_9, p0_.toner_cyan AS toner_cyan_10, p0_.type AS type_11, p0_.total_pages AS total_pages_12, p0_.unreachable_count AS unreachable_count_13, p0_.toner_black_description AS toner_black_description_14, p0_.toner_cyan_description AS toner_cyan_description_15, p0_.toner_magenta_description AS toner_magenta_description_16, p0_.toner_yellow_description AS toner_yellow_description_17, p0_.console_display AS console_display_18 FROM printer p0_':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'PrinterWatchdog.printer' doesn't exist" at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.ip AS ip_2, p0_.serial_number AS serial_number_3, p0_.location AS location_4, p0_.last_check AS last_check_5, p0_.is_color_printer AS is_color_printer_6, p0_.toner_black AS toner_black_7, p0_.toner_yellow AS toner_yellow_8, p0_.toner_magenta AS toner_magenta_9, p0_.toner_cyan AS toner_cyan_10, p0_.type AS type_11, p0_.total_pages AS total_pages_12, p0_.unreachable_count AS unreachable_count_13, p0_.toner_black_description AS toner_black_description_14, p0_.toner_cyan_description AS toner_cyan_description_15, p0_.toner_magenta_description AS toner_magenta_description_16, p0_.toner_yellow_description AS toner_yellow_description_17, p0_.console_display AS console_display_18 FROM printer p0_':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'PrinterWatchdog.printer' doesn't exist at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'PrinterWatchdog.printer' doesn't exist at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'PrinterWatchdog.printer' doesn't exist at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)"} []