Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: sam russo on August 22, 2002, 10:37:26 AM
-
Please help
I have just installed a pristine 5.5SME box. After the install I have noticed that no parse errors are being reported.
e.g
Untitled
print "Hello"
print "There"
?>
prints an empty web page
Whereas
Untitled
print "Hello"
?>
Actually prints with no error when there should be a parse error.
The only thing I have changed is to disable the php sandbox feature.
Any help would be appreciated
sam russo
-
Fixed!!
I had to change
display_errors=off to
display_errors=on
in /etc/php.ini
then do a service httpd restart
Interesting that they changed this flag from 4.1.1 (where it was on) to SME5.5(where it is off by default)
Anyway good to see I can solve some of my own problems!
I now have my parse errors appearing!!