WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Custom Website Templates => Topic started by: Maumelle Weather on May 25, 2019, 10:49:40 AM

Title: River/Lake Height script issue
Post by: Maumelle Weather on May 25, 2019, 10:49:40 AM
Hi Folks,

Ran into an issue with my River/Lake Height script. I "think" it's an XML formatting problem, but not sure. 

You can see the issue here (https://sacrey.info/wxriverdetail.php?id=VBUA4). This also happens on the pages for the Ozark (https://sacrey.info/wxriverdetail.php?id=OZGA4), Pine Bluff (https://sacrey.info/wxriverdetail.php?id=PBFA4) and Pendelton (https://sacrey.info/wxriverdetail.php?id=PFAA4) detail pages as well.

Here is the link to the Van Buren XML (https://water.weather.gov/ahps2/hydrograph_to_xml.php?gage=vbua4&output=xml) page:

Thanks in advance for the assistance,

John
Title: Re: River/Lake Height script issue
Post by: the beteljuice on May 25, 2019, 01:49:22 PM
Can't see anything ..... get 403 - Forbidden
Title: Re: River/Lake Height script issue
Post by: Maumelle Weather on May 26, 2019, 09:27:08 AM
Can't see anything ..... get 403 - Forbidden

Hi Beteljuice,

My apologies, I did not realize I had the United Kingdom blocked. You should be able to see it now.


John
Title: Re: River/Lake Height script issue
Post by: the beteljuice on May 26, 2019, 05:38:42 PM
Wooly Web Wisdom says ...
Code: [Select]
main(): Node no longer exists in /home/sacrey/www/www/wxriverdetail.php on line 76

Warning: main(): Node no longer exists in /home/sacrey/www/www/wxriverdetail.php on line 89
Means that the array or attribute you are tying to use is empty or doesn't exist.
Title: Re: River/Lake Height script issue
Post by: Maumelle Weather on May 26, 2019, 06:21:07 PM
Wooly Web Wisdom says ...
Code: [Select]
main(): Node no longer exists in /home/sacrey/www/www/wxriverdetail.php on line 76

Warning: main(): Node no longer exists in /home/sacrey/www/www/wxriverdetail.php on line 89
Means that the array or attribute you are tying to use is empty or doesn't exist.

Thanks, Beteljuice. I will learn on how to correct this.


John