Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Created October 3, 2014 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emileswarts/bef5e23567937a12f5bd to your computer and use it in GitHub Desktop.
Save emileswarts/bef5e23567937a12f5bd to your computer and use it in GitHub Desktop.
[2014-10-03 11:20:31] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT t0.id AS id1, t0.code AS code2, t0.created AS created3, t0.root AS root4, t0.lvl AS lvl5, t0.lft AS lft6, t0.rgt AS rgt7, t0.parent_id AS parent_id8, t0.discr FROM pim_catalog_category t0 WHERE t0.code = ? AND t0.discr IN ('category') LIMIT 1' with params ["ski_men_jackets"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.discr' in 'field list'" at /home/vcap/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException: An exception occurred while executing 'SELECT t0.id AS id1, t0.code AS code2, t0.created AS created3, t0.root AS root4, t0.lvl AS lvl5, t0.lft AS lft6, t0.rgt AS rgt7, t0.parent_id AS parent_id8, t0.discr FROM pim_catalog_category t0 WHERE t0.code = ? AND t0.discr IN ('category') LIMIT 1' with params [\"ski_men_jackets\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.discr' in 'field list' at /home/vcap/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.discr' in 'field list' at /home/vcap/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:694)"} []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment