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 installed Speckcommerce via GitClone->composerInstall->SpeckInstaller, and on home page getting this error.
In file '\speck\vendor\speckcommerce\speck-catalog\src\SpeckCatalog\Mapper\Category.php' on line 27:
System replaces content of $joinString ('catalog_category_website.category_id = catalog_category.category_id') in join statement, so final query is exactly:
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
Using new \Zend\Db\Sql\Expression($joinString) is fixing the issue but why system strangely replacing 'or'?
The text was updated successfully, but these errors were encountered:
I've just installed Speckcommerce via GitClone->composerInstall->SpeckInstaller, and on home page getting this error.
In file '\speck\vendor\speckcommerce\speck-catalog\src\SpeckCatalog\Mapper\Category.php' on line 27:
System replaces content of $joinString ('catalog_category_website.category_id = catalog_category.category_id') in join statement, so final query is exactly:
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
Using new \Zend\Db\Sql\Expression($joinString) is fixing the issue but why system strangely replacing 'or'?
The text was updated successfully, but these errors were encountered: