Easyengine & Wordpress

Hello Everyone,

I’m newbie in group. Otherwise I’m really glad for easyengine, and I really want to learn more. Hopefully one day I can share my knowladge with others newbies.

I am running Debian-8.0 (64 bit) server:

RAM 3072 MB CPU 4 Ghz SSD 20 GB

I’am running one wordpress website, webshop.

I have one question acording my website, I got my error.log filled with one error otherwise website is running good. Could anybody tell more about this SQL error, or does anybody found a solution for that?

Another question is regarding Debian 8 easyengine and PHP 7, is support for PHP7 avalable or I should stay on PHP 5.6…

[error] 31872#0: *60759 FastCGI sent in stderr: "PHP message: WordPress database error Unknown column ‘wpkb_postmeta.meta_value’ in ‘order clause’ for query SELECT SQL_CALC_FOUND_ROWS wpkb_posts.ID FROM wpkb_posts WHERE 1=1 AND wpkb_posts.ID IN (1438,1422) AND wpkb_posts.post_type = ‘product’ AND (wpkb_posts.post_status = ‘publish’ OR wpkb_posts.post_status = ‘future’ OR wpkb_posts.post_status = ‘draft’ OR wpkb_posts.post_status = ‘pending’) ORDER BY wpkb_postmeta.meta_value+0 DESC, wpkb_posts.post_date DESC LIMIT 12 made by do_action(‘wp_ajax_nopriv_laborator_get_paged_shop_products’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, kalium_woocommerce_get_paged_products, wc_get_template_part, load_template, require(’/themes/kalium/woocommerce/content-product.php’), post_class, get_post_class, apply_filters(‘post_class’), WP_Hook->apply_filters, call_user_func_array, wc_product_post_class, WC_Product_Bundle->is_purchasable, WC_Product_Bundle->contains, WC_Product_Bundle->sync, WC_Product_Bundle->get_bundled_items, WC_Data_Store->pr… PHP message: WordPress database error Unknown column ‘wpkb_postmeta.meta_value’ in ‘order clause’ for query SELECT SQL_CALC_FOUND_ROWS wpkb_posts.ID FROM wpkb_posts WHERE 1=1 AND wpkb_posts.ID IN (1312,1328) AND wpkb_posts.post_type = ‘product’ AND (wpkb_posts.post_status = ‘publish’ OR wpkb_posts.post_status = ‘future’ OR wpkb_posts.post_status = ‘draft’ OR wpkb_posts.post_status = ‘pending’) ORDER BY wpkb_postmeta.meta_value+0 DESC, wpkb_posts.post_date DESC LIMIT 12 made by do_action(‘wp_ajax_nopriv_laborator_get_paged_shop_products’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, kalium_woocommerce_get_paged_products, wc_get_template_part, load_template, require(’/themes/kalium/woocommerce/content-product.php’), post_class, get_post_class, apply_filters(‘post_class’), WP_Hook->apply_filters, call_user_func_array, wc_product_post_class, WC_Product_Bundle->is_purchasable, WC_Product_Bundle->contains, WC_Product_Bun

PHP7 is available on debian 8, and you should upgrade to php7 if your website doesn’t have compatibility issues.

About your error, it seems there is a missing colum in one of your table.