proviva
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When draft page is published page automatically redirects to anotherThis is a great solution, enabled it and immediately got an answer as to the offending plugin conflict. Thank you! @ashutosharma97
- This reply was modified 11 months, 2 weeks ago by proviva.
Forum: Fixing WordPress
In reply to: When draft page is published page automatically redirects to anotherI just accessed the main .htaccess file (there are sub files related to private share)
No indication of redirects that i’m seeing here, a bunch of rewrite rules from wordpress. Looks like the only other files accessing are SiteGround Optimizer, User Private Files, and WP-Optimize. I previously tested the functionality with SG Optimizer and WP-Optimize disabled and it still wasn’t publishing correctly.
Either way no mention of redirect at all in the .htaccess file, is that normal?
Disabling the minification of JavaScript solved our endless loading error. Thanks!
I was able to get the contact form to submit so I’ve taken our login issue there.
When using Chrome’s developer tools on the Javascript tab I do see a potential conflict. Would this be related to the problem?
Uncaught SyntaxError: Cannot use import statement outside a module (at wpo-minify-footer-5ce360f1.min.js:134:1)
@deepakkite I did try to submit on the support area of the website but the contact form would not go through. More endless spinning.
I’m also having difficulty bypassing the login. When I enter the credentials it just reloads the same page.
@marcie73 same for us- not using Product Feed Manager, ours is related to Woo Composite Products.
Hello @sadiasajarun , this seems to have happened during an automatic update to our site. Which plugin can we rollback to resolve temporarily?
Hello,
I got through to WooCommerce developers and they released an update. But I’m not sure it solved the problem, some users are still experiencing the same errors related to date on null () . As the fix indicated it seems to affect our oldest users and some date formatting code error.
Is it possible that the users cache would somehow cause this issue to remain or would it be forced to use the new code of WooCommerce 7.6.1 ?
If this is not the case, the developers should be notified that this may still be an issue.
I understand this is a well known error, and I believe these threads are correct in the assertion that imported datasets default to an invalid date. Here are the links
https://github.com/woocommerce/woocommerce/issues/35752
https://github.com/woocommerce/woocommerce/pull/37907
Do you recommend that revert to WooCommerce 7.5.? ?
Thank you
Here’s my stack trace from today–
2023-05-01T15:04:14+00:00 CRITICAL Uncaught Error: Call to a member function date() on null in /home/customer/www/myproviva.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php:750
Stack trace:
0 /home/customer/www/(xxxx)/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php(800): Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore::update_registered_customer(200)
1 /home/customer/www/(xxxx)/public_html/wp-includes/class-wp-hook.php(310): Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore::update_registered_customer_via_last_active(‘5257’, 200, ‘wc_last_active’)
2 /home/customer/www/(xxxx)/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array)
3 /home/customer/www/(xxxx)/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
4 /home/customer/www/(xxxx)/public_html/wp-includes/meta.php(334): do_action(‘updated_user_me…’, ‘5257’, 200, ‘wc_last_active’, ‘1682899200’)
5 /hom in /home/customer/www/(xxxx)/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php on line 750- This reply was modified 1 year, 6 months ago by Steven Stern (sterndata).
@ihereira mulitple instances of these error all related to data update, keeps some customers from checking out and updating information at both customer and admin level.
2023-04-25T00:18:13+00:00 CRITICAL Uncaught Error: Call to a member function date() on null in /home/customer/www/(xxxx)/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php:750
Stack trace:
#0 /home/customer/(xxxx)/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php(800): Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore::update_registered_customer(406)
#1 /home/customer/www/(xxxx)/public_html/wp-includes/class-wp-hook.php(310): Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore::update_registered_customer_via_last_active(‘15745’, 406, ‘wc_last_active’)
#2 /home/customer/www/(xxxx)/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array)
#3 /home/customer/www/(xxxx)/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#4 /home/customer/www/(xxxx).com/public_html/wp-includes/meta.php(334): do_action(‘updated_user_me…’, ‘15745’, 406, ‘wc_last_active’, ‘1682380800’)
#5 /h in /home/customer/www/(xxxx)/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php on line 750
2023-04-25T00:21:58+00:00 CRITICAL Uncaught Error: Call to a member function date() on null in /home/customer/www/(xxxx)public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php:750 Stack trace:
#0 /home/customer/www/(xxxx)/public_html/wp-includes/class-wp-hook.php(310): Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore::update_registered_customer(406)
#1 /home/customer/www/(xxxx)/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
#2 /home/customer/www/(xxxx)/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#3 /home/customer/www/(xxxx)/public_html/wp-includes/user.php(2461): do_action(‘profile_update’, 406, Object(WP_User), Array)
#4 /home/customer/www/(xxxx)/public_html/wp-includes/user.php(2582): wp_insert_user(Array)
#5 /home/customer/www/(xxxx)/public_html/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php(193): wp_update_user(Array)
#6 /home/customer/www/(xxxx)/ in /home/customer/www/myproviva.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php on line 750
I also have this issue. Current active plugins–
Advanced Woo Search?by ILLID – 2.77
All in One SEO?by All in One SEO Team – 4.3.5.1
Bloom?by Elegant Themes – 1.3.12
CartFlows Pro?by CartFlows Inc – 1.11.6
Controlled Admin Access?by WPRuby – 2.0.10
Customer Reviews for WooCommerce?by CusRev – 5.23.0
Divi Pixel?by Octolab Oü – 2.22.0
Drift?by Drift – 3.0.1
Enhancer for WooCommerce Subscriptions?by FantasticPlugins – 3.7.0
Export Order Items for WooCommerce?by WP Zone – 1.0.13
MonsterInsights – eCommerce Addon?by MonsterInsights Team – 8.3.10
MonsterInsights Pro?by MonsterInsights – 8.14.1
Gratisfaction- Loyalty Rewards Referral Birthday and Giveaway Program?by Appsmav – 4.2.14
Import and export users and customers?by codection – 1.22.1
WPCode Lite?by WPCode – 2.0.10
Itthinx Updates?by itthinx – 1.4.0
Mailchimp for WooCommerce?by Mailchimp – 2.8.3
MonsterInsights – Ads Addon?by MonsterInsights Team – 1.8.1MonsterInsights – AMP Addon?by MonsterInsights Team – 1.6.2MonsterInsights – Dimensions Addon?by MonsterInsights Team – 2.0.6MonsterInsights – Forms Tracking Addon?by MonsterInsights Team – 2.2.6MonsterInsights – Google Optimize Addon?by MonsterInsights Team – 1.5.2MonsterInsights – Media Addon?by MonsterInsights Team – 1.0.7MonsterInsights – Page Insights Addon?by MonsterInsights Team – 1.5.3MonsterInsights – Performance Addon?by MonsterInsights Team – 1.7.3MonsterInsights – User Journey Addon?by MonsterInsights Team – 1.0.7
OptinMonster?by OptinMonster Popup Builder Team – 2.13.1
Order Export & Order Import for WooCommerce?by WebToffee – 2.3.3
PDF Embedder?by WP PDF Embedder Team – 4.6.4
Post SMTP?by Post SMTP – 2.4.8
Product Recommendation Quiz for eCommerce?by RevenueHunt – 2.0.20
Real-Time Find and Replace Pro?by Marios Alexandrou – 4.0.3
Regenerate Thumbnails?by Alex Mills (Viper007Bond) – 3.1.5
SiteGround Optimizer?by SiteGround – 7.3.1
SSL Insecure Content Fixer?by WebAware – 2.7.2Uncanny Automator?by Uncanny Automator, Uncanny Owl – 4.14.0.1
Use Any Font?by Dnesscarkey – 6.3.01
Import Export WordPress Users and WooCommerce Customers?by WebToffee – 2.3.9
Web Stories?by Google – 1.31.0
WooCommerce Authorize.Net Gateway (Enterprise)?by Pledged Plugins – 6.0.2
Cost & Reports for WooCommerce?by Consortia – 3.1.1
WooCommerce Cart Abandonment Recovery?by CartFlows Inc – 1.2.24
Checkout Field Editor for WooCommerce?by ThemeHigh – 1.8.2
Coupon Affiliates for WooCommerce (PRO)?by Elliot Sowersby, RelyWP – 5.4.6
WPC Fly Cart for WooCommerce (Premium)?by WPClever – 5.4.5
Woo Force Coupon?by Md. Kowsar Hossain – 1.0.0
Advanced Order Export For WooCommerce?by AlgolPlus – 3.4.0
WPC Product Bundles for WooCommerce?by WPClever – 7.1.1
WPC Smart Quick View for WooCommerce?by WPClever – 3.4.2
WooCommerce All Products For Subscriptions?by WooCommerce – 4.0.4
WooCommerce Bulk Stock Management?by WooCommerce – 2.2.31
WooCommerce Composite Products?by WooCommerce – 8.7.3
WooCommerce Filter Orders by Coupon?by SkyVerge – 1.0.1
WooCommerce Network Merchants (NMI) Gateway (Enterprise)?by Pledged Plugins – 3.1.5
WP Menu Cart?by WP Overnight – 2.14.0
WooCommerce Order Status Manager?by SkyVerge – 1.14.0
PDF Invoices & Packing Slips for WooCommerce?by WP Overnight – 3.5.2
Predictive Search for WooCommerce?by a3rev Software – 5.8.0
WooCommerce Shipment Tracking?by WooCommerce – 1.7.0
WooCommerce Smart Coupons?by StoreApps – 7.5.0
WooCommerce Subscriptions?by WooCommerce – 5.0.1
WooCommerce URL Coupons?by SkyVerge – 2.12.0
WooCommerce?by Automattic – 7.6.0
Wootomation – Machine Learning AI?by Dragos Micu – 2.0.3
Hustle?by WPMU DEV – 7.7.0Yoast SEO?by Team Yoast – 20.5
WP Dark Mode?by WPPOOL – 4.1.4
WP File Manager?by mndpsingh287 – 7.1.8
WP Google Review Slider?by LJ Apps – 12.0
WP-Optimize – Clean, Compress, Cache?by David Anderson, Ruhani Rabin, Team Updraft – 3.2.14
WP Product Selector?by WP Dev Shed – 1.0.6
Backup Duplicator & Migration – WP STAGING?by WP-STAGING, WPStagingBackup – 2.13.0
Integration for WooCommerce and QuickBooks?by CRM Perks – 1.2.3
WPC Free Shipping Bar for WooCommerce?by WPClever – 1.2.5
WPC Share Cart for WooCommerce?by WPClever – 1.2.2
WPForms Lite?by WPForms – 1.8.1.2
XPS Ship Integration?by XPS Ship – 1.1.72