[Solved] [Wordpress Updates Issue] An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.
Error : An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.
Solution :
First find the ip address of the api.wordpress.org
C:\Users\SJ/PC-G>nslookup wordpress.org
Server: ns0.jnec.edu.bt
Address: 192.168.255.222
Non-authoritative answer:
Name: wordpress.org
Address: 198.143.164.252
In the Wordpress host server, run the following command:
echo "198.143.164.251 api.wordpress.org" >> /etc/hosts
Comments
Post a Comment