This script, a require_once() script for a larger script (serving as a PayPal IPN listener script), fails quickly; at line 27.
Run on my ISTps Unix machine the compiler throws the following error:
PHP Parse error: syntax error, unexpected ';' in /home/vg010web02/68/65/2926568/web/auxlib/web07/HTMLpages/paypl_ntllck_loopX3.php on line 27
Linne#
01 <?php
02-23 //Comments//
24
25 error_reporting(E_ALL ^ E_NOTICE);
26 $fp1 = fopen('SmpSbxLog.txt', "a");
27 fputs($fp1, "L.26 _loopX3a.php \n"); //<- ?? Why is ‘;’ unexpected?
28 $time_stamp = date('m/d/y h:i:s a');
...
Any suggestions on debugging will be appreciated.
Thnx
u-sit