alijens
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersI think I have found the problem with this and have implemented a fix for it. It seems to have been a woocommerce hook I used that caused a loop that consumed a lot of memory. Perhaps your plugin uses a lot of memory and that together with the hook using a lot of memory exceeded the maximum amount of memory and that caused the 503. I have changed our code to not use the hook that used a lot of memory and now I don’t get the 503.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersI’m setting up a staging site to test if it helps to deactivate all other plugins, but it will not be done until tomorrow.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersI get
2024-10-03T09:31:35+00:00 NOTICE webhook :: Subscriber Sync :: unsubscribe :: [email protected] :: Array
(
[subscribed] =>
[user_id] => 1118
)
2024-10-03T13:17:19+00:00 NOTICE admin :: updated GDPR fields :: Array
(
[fields] => Array
(
[0] => Array
(
[marketing_permission_id] => d49d44d600
[text] => Epost
[enabled] =>
)[1] => Array ( [marketing_permission_id] => eba744e47e [text] => Direktreklam [enabled] => ) [2] => Array ( [marketing_permission_id] => a3fe04e7ec [text] => Anpassad onlineannonsering [enabled] => ) )
)
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE action_scheduler.queue_job :: MailChimp_WooCommerce_Single_Order starts in 90 seconds :: obj_id 154513
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:50+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:51+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:52+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:53+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
2024-10-03T13:19:54+00:00 NOTICE handleOrderUpdate :: order_status
in the log file. This is all I can see in it and I have reproduced the problem just before getting the log file.Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersOur hosting company is one.com and we are using their largest subscription to get a server with the most memory available(8GB RAM). There is nothing I can do to change that. They don’t have any subscriptions that would change that. I will forward your question to one.com and see if they can do anything about the memory or change the PHP INI file.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersHi,
I got some response.
they checked for the following things and could not see anything wrong on the server end, although there are some improvements needed.
2024-09-20:- Maintenances:?
- Server DDOS:?
- Load on Server:?
- High IO on the webnode:?
- OOM:?
- Errors in logs:
- High number of Active Plugin Usage:?
- WP-content Disk Usage High:
- DB Optimisation:?
- Customers can reduce the number of rows on the tables as it looks high
- High Traffic on the Website:?
- Website Optimisation:?
References:
[1] Traffic Analysis:Web Traffic Analysis SummaryAnalysis Period: 19/Sep/2024 to 20/Sep/2024Total Requests: 3127Unique Visitors: 284Successful Requests: 3123Failed Requests: 4Top 5 Most Visited Pages+--------------------------------------+--------+------------+| Page | Visits | Percentage |+--------------------------------------+--------+------------+| /xmlrpc.php | 229 | 07.33 || /____one.com_diagnostics/status.json | 219 | 07.01 || / | 98 | 03.14 || /wp-login.php | 19 | 00.61 || /wp-login.php | 19 | 00.61 |+--------------------------------------+--------+------------+Visitor Statistics by Date+----------+-----------------+--------------+| Date | Unique Visitors | Total Visits |+----------+-----------------+--------------+| 20240920 | 106 | 1524 || 20240919 | 178 | 1599 |+----------+-----------------+--------------+Top 10 IP Addresses+----------------+------+---------------+| IP Address | Hits | % of Visitors |+----------------+------+---------------+| 13.74.145.44 | 524 | 00.70 || 52.164.203.188 | 383 | 00.35 || 52.178.219.51 | 267 | 00.35 || 13.94.100.63 | 267 | 00.35 || 52.169.14.125 | 232 | 00.35 || 52.169.220.221 | 228 | 00.35 || 52.138.205.30 | 228 | 00.35 || 46.30.211.46 | 219 | 00.70 || 82.102.17.216 | 53 | 00.35 || 20.171.100.36 | 34 | 00.35 |+----------------+------+---------------+
[2] OOM Before Timestamps seen:
kern-20240917.zst:2024-09-17T08:53:41.432717056Z lxchost10 6 kernel oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=payload,mems_allowed=0,oom_memcg=/machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id,task_memcg=/machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id,task=php-cgi-8.1,pid=30632,uid=977439kern-20240917.zst:2024-09-17T08:55:49.820358144Z lxchost10 6 kernel Memory cgroup stats for /machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id:kern-20240917.zst:2024-09-17T08:55:49.820524032Z lxchost10 6 kernel oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=payload,mems_allowed=0,oom_memcg=/machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id,task_memcg=/machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id,task=php-cgi-8.1,pid=20396,uid=977439kern-20240918.zst:2024-09-18T08:59:21.345515008Z lxchost10 6 kernel Memory cgroup stats for /machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id:kern-20240918.zst:2024-09-18T08:59:21.345835008Z lxchost10 6 kernel oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=payload,mems_allowed=0,oom_memcg=/machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id,task_memcg=/machine.slice/[email protected]/payload/users/aveo.se/no_webconfig_id,task=php-cgi-8.1,pid=29380,uid=977439... {Output Truncated}
[3]. Active Plugins:
query-monitor, admin-bar-user-switching, admin-bar-wrap-fix, admin-menu-groups, advanced-cron-manager, advanced-custom-fields, advanced-google-recaptcha, all-in-one-seo-pack, aveo-cross-sell-carousel, aveo-custom-cross-sell, aveo-custom-upsell, aveo-dropship-settings-tab, aveo-order-search-by-category, aveo-order-search-by-sku, aveo-percentage-sale-price, aveo-single-image-with-title, aveoShopify_CSV_Export, aveo_add_link_for_kort_datum, aveo_admin_products_tags_sorting, aveo_category_slider, aveo_category_time_limit_cron_job, aveo_clear_shipping_inputs_in_checkout, aveo_display_mailchimp_campaign, aveo_free_gift, aveo_hide_out_of_stock_products_starting_with_D_in_sku, aveo_private_company_info, aveo_stock_messages, b2b-wholesale-suite, bulk-edit-categories-tags-premium, cartflows-pro, cartflows, codepress-admin-columns, custom-fonts, custom-order-numbers-for-woocommerce, custom-order-statuses-for-woocommerce, debug-bar, download-manager, download-now-for-woocommerce, elementor, flexible-checkout-fields, font-awesome, google-analytics-for-wordpress, google-site-kit, health-check, invoice-gateway-for-woocommerce, loco-translate, media-deduper, menu-option, onecom-themes-plugins, onecom-under-construction, product-expiry-for-woocommerce, product-visibility-by-country-for-woocommerce, product-visibility-by-user-role-for-woocommerce, recently-viewed-and-most-viewed-products, searchwp-live-ajax-search, simple-history, taxonomy-terms-order, user-blocker, user-role-editor, user-switching, username-changer, wc-bulk-assign-linked-products, wc-partial-shipment, wc-search-orders-by-product, wc-unifaun-shipping-printnode, wc-unifaun-shipping, webappick-product-feed-for-woocommerce, woo-add-gtin, woo-cart-abandonment-recovery, woo-checkout-field-editor-pro, woo-discount-price, woo-orders-spreadsheet-table-premium, woo-products-bulk-editor-premium, woo-update-manager, woocommerce-google-analytics-integration, woocommerce-legacy-rest-api, woocommerce-pdf-invoices-packing-slips, woocommerce-pdf-ips-templates, woocommerce-product-stock-alert, woocommerce-products-per-page, woocommerce-services, woocommerce, wp-all-export-pro, wp-all-import-pro, wp-crontrol, wp-mail-logging, wp-nested-pages, wp-rollback, wp-sheet-editor-media-library-premium, wp-sheet-editor-premium, wp-smart-image-resize-pro, wpae-user-add-on-pro, wpae-woocommerce-add-on, wpai-user-add-on, wpai-woocommerce-add-on
[4] Disk Usage:
https://pastebin.office.one.com/view/raw/93624dcb
[5] Website Optimisation:
see attachmentBut I don’t see anything that would explain the 503.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersHi,
I can view small orders with the plugin active. It is only when an order has a larger amount of products that the 503 happens. I’m in contact with our hosting company to see if they have access to more logs. I have emailed them several times but so far they have not given me any logs. I can reproduce the problem at any time, and I have checked the fatal error log and the debug.log file before and after reproducing the problem. I get things logged in the debug.log file, but nothing that explains a 503. It is strange since normally a 503 is logged in that file. I have had 503 before and they were logged in that file. I get nothing logged in the fatal error log. There is not even a fatal error log created for the current day. I have reproduced the problem today and sent our hosting company the time and date and hopefully they can see something in the server logs.
Best regards
Jens Frost
Aveo Ab
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersHi,
That may be the case on the staging site, but the issue is the same on our live site. I just added the staging site since I can have the plugin active at all times on it and hence I thought that it would be easier to find the problem on the staging site, I can’t have it active on the live site since my coworker can not do their work when it is active. Since the issue still exists on the live site and that has no multi site folder there is still a problem with your plugin making it unusable on our live site.
Best regards
Jens Frost
Aveo Ab
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersI have a staging site at?https://www.aveo.se/stg_0c734/
Activate the?*Enable Support*?checkbox under?*Remote Diagnostics*
Gives me? “‘Could not communicate with your server. Please contact your hosting provider, or firewall service, or view your fatal logs to resolve issues and try again.”
I get nothing in the fatal logs.I have activated the plugin on our live site(https://www.aveo.se/) and I do not get the same error when activating(Activate the *Enable Support* ) on that. But I can only have the plugin active for a limited time since it breaks functionality that is essential for my coworkers. Please look at this ASAP.
- This reply was modified 6 months, 1 week ago by alijens.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersHi,
This is still an issue. I have updated wordpress to 6.6.2 and your plugin to 4.4. I still get 503 when I try to view an order with many products in it.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersOur server is hosted at one.com and I have contacted them to see if they have another server log or something that can explain why it happens. They said they will investigate and get back to me. I hope they have a better log than the debug.log that I have access to since I did not see a problem in it, which is a bit strange since I believe that I normaly would get something log in it when a 503 occurs. I told them that you would like a full stack trace and maybe they can give me that.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersI have reproduced the problem on my staging site.
I get this in the debug.log
[02-Sep-2024 09:10:44 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:44 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:44 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:45 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:45 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:45 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:45 Europe/Stockholm] PHP Deprecated: ?Funktionen get_page_by_title ?r <strong>f?r?ldrad</strong> sedan version 6.2.0! Anv?nd WP_Query i st?llet. in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-includes/functions.php on line 6085
[02-Sep-2024 09:10:47 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:47 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:47 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:47 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:47 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:47 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:47 Europe/Stockholm] Inv?ntar best?llningsvara
[02-Sep-2024 09:10:47 Europe/Stockholm] Inv?ntar best?llningsvara
[02-Sep-2024 09:10:47 Europe/Stockholm] Order klar
[02-Sep-2024 09:10:47 Europe/Stockholm] Faktura betald
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:53 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:54 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:54 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:54 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:54 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:54 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:54 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:10:56 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:56 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:56 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:57 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:57 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:57 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:58 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:10:58 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:10:58 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:10:58 Europe/Stockholm] PHP Deprecated: ?Funktionen get_page_by_title ?r <strong>f?r?ldrad</strong> sedan version 6.2.0! Anv?nd WP_Query i st?llet. in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-includes/functions.php on line 6085
[02-Sep-2024 09:11:09 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:11:09 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:11:09 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Deprecated: ?explode(): Passing null to parameter #2 ($string) of type string is deprecated in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php on line 447
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Warning: ?Undefined variable $servicepoints_for_billing in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/wc-unifaun-shipping/includes/class-wc-unifaun-shipping-admin-order.php on line 248
[02-Sep-2024 09:11:10 Europe/Stockholm] PHP Warning: ?Undefined variable $servicepoints_for_shipping in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/wc-unifaun-shipping/includes/class-wc-unifaun-shipping-admin-order.php on line 267
[02-Sep-2024 09:11:11 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 58
[02-Sep-2024 09:11:11 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 47
[02-Sep-2024 09:11:11 Europe/Stockholm] PHP Deprecated: ?Return type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /customers/e/a/f/aveo.se/httpd.www/stg_0c734/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility/class-wc-date-compatibility.php on line 68But I don’t see anything that would explain the 503 that I get. It is the complete debug.log file after I have reproduced the problem.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersIt is also strange that it only happens when an order has something like 30+ products, but works fine when an order has less products.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersIt only happens when I have the plugin active. Could it be that you somewhere call that function or another function that then calls that function and the key is not passed along or is set to null instead of a string. The function expects a key in the format of a string and gets null, which could be a bad function call where the key is not included in a place where it should be. It is not uncommon that an error is triggered somewhere and then reported as occurring in a woocommerce file, simply because one has missed error handling to detect the problem before the code reashes the woocommerce file. I have seen this when I have coded things.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersThe errors in the log points to
/**
* Check if an order key is valid.
*
* @param string $key Order key.
* @return bool
*/
public function key_is_valid( $key ) {
return hash_equals( $this->get_order_key(), $key );
? ? }
and I guess the $key should not be null since @param string $key Order key. says it should be a string and null is not a string.Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin makes it impossible to view large ordersThe fatal error log from today
2024-08-29T04:40:10+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T04:50:10+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T04:55:52+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T06:23:51+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T08:03:31+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T08:07:16+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T08:27:29+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T10:32:07+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T10:35:05+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T12:59:37+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T13:04:44+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T13:11:41+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang2024-08-29T22:50:03+00:00Kritiskt Uncaught TypeError: hash_equals(): Argument #2 ($user_string) must be of type string, null given in /customers/e/a/f/aveo.se/httpd.www/wp-content/plugins/woocommerce/includes/class-wc-order.php:1585 Ytterligare sammanhang
There is also mailchimp_woocommerce in the list of loggs but it contains nothing. - Maintenances:?