GR3 Images not showing up

here’s the link to my GR3 page
wessb.com/weather/wxgr3radar.php.
this was working fine until I recently updated all of my scripts.
“GR3-radar-inc.php” shows that the images are there, and are current.
But for some unknown reason they will not appear on the wxgr3radar.php page.
I have read and re-read the files, tweaked as I thought necessary, and for the life of me I can not figure out why the don’t show on the main page.
Any ideas please.

Wess

In Settings.php you have

$SITE['GR3DIR']        = '/gr3-2';     // set to directory for GRLevel3 images (or '.' for root directory

which would imply that the images are in http://www.wessb.com/gr3-2/ directory, but they are really in http://www.wessb.com/weather/gr3-2/ directory
so you should change the setting to

$SITE['GR3DIR']        = '/weather/gr3-2';     // set to directory for GRLevel3 images (or '.' for root directory

to have the script find the images correctly.

Thank You, I had just today changed the directory for all my GR3 files from gr3-2 back to GR3, to try to get it to work. I obviously forgot to change the “Settings” file. It is working now, again, Thank You

Wess