Trying to do an on-the-fly log report. I don't know why I am getting this error. PHP is enabled for this site. My .ASP programmer says its a PHP code error. Permissions of logs directory set to 755.
http://www.greengiantfresh.com/new/logs/searchwords.log
http://www.greengiantfresh.com/new/logs/report.php
Parse error: parse error in C:\Inetpub\vhosts\greengiantfresh.com\httpdocs\new \logs\report.php on line 712
Line 712 is:
$tempDate = clone $CONF_FINDATE;
I have no problem creating a report manually:
http://www.greengiantfresh.com/new/statistics.html
.
http://www.greengiantfresh.com/new/logs/searchwords.log
http://www.greengiantfresh.com/new/logs/report.php
Parse error: parse error in C:\Inetpub\vhosts\greengiantfresh.com\httpdocs\new \logs\report.php on line 712
Line 712 is:
$tempDate = clone $CONF_FINDATE;
I have no problem creating a report manually:
http://www.greengiantfresh.com/new/statistics.html
.
Comment