Forum Replies Created

Viewing 15 replies - 91 through 105 (of 399 total)
  • Thread Starter diegpl

    (@diegpl)

    Just checked some of the plugins I have on, did not see this wp_normalize_path() call in any of them and there are many ppl on the web complaining about this wp php 8 issues. It seems it is from the platform itself.

    Yes, my server is crashing after last update:

    [15-Sep-2022 15:27:38 UTC] RedisException: read error on connection to localhost:6379 in /wp-content/object-cache.php:1994
    Stack trace:
    #0 /wp-content/object-cache.php(1994): Redis->setex()
    #1 /wp-content/object-cache.php(258): WP_Object_Cache->set()
    #2 /wp-includes/option.php(512): wp_cache_set()
    #3 /wp-content/plugins/wp-offload-ses/classes/Queue/Email-Cron.php(57): update_option()
    #4 /wp-includes/class-wp-hook.php(307): DeliciousBrains\WP_Offload_SES\Queue\Email_Cron->cron_worker()
    #5 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #6 /wp-includes/plugin.php(524): WP_Hook->do_action()
    #7 /wp-cron.php(138): do_action_ref_array()
    #8 {main}

    Hi, so, will it work like that, or do I need to insert an url with the glich=nothing to make the cache first? Tks!

    Thread Starter diegpl

    (@diegpl)

    Hmm, I tried to load /wp-admin/options-general.php?page=cleantalk and it took forever, I have 1500 sites. Does not it work alright for this much? Tks.

    Thread Starter diegpl

    (@diegpl)

    @katereji another answer about this thread came to my email saying I would need to set it up per form, is that right? It is weird I do not see the interaction here…

    Hi, mine did not show up anything in /wp-admin/admin.php?page=wacv_sections when I typed the e-mail and all the other fields. In free version does not appear anything in the abandoned cart list? Tks!

    Thread Starter diegpl

    (@diegpl)

    Yes, that is the code to run when the requested option is unchecked:

    
    $wp_admin_bar->remove_node( 'google-site-kit' );
    add_action('init', function() {
      	if ( is_user_logged_in() && !(is_admin()) ) {
    
          add_action( 'wp_print_styles', 'deregister_css', 100 );
          function deregister_css() {
        			wp_deregister_style( 'googlesitekit-adminbar-css' );
        			wp_dequeue_style( 'googlesitekit-adminbar-css' );
          }
    
          add_action( 'wp_print_scripts', 'deregister_js', 100 );
          function deregister_js() {
      			
            if ( is_plugin_active( 'google-site-kit/google-site-kit.php' ) ) {
                wp_deregister_script( 'googlesitekit-runtime' );
                wp_dequeue_script('googlesitekit-runtime');
                wp_deregister_script( 'googlesitekit-modules-analytics' );
                wp_dequeue_script('googlesitekit-modules-analytics');
                wp_deregister_script( 'googlesitekit-base-data' );
                wp_dequeue_script('googlesitekit-base-data');
                wp_deregister_script( 'googlesitekit-polyfills' );
                wp_dequeue_script('googlesitekit-polyfills');
                wp_deregister_script( 'googlesitekit-modules-adsense' );
                wp_dequeue_script('googlesitekit-modules-adsense');
                wp_deregister_script( 'googlesitekit-modules-adsense' );
                wp_dequeue_script('googlesitekit-modules-adsense');
                wp_deregister_script( 'googlesitekit-modules-search-console' );
                wp_dequeue_script('googlesitekit-modules-search-console');
                wp_deregister_script( 'googlesitekit-adminbar' );
                wp_dequeue_script('googlesitekit-adminbar');
                wp_deregister_script( 'googlesitekit-modules-optimize' );
                wp_dequeue_script('googlesitekit-modules-optimize');
                wp_deregister_script( 'googlesitekit-modules-pagespeed-insights' );
                wp_dequeue_script('googlesitekit-modules-pagespeed-insights');
                wp_deregister_script( 'googlesitekit-modules-analytics-4' );
                wp_dequeue_script('googlesitekit-modules-analytics-4');
                wp_deregister_script( 'googlesitekit-modules-tagmanager' );
                wp_dequeue_script('googlesitekit-modules-tagmanager');
                wp_deregister_script( 'googlesitekit-vendor' );
                wp_dequeue_script('googlesitekit-vendor');
                wp_deregister_script( 'googlesitekit-datastore-site' );
                wp_dequeue_script('googlesitekit-datastore-site');
            }        
    
            }
        }
    } );
    Thread Starter diegpl

    (@diegpl)

    Hmm, it is weird that the php error log does not show any more plugin involved then.

    WP version is not the latest, it might be because of that than. But it is not that old though, version 5.9.2
    I can not revert the php version, since it is in production with everything else working alright with php 8 yet 🙂
    Do you know about any issue relating php 8 to version 5.9.2 then? Tks! 😉

    Thread Starter diegpl

    (@diegpl)

    Actually not. I dont use this kind of thing bcz it usually takes a not of memory w db queries. I would like just the character counting aside title and description tags inputs. Does it have that? Tks!

    Thread Starter diegpl

    (@diegpl)

    Oh, one last question. I did not see a character counter in the demo you showed me. That is not even in the pro version? Tks! 😉

    Thread Starter diegpl

    (@diegpl)

    Ok, that sounds good man. I did not see a place to close this thread, you can end it then. Tks! 😉

    Yes, I saw many of them through Query Monitor too. Someone know if there is a date for a fixing release? Tks! 😉

    Thread Starter diegpl

    (@diegpl)

    Hmm, cool. And for pages and products, does it enable that too? 🙂

    Thread Starter diegpl

    (@diegpl)

    That is the whole log

    [02-Jun-2022 12:18:40 UTC] PHP Fatal error:  Uncaught TypeError: array_merge(): Argument #1 must be of type array, bool given in /wp-content/plugins/woo-chec
    kout-field-editor-pro/public/class-thwcfd-public-checkout.php:494
    Stack trace:
    #0 /wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php(494): array_merge()
    #1 /wp-includes/class-wp-hook.php(307): THWCFD_Public_Checkout->display_custom_fields_in_emails()
    #2 /wp-includes/plugin.php(189): WP_Hook->apply_filters()
    #3 /wp-content/plugins/woocommerce/includes/class-wc-emails.php(488): apply_filters()
    #4 /wp-includes/class-wp-hook.php(309): WC_Emails->order_meta()
    #5 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #6 /wp-includes/plugin.php(474): WP_Hook->do_action()
    #7 /wp-content/plugins/woo-rfq-for-woocommerce/woocommerce/emails/customer-rfq.php(109): do_action()
    #8 /wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include('...')
    #9 /wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/emails/class-wc-email-customer-rfq.php(152): wc_get_template()
    #10 /wp-content/plugins/woocommerce/includes/emails/class-wc-email.php(545): WC_Email_Customer_RFQ->get_content_html()
    #11 /wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/emails/class-wc-email-customer-rfq.php(92): WC_Email->get_content()
    #12 /wp-includes/class-wp-hook.php(309): WC_Email_Customer_RFQ->trigger()
    #13 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #14 /wp-includes/plugin.php(474): WP_Hook->do_action()
    #15 /wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/emails/class-wc-email-rfq.php(95): do_action()
    #16 /wp-includes/class-wp-hook.php(307): WC_Email_RFQ->send_transactional_email()
    #17 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #18 /wp-includes/plugin.php(474): WP_Hook->do_action()
    #19 /wp-content/plugins/woocommerce/includes/class-wc-order.php(364): do_action()
    #20 /wp-content/plugins/woocommerce/includes/class-wc-order.php(222): WC_Order->status_transition()
    #21 /wp-content/plugins/woocommerce/includes/class-wc-order.php(334): WC_Order->save()
    #22 /wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/gateway/wc-gateway-gpls-request-quote.php(117): WC_Order->update_status()
    #23 /wp-content/plugins/woocommerce/includes/class-wc-checkout.php(982): WC_Gateway_GPLS_Request_Quote->process_payment()
    #24 /wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1206): WC_Checkout->process_order_payment()
    #25 /wp-content/plugins/woocommerce/includes/class-wc-ajax.php(461): WC_Checkout->process_checkout()
    #26 /wp-includes/class-wp-hook.php(307): WC_AJAX::checkout()
    #27 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #28 /wp-includes/plugin.php(474): WP_Hook->do_action()
    #29 /wp-content/plugins/woocommerce/includes/class-wc-ajax.php(90): do_action()
    #30 /wp-includes/class-wp-hook.php(307): WC_AJAX::do_wc_ajax()
    #31 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #32 /wp-includes/plugin.php(474): WP_Hook->do_action()
    #33 /wp-includes/template-loader.php(13): do_action()
    #34 /wp-blog-header.php(19): require_once('...')
    #35 /index.php(17): require('...')
    #36 {main}
      thrown in /wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php on line 494
    [02-Jun-2022 12:18:43 UTC]
    Thread Starter diegpl

    (@diegpl)

    I deactivated and activated it agiain in just one site and it seems the problem is solved. But it sems there is a generic table for all wpms related to this plugin then, no? Tks! 😉

Viewing 15 replies - 91 through 105 (of 399 total)