OK, the issue with the icons not showing up (after going to the main page then back to detailed weather) should be fixed now. When you go to the detailed view, there's a routine that checks the cache (weather info stored in the database with your userid), and if the info there is less than two hours old, it just re-uses it. In the last update, I changed some things but did not change what gets stored in the cache, so the cache did not have the correct data in it to show you if you came back to see it.
I've uploaded another ZIP file, 03b, that has a new weather.php file that is necessary, and also a new file called "databasechanges.txt". You need to execute each of the six queries in that file. Those six queries get the weather_userdata table ready for the new weather.php to cache data into it.
|