I have uploaded the newer version of rss-tropical.php but still am having the same issue. The same error message with the line error now at 134.
I am using the following include. The URL method does not work for me.
<?php
$_REQUEST['zone'] = 'A';
$_REQUEST['inc'] = 'Y';
$_REQUEST['noprint'] = 1;
include 'rss-tropical.php';
if (preg_match("|There are no active|i",$advisory_html) ||
preg_match("|Advisory Information Unavailable|i",$advisory_html)) {
echo '<div class="advisoryBoxnoactive">' .$advisory_html .'</div>';
}else{
echo $advisory_html;
}
?>
Here is the test page spitting out the error:
http://www.lowellhighlandsweather.com/tropicsdetail_test.phpThanks again, hope I am not being a pain in the ___
Russ