Error after install

Forum for questions and support relating to the 1.27.x releases only.
Locked
merlim
Posts: 2
Joined: Fri May 09, 2014 2:43 pm

Error after install

Post by merlim »

Hi all. I'm testing Zone Minder for first time. I used a centos 6.5 OS, I followed some tutorials and in end I access to zm page and I got a messed up page :

Code: Select all

:  / : %
ZoneMinder  - - v'.ZM_VERSION.'', canEdit( 'System' ) ) ?>

/ '.$SLANG['Log'].'' ) ?>

<?=$SLANG['Refresh']?><?=$SLANG['Edit']?><?=$SLANG['Delete']?>
In error_log, I got :
[Fri May 09 15:46:42 2014] [error] [client 1.1.1.1] File does not exist: /var/www/html/zm/<, referer: http: / / 2.2.2.2/zm/
[Fri May 09 15:46:42 2014] [error] [client 1.1.1.1] File does not exist: /var/www/html/zm/<, referer: http: / / 2.2.2.2/zm/
[Fri May 09 15:46:42 2014] [error] [client 1.1.1.1] File does not exist: /var/www/html/zm/<, referer: http: / / 2.2.2.2/zm/
[Fri May 09 15:46:42 2014] [error] [client 1.1.1.1] File does not exist: /var/www/html/zm/<, referer: http: / / 2.2.2.2/zm/


Any clue?
TheKorn
Posts: 142
Joined: Fri Aug 02, 2013 12:39 pm

Re: Error after install

Post by TheKorn »

<? is the short entry code for PHP. My WAG is that you don't have short php entry on in your php.ini. (Or maybe php isn't even installed, but that's less likely.)
merlim
Posts: 2
Joined: Fri May 09, 2014 2:43 pm

Re: Error after install

Post by merlim »

You were right : short_open_tag = on.

Thank you.
Locked