Forum Replies Created

Viewing 15 replies - 1 through 15 (of 153 total)
  • Thread Starter Jaap de Wit

    (@hitec4ever)

    @yordansoares thanks for your reply. Did some more research and text is coming from WooCommerce EU VAT plugin. I have succesfully changed the text. This request can be closed.

    Thread Starter Jaap de Wit

    (@hitec4ever)

    volgens AI

    De error “Address does not contain house number!” komt uit de PostNL plugin zelf:

    Bestand: src/Frontend/Container.php:341

    De flow is:

    1. set_post_data_address() wordt aangeroepen (regel 324)
    2. Die roept split_address() aan in Address_Utils.php:88 om het huisnummer uit address_1 te halen
    3. split_address() gebruikt is_numeric() (regel 106) om het huisnummer te vinden — dit is het probleem!
    4. is_numeric(“12-H”) en is_numeric(“12H”) retourneren allebei false, dus het huisnummer wordt nooit gevonden
    5. shipping_house_number blijft leeg → regel 340-341 gooit de exception
    Thread Starter Jaap de Wit

    (@hitec4ever)

    @cyr61 yes, that’s it. Strange this code always worked fine up until some months ago.
    I have replaced the code snippet with another. Also informed the guy from businessbloomer his snippet is not working with RFC Quote request.
    https://www.businessbloomer.com/woocommerce-allow-1-product-cart/

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi,

    You have to complete a quote request to trigger the issue. Can you do that. You then will see it will have 2 products.

    Cheers,
    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi,
    The only active code is this (only 1 item in cart):

    add_filter( ‘woocommerce_add_to_cart_validation’, ‘bbloomer_only_one_in_cart’, 9999, 2 );function bbloomer_only_one_in_cart( $passed, $added_product_id ) {
    wc_empty_cart();
    return $passed;
    }

    You can test it by requesting a quote on: https://www.holicolorpowders.fr/
    Add any product except: https://www.holicolorpowders.fr/produit/extincteur-poudre-holi/
    This product will be automatically be added to the quote (visible in mail and backend)

    Cheers,
    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    @femiyb is thus a different beta then the github link you shared before?

    The error occured right after I installed the beta plugin downloaded here: https://github.com/mollie/WooCommerce/releases/tag/8.0.6-beta1

    So I don’t think it is a new issue. Something is incorrect in that beta.

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @femiyb,
    The beta plugin throws this error:

    Error Details

    An error of type E_ERROR was caused in line 10 of the file wp-content/plugins/mollie-payments-for-woocommerce/src/Log/WcPsrLoggerAdapter.php.
    Error message: Uncaught Error: Class “Mollie\Psr\Log\AbstractLogger” not found in wp-content/plugins/mollie-payments-for-woocommerce/src/Log/WcPsrLoggerAdapter.php:10

    Stack trace: 0 wp-content/plugins/polylang-pro/vendor/composer/ClassLoader.php(576): include() 1 wp-content/plugins/polylang-pro/vendor/composer/ClassLoader.php(427): Composer\Autoload{closure}() 2 wp-content/plugins/mollie-payments-for-woocommerce/src/Log/LogModule.php(30): Composer\Autoload\ClassLoader->loadClass() 3 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ReadOnlyContainer.php(46): Mollie\WooCommerce\Log\LogModule::Mollie\WooCommerce\Log{closure}() 4 wp-content/plugins/mollie-payments-for-woocommerce/src/Settings/SettingsModule.php(54): Mollie\Inpsyde\Modularity\Container\ReadOnlyContainer->get() 5 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ReadOnlyContainer.php(46): Mollie\WooCommerce\Settings\SettingsModule::Mollie\WooCommerce\Settings{closure}() 6 wp-content/plugins/mollie-payments-for-woocommerce/src/Gateway/inc/services.php(61): Mollie\Inpsyde\Modularity\Container\ReadOnlyContainer->get() 7 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ReadOnlyContainer.php(46): Mollie\WooCommerce\Gateway\GatewayModule::Mollie{closure}() 8 wp-content/plugins/mollie-payments-for-woocommerce/src/Gateway/inc/services.php(76): Mollie\Inpsyde\Modularity\Container\ReadOnlyContainer->get() 9 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ReadOnlyContainer.php(46): Mollie\WooCommerce\Gateway\GatewayModule::Mollie{closure}() 10 wp-content/plugins/mollie-payments-for-woocommerce/src/Gateway/inc/extensions.php(10): Mollie\Inpsyde\Modularity\Container\ReadOnlyContainer->get() 11 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ServiceExtensions.php(71): Mollie\WooCommerce\Gateway\GatewayModule::Mollie{closure}() 12 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ServiceExtensions.php(58): Mollie\Inpsyde\Modularity\Container\ServiceExtensions->resolveById() 13 wp-content/plugins/mollie-payments-for-woocommerce/vendor/inpsyde/modularity/src/Container/ReadOnlyContainer.php(47): Mollie\Inpsyde\Modularity\Container\ServiceExtensions->resolve() 14 wp-content/plugins/mollie-payments-for-woocommerce/lib/payment-gateway/src/PaymentGatewayModule.php(100): Mollie\Inpsyde\Modularity\Container\ReadOnlyContainer->get() 15 wp-includes/class-wp-hook.php(324): Mollie\Inpsyde\PaymentGateway\PaymentGatewayModule->Mollie\Inpsyde\PaymentGateway{closure}() 16 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 17 wp-includes/plugin.php(517): WP_Hook->do_action() 18 wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php(50): do_action() 19 wp-includes/class-wp-hook.php(324): Automattic\WooCommerce\Blocks\Integrations\IntegrationRegistry->initialize() 20 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 21 wp-includes/plugin.php(517): WP_Hook->do_action() 22 wp-settings.php(727): do_action() 23 wp-config.php(107): require_once(‘wp-settings.php’) 24 wp-load.php(50): require_once(‘wp-config.php’) 25 wp-admin/admin-ajax.php(22): require_once(‘wp-load.php’) 26 {main}

    Regards,

    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @shahzeenfarooq

    Thanks for your reply. You can find the files here.
    System status: https://pastebin.com/3uZufPYt
    Fatal error log: https://pastebin.com/v4uPayRC

    Hope you can help me out.
    Cheers,
    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @yordansoares,

    Thanks for the snippet. This works!

    Cheers,
    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @wadefromlightspeed,

    You can see this for example on: https://wordpress-1293489-5286162.cloudwaysapps.com/serious-gaming/roze-olifanten-het-spel-dat-de-onderstroom-bespreekbaar-maakt/

    I don’t know what role ACF has since I didn’t built this website. The only thing I know is that with ACF pro version 5.11.3 (very old) it’s working fine: https://goudvisie.nl/serious-gaming/roze-olifanten-het-spel-dat-de-onderstroom-bespreekbaar-maakt/ (bestel nu button)

    Cheers,
    Jaap

    Hi @ispacecrusader, I had the same question and solved it with the page links to plugin. https://ww.wp.xz.cn/plugins/page-links-to/

    Cheers,
    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @ckadenge,

    See https://www.loom.com/share/a8baae7129db4bed962b7caab41181f6
    This issue is not present in version 9.3.3. All later versions cause this issue.

    Cheers,
    Jaap

    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @ckadenge,

    This is the status report:



    WordPress Environment<br><br>WordPress address (URL): https://woocommerce-1048047-5066839.cloudwaysapps.com<br>Site address (URL): https://woocommerce-1048047-5066839.cloudwaysapps.com<br>WC Version: 9.4.0<br>Legacy REST API Package Version: De Legacy REST API plugin is niet geïnstalleerd op deze site.<br>Action Scheduler Version: ✔ 3.8.2<br>Log Directory Writable: ✔<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 4 GB<br>WP Debug Mode: –<br>WP Cron: –<br>Language: nl_NL<br>External object cache: – Server Environment<br><br>Server Info: Apache/2.4.62 (Debian)<br>PHP Version: 8.2.25<br>PHP Post Max Size: 10 MB<br>PHP Time Limit: 900<br>PHP Max Input Vars: 10000<br>cURL Version: 7.74.0<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.20-MariaDB-deb11-log<br>Max Upload Size: 10 MB<br>Default Timezone is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: ✔<br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔ Database<br><br>WC Database Version: 9.4.0<br>WC Database Prefix: wp_<br>Totale database grootte: 934.89MB<br>Database gegevens grootte: 555.16MB<br>Database index grootte: 379.73MB<br>wp_woocommerce_sessions: Data: 5.52MB + Index: 0.25MB + Engine InnoDB<br>wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_order_items: Data: 12.52MB + Index: 3.52MB + Engine InnoDB<br>wp_woocommerce_order_itemmeta: Data: 117.67MB + Index: 116.28MB + Engine InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_actions: Data: 11.52MB + Index: 12.13MB + Engine InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_logs: Data: 7.52MB + Index: 6.03MB + Engine InnoDB<br>wp_bv_fw_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_bv_ip_store: Data: 0.31MB + Index: 0.25MB + Engine InnoDB<br>wp_bv_lp_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_cli_cookie_scan_url: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cli_visitor_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_commentmeta: Data: 0.28MB + Index: 0.33MB + Engine InnoDB<br>wp_comments: Data: 39.58MB + Index: 23.09MB + Engine InnoDB<br>wp_hfcm_scripts: Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>wp_iconic_woothumbs_cache: Data: 5.52MB + Index: 0.00MB + Engine InnoDB<br>wp_imagify_files: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_imagify_folders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_itsec_bans: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_itsec_dashboard_events: Data: 0.13MB + Index: 0.14MB + Engine InnoDB<br>wp_itsec_dashboard_lockouts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_itsec_distributed_storage: Data: 7.52MB + Index: 0.02MB + Engine InnoDB<br>wp_itsec_fingerprints: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_itsec_firewall_rules: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_itsec_geolocation_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_itsec_lockouts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_itsec_logs: Data: 16.52MB + Index: 0.89MB + Engine InnoDB<br>wp_itsec_mutexes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_itsec_opaque_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_itsec_temp: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_itsec_user_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_itsec_vulnerabilities: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_itsec_webauthn_credentials: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_itsec_webauthn_users: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_iwp_backup_status: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_iwp_processed_iterator: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_options: Data: 7.44MB + Index: 1.64MB + Engine InnoDB<br>wp_postmeta: Data: 273.84MB + Index: 174.64MB + Engine InnoDB<br>wp_posts: Data: 12.52MB + Index: 7.06MB + Engine InnoDB<br>wp_realmedialibrary: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_realmedialibrary_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_realmedialibrary_posts: Data: 0.13MB + Index: 0.09MB + Engine InnoDB<br>wp_realmedialibrary_tmp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_redirection_404: Data: 1.52MB + Index: 0.22MB + Engine InnoDB<br>wp_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_redirection_items: Data: 0.39MB + Index: 0.48MB + Engine InnoDB<br>wp_redirection_logs: Data: 0.22MB + Index: 0.05MB + Engine InnoDB<br>wp_say_what_strings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_termmeta: Data: 0.11MB + Index: 0.13MB + Engine InnoDB<br>wp_terms: Data: 0.09MB + Index: 0.09MB + Engine InnoDB<br>wp_term_relationships: Data: 0.17MB + Index: 0.13MB + Engine InnoDB<br>wp_term_taxonomy: Data: 0.25MB + Index: 0.11MB + Engine InnoDB<br>wp_usermeta: Data: 7.52MB + Index: 8.03MB + Engine InnoDB<br>wp_users: Data: 0.39MB + Index: 0.28MB + Engine InnoDB<br>wp_wcpdf_credit_note_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wcpdf_invoice_number: Data: 1.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_notes: Data: 0.08MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_customer_lookup: Data: 1.52MB + Index: 0.69MB + Engine InnoDB<br>wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_gpf_render_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_bundle_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.06MB + Index: 0.09MB + Engine InnoDB<br>wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_product_lookup: Data: 12.52MB + Index: 14.06MB + Engine InnoDB<br>wp_wc_order_stats: Data: 2.52MB + Index: 3.44MB + Engine InnoDB<br>wp_wc_order_tax_lookup: Data: 1.52MB + Index: 2.00MB + Engine InnoDB<br>wp_wc_product_attributes_lookup: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_meta_lookup: Data: 0.09MB + Index: 0.14MB + Engine InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wdr_order_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wdr_order_item_discounts: Data: 0.39MB + Index: 0.33MB + Engine InnoDB<br>wp_wdr_rules: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_bundled_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_bundled_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_gpf_google_taxonomy: Data: 1.52MB + Index: 0.16MB + Engine InnoDB<br>wp_wsal_metadata: Data: 0.16MB + Index: 0.25MB + Engine InnoDB<br>wp_wsal_occurrences: Data: 0.13MB + Index: 0.03MB + Engine InnoDB<br>wp_wsal_sessions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_xyz_ips_short_code: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_yith_wcwl: Data: 0.16MB + Index: 0.09MB + Engine InnoDB<br>wp_yith_wcwl_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_yith_wcwl_lists: Data: 0.09MB + Index: 0.11MB + Engine InnoDB<br>wp_yoast_indexable: Data: 1.52MB + Index: 0.52MB + Engine InnoDB<br>wp_yoast_indexable_hierarchy: Data: 0.09MB + Index: 0.16MB + Engine InnoDB<br>wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_yoast_primary_term: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_yoast_seo_links: Data: 0.27MB + Index: 0.22MB + Engine InnoDB Post Type Counts<br><br>acf-field: 2<br>acf-field-group: 2<br>attachment: 2411<br>blocks: 63<br>cookielawinfo: 27<br>custom_css: 1<br>cwginstocknotifier: 785<br>itsec-dash-card: 14<br>itsec-dashboard: 2<br>iwp_log: 2821<br>mc4wp-form: 1<br>nav_menu_item: 187<br>oembed_cache: 6<br>order_form: 5<br>page: 38<br>post: 127<br>product: 158<br>product_variation: 358<br>revision: 1<br>shop_coupon: 344<br>shop_order: 19795<br>shop_order_refund: 44<br>wp_font_face: 33<br>wp_font_family: 12<br>wp_global_styles: 1<br>wp_template: 2<br>wpcf7_contact_form: 2<br>yaymail_template: 12 Security<br><br>Secure connection (HTTPS): ✔<br>Hide errors from visitors: ✔ Active Plugins (1)<br><br>WooCommerce: door Automattic – 9.4.0 (update naar versie 9.4.2 is beschikbaar) Inactive Plugins (66)<br><br>Admin Menu Editor: door Janis Elsts – 1.12.4<br>Advanced Order Export For WooCommerce: door AlgolPlus – 3.5.6<br>Akismet Anti-spam: Spam Protection: door Automattic - Anti-spam Team – 5.3.5<br>Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: door codewoogeek – 5.7.3<br>Breeze: door Cloudways – 2.1.19<br>Checkout Field Editor for WooCommerce: door ThemeHigh – 2.0.6<br>Classic Editor: door WordPress Contributors – 1.6.6<br>Contact Form 7: door Takayuki Miyoshi – 6.0<br>Cost of Goods: Product Cost & Profit Calculator for WooCommerce Pro: door WPFactory – 3.5.8<br>Disable Notifications: door Jaap de Wit – 1.0<br>Discount Rules Core: door Flycart – 2.6.6<br>Discount Rules PRO 2.0: door Flycart – 2.6.5<br>Email Return-Path Header Fix: door Abdussamad Abdurrazzaq – 0.1<br>Envato Market: door Envato – 2.0.12<br>EU/UK VAT Compliance for WooCommerce (Free): door David Anderson – 1.31.4<br>Flexible Shipping: door Octolize – 5.0.9<br>GDPR Cookie Consent: door WebToffee – 2.6.2<br>GTM4WP - A Google Tag Manager (GTM) plugin for WordPress: door Thomas Geiger – 1.20.2<br>GTranslate: door Translate AI Multilingual Solutions – 3.0.7<br>Header Footer Code Manager: door DraftPress – 1.1.39<br>Health Check & Troubleshooting: door The ww.wp.xz.cn community – 1.7.1<br>Hide Categories and Products for Woocommerce: door N.O.U.S. Open Useful and Simple – 1.2.9<br>Imagify: door Imagify Image Optimizer – Optimize Images & Convert WebP & Avif – 2.2.3.2<br>InfiniteWP - Client: door Revmakx – 1.13.0<br>Insert PHP Code Snippet: door xyzscripts.com – 1.3.7<br>Klaviyo: door Klaviyo<br>Inc. – 3.4.2<br><br>Loco Translate: door Tim Whitlock – 2.6.14<br>Mailgun: door Mailgun – 2.1.2<br>MalCare WordPress Security Plugin - Malware Scanner, Cleaner, Security Firewall: door MalCare Security – 5.81<br>Mollie Payments for WooCommerce: door Mollie – 7.9.0<br>MyParcel: door MyParcel – 4.24.1<br>Object Cache Pro: door Rhubarb Group – 1.21.3<br>Payment Gateway Based Fees and Discounts for WooCommerce: door Tyche Softwares – 2.15.0<br>PDF Invoices & Packing Slips for WooCommerce: door WP Overnight – 3.9.0<br>PDF Invoices & Packing Slips for WooCommerce - Premium Templates: door WP Overnight – 2.21.10<br>PDF Invoices & Packing Slips for WooCommerce - Professional: door WP Overnight – 2.15.11<br>Perfmatters: door forgemedia – 2.3.6<br>Post Duplicator: door Metaphor Creations – 2.36<br>Premmerce Permalink Manager for WooCommerce: door Premmerce – 2.3.11<br>PW WooCommerce Bulk Edit Pro: door Pimwick<br>LLC – 3.8<br><br>Real Media Library: door devowl.io – 4.22.26<br>Redirection: door John Godley – 5.5.1<br>Regenerate Thumbnails: door Alex Mills (Viper007Bond) – 3.1.6<br>Safe SVG: door 10up – 2.3.0<br>Say What?: door Ademti Software – 2.2.5<br>Secure Custom Fields: door ww.wp.xz.cn – 6.3.10.2<br>Solid Security Pro: door SolidWP – 8.1.0<br>User Role Editor: door Vladimir Garagulya – 4.64.2<br>User Switching: door John Blackbourn – 1.9.0<br>WooCommerce: door Automattic – 9.4.1 (update naar versie 9.4.2 is beschikbaar)<br>WooCommerce: door Automattic – 9.4.2<br>WooCommerce.com Update Manager: door Automattic – 1.0.3<br>WooCommerce Bulk Discount: door Rene Puchinger – 3.0<br>WooCommerce Google Analytics Pro: door SkyVerge – 2.2.0<br>WooCommerce Google Product Feed: door Ademti Software Ltd. – 11.0.14<br>WooCommerce Order Navigation: door woosmartcod.com – 1.1<br>WooCommerce Wholesale Prices: door Rymera Web Co – 2.2.1.2<br>WooCommerce Wholesale Prices Premium: door Rymera Web Co – 2.0.2<br>WooThumbs for WooCommerce by Iconic: door Iconic – 5.11.0<br>WP Activity Log for WooCommerce: door Melapress – 1.5.2<br>WPFactory Helper: door WPFactory – 1.7.1<br>WP Overnight Sidekick: door WP Overnight – 2.5.1<br>WP Rocket | Deactivate WooCommerce Refresh Cart Fragments Cache: door WP Rocket Support Team –<br>YayMail - WooCommerce Email Customizer: door YayCommerce – 3.5.7<br>YITH WooCommerce Wishlist: door YITH – 4.0.1<br>Yoast SEO: door Team Yoast – 23.9 Must Use Plugins (1)<br><br>Health Check Troubleshooting Mode: door – 1.9.2 Settings<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: EUR (€)<br>Currency Position: left<br>Thousand Separator: .<br>Decimal Separator: ,<br>Number of Decimals: 2<br>Taxonomies: Product Types: bundle (bundle)<br>external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br><br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br><br>Connected to WooCommerce.com: ✔<br>Enforce Approved Product Download Directories: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: – Logging<br><br>Enabled: ✔<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dagen<br>Level threshold: –<br>Log directory size: 22 MB WC Pages<br><br>Winkelbasis: #17 - /karperspullen-van-carp-whisperer/<br>Winkelwagen: #18 - /winkelmand/ - Bevat de [woocommerce_cart] shortcode<br>Afrekenen: #19 - /afrekenen/ - Bevat de [woocommerce_checkout] shortcode<br>Mijn account: #20 - /mijn-account/<br>Algemene voorwaarden: #323 - /algemene-voorwaarden/ Theme<br><br>Name: Storefront<br>Version: 4.6.0<br>Author URL: https://woocommerce.com/<br>Child Theme: ❌ – Als je WooCommerce aanpast op een hoofdthema dat je niet zelf hebt gebouwd<br>raden we je aan een subthema te gebruiken. Zie: Hoe maak je een subthema?<br><br>WooCommerce Support: ✔ Templates<br><br>Overrides: – Admin<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br><br>Daily Cron: ✔ Next scheduled: 2024-11-28 07:00:04 +01:00<br>Options: ✔<br>Notes: 56<br>Onboarding: completed Action Scheduler<br><br>Afgerond: 16.054<br>Oldest: 2024-10-27 15:02:07 +0100<br>Newest: 2024-11-27 15:01:38 +0100<br><br>In afwachting: 4<br>Oldest: 2024-11-27 16:23:40 +0100<br>Newest: 2024-12-07 07:30:03 +0100<br><br>Mislukt: 10.981<br>Oldest: 2021-12-20 13:46:02 +0100<br>Newest: 2024-11-27 15:01:38 +0100<br><br>Geannuleerd: 3<br>Oldest: -0001-11-30 00:19:32 +0019<br>Newest: -0001-11-30 00:19:32 +0019 Status report information<br><br>Generated at: 2024-11-27 23:43:53 +01:00<br>
    Thread Starter Jaap de Wit

    (@hitec4ever)

    Hi @ckadenge,

    I have deactivated all other plugins except WooCommerce and changed theme to Storefront but the issue is still there. I can replicate the issue on various other WooCommerce sites.

    If you search for the error in this forum you will find other examples.

    Cheers,
    Jaap

    I have the same error on 2 different sites:

    Een fout van het type E_ERROR werd veroorzaakt op regelnummer 260 van het bestand /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-content/plugins/woocommerce/src/Packages.php. Foutmelding: Uncaught Error: Call to a member function get_column_count() on null in /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-content/plugins/woocommerce/src/Packages.php:260
    Stack trace:
    #0 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-includes/class-wp-hook.php(326): Automattic\WooCommerce\Packages::display_notice_for_merged_plugins()
    #1 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #2 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
    #3 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-admin/includes/class-wp-plugins-list-table.php(1491): do_action()
    #4 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-admin/includes/class-wp-plugins-list-table.php(711): WP_Plugins_List_Table->single_row()
    #5 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-admin/includes/class-wp-list-table.php(1712): WP_Plugins_List_Table->display_rows()
    #6 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-admin/includes/class-wp-list-table.php(1639): WP_List_Table->display_rows_or_placeholder()
    #7 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-admin/includes/ajax-actions.php(4834): WP_List_Table->display()
    #8 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-includes/class-wp-hook.php(324): wp_ajax_search_plugins()
    #9 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #10 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
    #11 /home/1048047.cloudwaysapps.com/sfjqddchuh/public_html/wp-admin/admin-ajax.php(192): do_action()
    #12 {main}
      thrown

Viewing 15 replies - 1 through 15 (of 153 total)