Conversation
supportHello, When installing this plugin I am getting errors see: http://gyazo.com/5e52d16fe8dd062a122b9a0aa1e77c54 https://wordpress.org/plugins/use-clients-time-zone/
updated link
I couldn’t see what your errors were. I have, however, just discovered that api.easyjquery.com seems to be no longer in operation. This yields error messages like Warning: file_get_contents(http://api.easyjquery.com/ips/?ip=nnn.nnn.nnn.nnn&full=true): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known It appears, therefore, that my plugin will need a replacement for the api.easyjquery.com service. I will try to find and implement a solution for this problem as soon as I can.
I have changed the method for obtaining client time zone from attempting to retrieve time zone of IP to setting a cookie containing the clients time zone, then reading that cookie and checked the new version (1.1) into the repository.
updated link
I couldn’t see what your errors were. I have, however, just discovered that api.easyjquery.com seems to be no longer in operation. This yields error messages like Warning: file_get_contents(http://api.easyjquery.com/ips/?ip=nnn.nnn.nnn.nnn&full=true): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known It appears, therefore, that my plugin will need a replacement for the api.easyjquery.com service. I will try to find and implement a solution for this problem as soon as I can.
I have changed the method for obtaining client time zone from attempting to retrieve time zone of IP to setting a cookie containing the clients time zone, then reading that cookie and checked the new version (1.1) into the repository.