Hi @okada0309
After updating, I changed the status of the order and clicked the update button, but there was no response. When I checked it with Google Dev Tools, an error message appeared at ‘var postContent = tinymce.activeEditor.getContent();’ saying ‘Uncaught TypeError: Cannot read properties of null (reading ‘getContent’)’. Is this a bug?
From what I understand, you’re experiencing an issue with updating the order status after a recent update. You’re also seeing an error message in your Google Dev Tools that reads ‘Uncaught TypeError: Cannot read properties of null (reading ‘getContent’)’ related to the ‘var postContent = tinymce.activeEditor.getContent();’ line of code.
I’ve tried to replicate the problem you described on my own site, using the latest versions of WordPress, WooCommerce, and our free Storefront theme, with no other software running. However, I didn’t encounter the same issue.
From what you have described, it could be code from another plugin or theme which has caused a possible conflict and affected the functionality of WooCommerce.
To check if this is the case, I recommend conducting a conflict test on your site. You can do this by disabling all other plugins except WooCommerce and switching to a theme like Storefront. This will help us pinpoint any installed software that might be causing the issue. A free plugin called Health Check and Troubleshooting can be used for this testing.
When in Troubleshooting mode all plugins will be deactivated and only the admin of the site carrying out the troubleshooting would see those changes. Any customers visiting the site would see no changes at all.
Once you’ve disabled all other plugins and switched themes, if the issue is resolved, you can reactivate your theme and plugins one by one. Test after each reactivation until the issue reappears, which will help you identify the problematic software.
Here’s a helpful guide on how to test for conflicts: ?? How to Test for Plugin and Theme Conflicts
In case none of the above steps work, could you send us a copy of your site’s System Status? This will give us a clearer picture of your site’s setup and help us pinpoint the problem. You can find it via WooCommerce > Status
. Select Get system report
and then Copy for support
.
Additionally, could you also provide us with the fatal error logs (if any) under WooCommerce > Status > Logs
.
Once you’ve got that, you can paste them right here in your reply, or use https://pastebin.com/ to paste it there and share it with us.
I appreciate your patience and cooperation in this. I’m eagerly awaiting your response so we can get this sorted out for you.