@alexlii can you delete Asset CleanUp and re-download it from ww.wp.xz.cn. It looks like the line 532 in the latest version of the Misc.php file doesn’t have anything related to the error you’re getting. Also, this is an error that is only triggered (in the background) when the icons for the plugins are fetched (to show you the icon next to the plugins when you manage their assets). In the worst case, you will not see the icon of the plugin (and a default icon will be shown instead). The functionality of Asset CleanUp will not be affected. It will continue to work as it should 😉
Hello @gabelivan
Here are what I test again and the process of tracking the issue:
1. Woocommerce–>status->tools->Clear customer sessions
Screenshot:http://prntscr.com/nw6shj
2. Go to the snitch(https://ww.wp.xz.cn/plugins/snitch/)
There will be more that two hundred of version check records:
http://prntscr.com/nw6t16
3.Go to Woocommerce–>status->logs
you will found the debug issue
http://prntscr.com/nw6tb7
This debug not could be reproduced every time, but quite often.
So, I am not really not sure what is the reason there.
@alexlii I’ve checked everything and in my tests everything was alright. Can you update the plugin to the latest version and try again? As I said, the functionality is not affected at all, but it would add up to the logs file.
For each active plugin, there is a call to ww.wp.xz.cn and these calls are triggered at once, every 14 days. It’s to fetch the plugins’ icons that you see when you manage the assets. The list is stored in a transient. Next time, when the icons have to be retrieved, the transient is checked. If it hasn’t expired yet, it will get its info. If it expired, new calls to ww.wp.xz.cn would be made.
You should only see those errors every 14 days (if they will persist). If, however, you often clean the transients, then they will trigger more often.
Ok, I will check it later on and will let you know if there are issues.
Thanks
@alexlii The function that was retrieving the plugins’ icons to display in the management assets list was improved as well as a few tags were released since the topic was started. Let me know if you still see those errors!