Skip to content

Unknown column 'catalog_categ' in 'on clause' #47

@lrkwz

Description

@lrkwz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions