Hello @sievaldecoloop
Max execution time is related to the PHP configuration.
As an example if run a specific code and for “X” or “Y” reason it requires more than 120 seconds to load it will display the error you are facing right now.
Since you mentioned you are using xampp, I’ve found an external article How to increase the execution time
I hope it helps, but keep in mind you may increase it to a high number but it does not mean it’s going to fix the issue, some scripts may need higher values, but as an example:
If you create a phpinfo.php it should load in 2-3seconds, right? but if for some reason there’s a code issue that causes a strange ‘loop’ it will load and load so if you increase to 1000, it will only going to take more time until you see the error.
Based on the error message, WordPress was not able to access ww.wp.xz.cn and eventually caused an execution time error. What happens if you click the Add New button on the Plugins or Themes pages? Does Site Health report any errors?
Most likely the update is failing because the localhost setup files (and directories) do not have the correct file permissions for the auto update to work.
Rather than fix these fiddly problems, the easiest solution is to download and install the WordPress update manually.
Thanks for the responses.
@diondesigns I can just download new plugins to the worpress without any problems.
@rossmitchell I tried to do a manual update (throught the WordPress interface), should that be any different then the auto update?
I am working with git so I’d rather not have to change the directory of the repository or something similar. Do you perhaps know how to give the folder the appropriate permissions?
Does Site Health report any errors?
Also, WP version control via git and the WP internal update system are mutually exclusive…pick one and disable the other.