Historygraphs - popups not working

Busting my head on this one.
Site: http://www.vallobat.no With weatherpage at : http://vallobat.no/index.php?option=com_content&view=article&id=71:vallo-vaeret&catid=80:batrelatert&Itemid=279
On mouseover You can see it doesnt get the graphs that should have been there. I have the old WDL folder at http://www.vallobat.no/wdl where all the images are.
I have changed in gauges.js to this:
weatherProgram : 1, //Set 0=Cumulus, 1=Weather Display, 2=VWS, 3=WeatherCat, 4=Meteobridge, 5=WView, 6=WeeWX
imgPathURL : ‘/wdl/’, //*** Change this to the relative path for your ‘Trend’ graph images
oldGauges : ‘/wdl/index.html’, //*** Change this to the relative path for your ‘old’ gauges page.
realtimeInterval : 5, //*** Download data interval, set to your realtime data update interval in Seconds

I have tried several different entries here: ‘/wdl/’ and ‘…/wdl/’ and ‘./wdl/’ I really dont know what the heck I’m doing wrong :slight_smile:
Anyone thta can point me in the right direction?

Software: Weatherdisplay build 81
Steelseries: 2.5.9 latest
Webbox: Win2008R2 With IIS 7.5

Best regards
from NOrway
Windy37GM
(yess, my boat is a Windy :slight_smile:

Failed to load resource: the server responded with a status of 404 (Not Found)
http://vallobat.no/wdl/rain_24hr.php?1448806471809 Failed to load resource: the server responded with a status of 404 (Not Found)

Where are the images? Not in
http://vallobat.no/wxgraphs/rain_24hr.php
http://vallobat.no/wdl/wxgraphs/rain_24hr.php
http://vallobat.no/wxgraphs/rain_24hr.php

The moment you can find the location for this script: rain_24hr.php you know how to adjust the imgPathURL.
These settings are for WD using the wxgraphs scripts to generate the iamges.

The WD-live page generates its own images Weather Display Live fra hytta til Erik M

Wim

Amazing!
I have misunderstood something. I dont have mxgraph installed, will get it into the Box right away.
BTW: Where did You find the logfiles? So I can fix my next “mishap” :slight_smile:
Thanks Wim!

=> Using Chrome (and other browsers) - right click - choose "inspect "
You can see the errors on the console tab which is displayed amongst other interesting information.

Most browsers support that, mine is Dutch so I do not have the exact wording, but both FF and Chrome use at least he word “inspect” in their choices after right clicking.

Wim

Perfect, thanks. Using FF and EDGE/IE.
And learned something today as well. Thanks again Wim!

Almost there :slight_smile:
Now I’, getting 500 errors from Chrome. Looks like the rest with file locations has been fixed, but maybe the php skripts doesnt find the images them selves. The page http://www.vallobat.no/wdl/wxgraphs/wxgraphs_test.html is empty, so I’m contiuning the dig.
The $hostloc variabel, (since Im running Windows webserver) should it read: C:\inetpub\wwwroot\vallo2015\wdl\ og /wdl/

Looks like my IIS was more happpy with jpgraph 3.0.7.
One thing: turnig on PHP errorlogging to “tell” the browser what went wrong was quite helpfull. It is a bit tricky sometimes to run on IIS, but I understand Win better than unix/linux :slight_smile: