on FreeBSD 9.1-RELEASE #1 r244693
When i try to open my ZM page i got an error at httpd-error.log
Code: Select all
[Mon May 26 23:35:16 2014] [error] [client 192.168.1.1] PHP Parse error: syntax error, unexpected $end in /usr/local/www/apache22/data/zm/data/includes/functions.php on line 2437
i found that i must change short_open_tag to On
nevermind what php.ini tells me about this option i did
Code: Select all
; short_open_tag
; Default Value: On
; Development Value: Off
; Production Value: Off
short_open_tag = On
So i run "/usr/local/etc/rc.d/apache22 restart"
and nothing changes..
What else should i check ?
Thank you