Hi @cesss94 ,
I’m sorry to hear you’re experiencing issues with your WordPress site, particularly with plugin updates and version discrepancies.
From what you described, you’re encountering a situation where, despite your site running WordPress version 6.7, plugin updates indicate a required version of 6.5 in red, suggesting your site isn’t meeting this requirement. Additionally, your site isn’t notifying you of any plugin updates, as if it’s stuck at version 6.4.
It’s possible that core WordPress files might be corrupted, not properly updated, or server-side caching is showing outdated data. To rule this out, you’ll need to clear your browser cache first and ask your host to clear the cache from the server side.
If that doesn’t resolve the issue, you can reinstall WordPress core files:
- In your WordPress dashboard, go to Dashboard > Updates.
- Click on the Re-install Now button.
- This will replace core files without affecting your content.
Regarding the notification about the plugin update, please check if this line exists in your wp-config.php file. If it’s exist please remove it:
define('AUTOMATIC_UPDATER_DISABLED', true);
If this doesn’t resolve the issue, it would also help us to review your current System Status Report to gain more insight into your setup. You can find this report in your WooCommerce dashboard by going to WooCommerce > Status. From there:
- Select Get system report and then Copy for support.
If there are any fatal error logs, please share those as well. These can be accessed under WooCommerce > Status > Logs.
Once you’ve gathered this information, please paste it into a Code block in your reply or use pastebin.com to share the link with us.
Please give these steps a try and let us know how that goes.