Hello,
I understand you are receiving the following warning:
themename/woocommerce/myaccount/form-login.php version 4.1.0 is out of date. The core version is 6.0.0
To check better into this, please provide the following:
— Please share a copy of your site’s System Status
, it is under WooCommerce > Status
. Select “Get system report” and then “Copy for support”.
— Please share a copy of any fatal error log found under WooCommerce > System Status > Logs
(if any).
-
This reply was modified 2 years, 6 months ago by
Igor H.
How was this issue resolved? I have the same problem.
Thanks!
Hi @gutterboy333
How was this issue resolved? I have the same problem.
For better assistance so that we can check better into your case, please create your own thread for your issue, you can create the thread right here.
This is to make sure that every user’s issues receive their own thread with proper attention.
* Frequently Asked Questions.
Thanks.
Hi Igor, it seems to have resolved itself now. Must be a caching issue of some kind?
Thanks!
Same here, issue seemed to resolve itself. Previously I tried clearing the template cache, which didn’t make any difference
For me, the main message that showed on all pages warning about you needing to update the templates was gone, it was just the one on the status page that didn’t want to go away.
Hi @gutterboy333 @1stwebdesigns
We’re glad that the issue has been resolved here.
You could also have your host purge cache from caching plugins (if any) and disable it temporarily to see if this also fixes the issue the next time you encounter it again.
Meanwhile, if you have a few minutes, we’d love it if you could leave us a review:
https://wordpress.org/support/plugin/woocommerce/reviews/
Thanks!
I had the same issue and fixed it by
manually clearing out the lscache folder in the Cpanel file manager,
temporarily switching the WordPress theme
clearing the cached theme templates under WooCommerce/System Status/Tools/Clear template cache and then switching the WordPress theme back to the original theme.
Hope this helps!
I had the same issue and running “Clear Template Cache” and clearing WooCommerce Transients didn’t resolve the issue. When you load the Status page, an API call that fetches the system status is called and the template information is included in this data.
To expedite this call, WC stores template data in a _transient_wc_system_status_theme_info
row in the options table. For some reason, clearing WC transients didn’t clear this value. However, by removing this row (or simply waiting a bit until _transient_timeout_wc_system_status_theme_info
expires), the theme data was updated.
See: WC_REST_System_Status_V2_Controller::get_theme_info
, first line for where the transient is called.
I had the same issue, @philbirnie’s solution did the trick.
Thanks!