Hangs with php7
-
I’ve been having some difficulty with wp_moly. It seems to get caught in some kind of loop with php7 until it runs out of memory and hangs the system.
Suggestions? This happens with all plugins except wp_moly off.
PHP7 log below:
[18-Mar-2016 17:10:38 UTC] WordPress database error Column 'term_order' in order clause is ambiguous for query SELECT t.term_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('collection') AND tr.object_id IN (2908) ORDER BY term_order ASC made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Extra-child-06/single.php'), get_footer, locate_template, load_template, require_once('/themes/Extra-child-06/footer.php'), wp_nav_menu, apply_filters('wp_nav_menu_objects'), CPCM_Manager->cpcm_replace_taxonomy_by_posts, _wp_menu_item_classes_by_context, wp_get_object_terms, apply_filters('wp_get_object_terms'), WPMOLY_Utils::get_ordered_object_terms
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hangs with php7’ is closed to new replies.