Sorry for bringing an old topic again but it seems this script has once again stopped working ](https://www.wxforum.net/Smileys/default/eusa_wall.gif)
I have re-uploaded the script and changed the settings but no luck any help would be greatly helpful
http://www.theweatheronline.net/yr/yrtest.php
There are three warnings running your script.
The second and third one are of no impartance.
The second one is because there is no cache folder at httpdocs (your root), so the downloaded information can not be saved.
The third one is that the chmod can not find the file just saved so it can not set the right permissions.
Those two errors only mean that the forecast is retrieved every time from YrNo and not saved to cache.
===
The important warning is the first one.
It is a warning which only occurs when using HTTP
It is just a warning of no real importance but it breaks the script. And that warning only occurs at your site.
Using the same test scripts as last time, the scripts work without a hitch at my place. Also with your latitude and longitude settings lat=51.509&lon=-0.126.
No warnings such as yours.
So are there any changes in the past weeks such as 1. New version of PHP?
2. New webhosting company?
3. Using a proxy server to speed things up?
Wim
This is the w3org description of the "warning" responscode
203 Non-Authoritative Information
The returned metainformation in the entity-header is not the definitive set as available from the origin server, but is gathered from a local or a third-party copy. The set presented MAY be a subset or superset of the original version. For example, including local annotation information about the resource might result in a superset of the metainformation known by the origin server. Use of this response code is not required and is only appropriate when the response would otherwise be 200 (OK).