Coder Social home page Coder Social logo

content's People

Contributors

davidg-klevu avatar forgiveme avatar klevu avatar richard-hardman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

benyanke

content's Issues

Notice Error in admin

Hello @klevu ,

I have another error in admin var/www/html/Magento2.1.4/vendor/magento/module-config/Model/Config/Structure/Element/Iterator.php on line 59.
It shows notice error in admin section when clicking Store->Configuration.

Thanks,
Moin

klevu_search_content_sync job not running

Conditions:

  • Magento Commerce 2.1.9 (Enterprise)
  • klevu/module-content 2.1.24

Description:
While processing with cron Klevu then job-code "klevu_search_content_sync" gets status error and in messages field is stated following SQL-statement error as below in "Error" section.

There seems to be partial support for row_id but still used page_id where it doesn't exist:

vendor/klevu/module-content/Model/Content.php

Error in cron_schedule-table:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'i.page_id' in 'field list', query was: 
SELECT `k`.`product_id` AS `page_id` FROM `klevu_product_sync` AS `k`
 LEFT JOIN `cms_page` AS `c` ON k.product_id = c.page_id AND (c.created_in <= 1 AND c.updated_in > 1)
 LEFT JOIN `cms_page_store` AS `v` ON v.page_id = c.page_id WHERE (((k.store_id = :store_id AND v.store_id != 0) AND (k.type = :type) AND (k.product_id NOT IN (SELECT `i`.`page_id` FROM `cms_page_store` AS `i` WHERE (i.page_id NOT IN ('')) AND (i.store_id = :store_id OR i.store_id = 0)))) OR ( (k.product_id IN ('') OR (c.page_id IS NULL) OR (c.is_active = 0)) AND (k.type = :type) AND k.store_id = :store_id)) GROUP BY `k`.`product_id`
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.