You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi Irkwz,
I don't exactly know what causes the query to get destroyed. But a fix which i tried and got successful is by changing the composer.json.
in composer.json change the line
"zendframework/zendframework": "2." to "zendframework/zendframework": "2.3." and give it a try. If even than it doesn't solve your problem i'm sure some one will give a reply.
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
The text was updated successfully, but these errors were encountered: