I've just done a fresh install, after removing Specinstall from config/application.config.php I reload page and a Zend\Db\Adapter\Exception\InvalidQueryException shows up.
Tracing query in mysql revealed:
SELECT `catalog_category`.*, `catalog_category_website`.* FROM `catalog_category` INNER JOIN `catalog_category_website` ON `catalog_categ`or`y_website`.`categ`or`y_id` = `catalog_categ`or`y`.`categ`or`y_id` WHERE `website_id` = 1 AND `parent_category_id` IS NULL;
ERROR 1054 (42S22): Unknown column 'catalog_categ' in 'on clause'
here you can notice backticks ` around any or in any occurence of categORy.
How can I fix this?
I've unsuccessully tried to reach somebody on irc
I've just done a fresh install, after removing Specinstall from config/application.config.php I reload page and a Zend\Db\Adapter\Exception\InvalidQueryException shows up.
Tracing query in mysql revealed:
here you can notice backticks ` around any or in any occurence of categORy.
How can I fix this?
I've unsuccessully tried to reach somebody on irc