Page 1 of 1

missing "intemp.png" file

Posted: Mon 20 Feb 2017 8:10 am
by DemonTraitor
This file has not been present for months and just shows the typical missing image icon. The "intempsm.png" displays fine.

Cana nyone help?

Thanks

Demon

Re: missing "intemp.png" file

Posted: Mon 20 Feb 2017 9:26 am
by ConligWX
and this is being shown (or not shown) where? do you have a URL? is this in the default CumulusMX Template?

I've search my website for this file but have no "intempsm.png" image with any Saratoga/CumulusMX and WeatherStation Templates.

............update....

intemp.png is linked to graphTempIn.php which is part of Mark Crossley's Cumulus-MX-Gauge-Graphs

these are generated on the fly and not actual png files. they are links by adding this to the .htaccess file
# This prevents web browsers or spiders from seeing your .htaccess directives:
<Files .htaccess>
deny from all
</Files>

RewriteEngine On
RewriteRule ^press.png$ graphPress.php [NC,L]
RewriteRule ^temp.png$ graphTempOut.php [NC,L]
RewriteRule ^intemp.png$ graphTempIn.php [NC,L]
RewriteRule ^hum.png$ graphHum.php [NC,L]
RewriteRule ^inhum.png$ graphHumIn.php [NC,L]
RewriteRule ^outhum.png$ graphHumOut.php [NC,L]
RewriteRule ^rain.png$ graphRrate.php [NC,L]
RewriteRule ^raint.png$ graphRain.php [NC,L]
RewriteRule ^solar.png$ graphSolar.php [NC,L]
RewriteRule ^uv.png$ graphUV.php [NC,L]
RewriteRule ^wind.png$ graphWind.php [NC,L]
RewriteRule ^windd.png$ graphWdir.php [NC,L]
RewriteRule ^windrose.png$ graphWindRose.php [NC,L]

Re: missing "intemp.png" file

Posted: Mon 20 Feb 2017 9:40 am
by ConligWX
this image files does not exist in my webfolder:

/images/intemp.png

but .htaccess calls /images/graphTempIn.php and displays an image generated file.

https://www.conligwx.org/images/graphTempIn.php

https://www.conligwx.org/images/intemp.png