Jim Berwick wrote: > [Mon Sep 08 17:34:49 2008] [error] [client 209.204.68.120] PHP Parse > error: syntax error, unexpected '}' in /var/www/webui/policy-change.php > on line 14 I found the cause.
Line 117 of policy-change.php has a short tag opening: 116: <p class="pageheader">Policy Update Results</p> 117: <? 118: $updates = array(); Problem cleared up after setting short_tags to on in php.ini. Thanks hopefully this helps someone else with the same problem. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
