Thread Starter
mi327
(@mi327)
I mean it looks like this
$icon_location = ‘http://shortforstephen.com/mi327/public_html/
wp-content/wicons/’;
Thread Starter
mi327
(@mi327)
why won’t my code show up?
Thread Starter
mi327
(@mi327)
this is the other code I think I am having trouble with
$cache_path = ‘/home/mi327/public_html/wp-content/
plugins/weather_cache’
Isn’t your right link : http://shortforstephen.com/wp-content/wicons/
I get your images when I use this link.
Roy
I think the image was washed away? (=># Humidity: 100%). What kind of weather is that? 🙂
Thread Starter
mi327
(@mi327)
Moxie, I changed my weather.php so that the path to the weather icons is that path,
$icon_location = ‘http://shortforstephen.com/wp-content/wicons/’;
Thread Starter
mi327
(@mi327)
I mean, Roy, sorry.
what does this mean?
Conditions Debug
Cond status:
Cloud status: 3
Cond severity:
Icon: 3cloud_norain
I’m not shure.
I have set it like this:
$cache_debug = ‘0’; //0 for False, 1 for True | activate this to make sure that your time and cache are working.
$debug_conditions = ‘0’; // 0 For False, 1 for True
It seemes that the link to the pluginmakers homepage dos not work.
Okay – I tried asking this question in another thread. This seems more appropriate. I’ve been trying to load Weather onto my site. Here’s the error code I’m getting:
Warning: fopen(/biglittleg.com/guymauve/public_html/wordpress/wp-content/plugins/weather_cache/metar_cache_EDDB.txt): failed to open stream: No such file or directory in /home/.callaway/guymauve/biglittleg.com/blog/wp-content/plugins/weather.php on line 313
This is how I plugged in the code: $icon_location = ‘http://biglittleg.com/blog/wp-content/wicons/’;
$cache_path = ‘/biglittleg.com/guymauve/public_html/wordpress/wp-content/plugins/weather_cache’;
Not sure what that .callaway reference is to above. I’m getting the weather, but no icons. Any help appreciated.
Got it sorted. Seems the cache didn’t exist. Made one and it’s working like a charm.