Page 1 of 1

PHP5 not working with ZoneMinder

Posted: Thu Oct 02, 2008 8:11 pm
by jfunk
OS: SuSE Linux Enterprise Server 10 sp2
Kernel: 2.6.16
Apache: 2.2.3
PHP: 5.2.5

I apologize if I missed a system requirement that does not fit here. The compile procedure completed without a noticeable error.

I ran a info.php page. PHP appears to be running fine according to the info page. ZoneMinder, on the other hand, does not appear to be parsing the php code when I go to the zm.php page.

There also are no images in the images web directory. Possibly ZoneMinder didn't compile right, because it didn't recognize my version of PHP???

Any help would be appreciated.

Posted: Thu Oct 02, 2008 8:25 pm
by cordel
Do you have php configured to use short_open_tag?

short_open_tag

Posted: Thu Oct 02, 2008 8:40 pm
by jfunk
Thanks. That was it. I didn't dream that the problem would be so simple.