Rasmus
Forum Replies Created
-
Hi,
It seems to be a problem when activating a user.
https://domain.domain/wp-activate.php?key=169530ed2914e855
gives this error.Fatal error: Uncaught Error: Call to undefined function wc_get_attribute_taxonomies() in /app/web/app/plugins/taxonomy-terms-order/include/addons.php on line 32 Call stack: to_get_terms_orderby_ignore_woocommerce() wp-includes/class-wp-hook.php:287 WP_Hook::apply_filters() wp-includes/plugin.php:206 apply_filters() app/plugins/taxonomy-terms-order/taxonomy-terms-order.php:160 TO_get_terms_orderby() wp-includes/class-wp-hook.php:289 WP_Hook::apply_filters() wp-includes/plugin.php:206 apply_filters() wp-includes/class-wp-term-query.php:891 WP_Term_Query::parse_orderby() wp-includes/class-wp-term-query.php:399 WP_Term_Query::get_terms() wp-includes/class-wp-term-query.php:288 WP_Term_Query::query() wp-includes/class-wp-tax-query.php:637 WP_Tax_Query::transform_query() wp-includes/class-wp-tax-query.php:562 WP_Tax_Query::clean_query() wp-includes/class-wp-tax-query.php:394 WP_Tax_Query::get_sql_for_clause() wp-includes/class-wp-tax-query.php:324 WP_Tax_Query::get_sql_for_query() wp-includes/class-wp-tax-query.php:274 WP_Tax_Query::get_sql_clauses() wp-includes/class-wp-tax-query.php:250 WP_Tax_Query::get_sql() wp-includes/class-wp-query.php:2126 WP_Query::get_posts() wp-includes/class-wp-query.php:3436 WP_Query::query() wp-includes/class-wp.php:620 WP::query_posts() wp-includes/class-wp.php:737 WP::main() wp-includes/functions.php:1274 wp() wp-blog-header.php:16 require() wp-activate.php:14
- This reply was modified 3 years, 11 months ago by Rasmus.
Never mind, found the problem in a conflicting plugin
Even if they are notices, it’s bad practice to leave them there.
I’m having similar problems with the update, please develop the plugin with WP_DEBUG activated (https://codex.www.ads-software.com/Debugging_in_WordPress)
Notice: Undefined index: disable_required in wp-content/plugins/user-submitted-posts/views/submission-form.php on line 6
Notice: Undefined index: usp_email in wp-content/plugins/user-submitted-posts/views/submission-form.php on line 41
I modified line 34 to:
if ( count( $_product_cats ) > 0 && is_array($_product_cats) ) {
seems to work now.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Please use full size thumbnailI agree that would be the best thing to do, if I were the theme developer. Unfortunately this isn’t the case this time ??
So I think there’s still a potential problem with this since the sizes is changeable, so I still suggests that you change it to the full size (or a custom size that is at least 200px, for example array(200, 99999) )
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Please use full size thumbnailthank you but no, as I said “Since the medium size can be changed” (for example if the image size is used in other places in the theme) this is still a problem.
+1 on jQuery broken in 2.0.5.
Had to revertForum: Plugins
In reply to: [Feed2Post] [Plugin: Feed2Post] BrokenShould be fixed now, there was a problem with the WordPress servers.
Forum: Plugins
In reply to: All plugin updates invalid?I’m having the same problem with https://www.ads-software.com/extend/plugins/feed2post/
Half of the times it says 404, half of the times it works. Seems to be some problem with the server ??