PHP5 not working with ZoneMinder

Support and queries relating to all previous versions of ZoneMinder
Locked
jfunk
Posts: 4
Joined: Wed May 07, 2008 8:25 pm

PHP5 not working with ZoneMinder

Post 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.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Do you have php configured to use short_open_tag?
jfunk
Posts: 4
Joined: Wed May 07, 2008 8:25 pm

short_open_tag

Post by jfunk »

Thanks. That was it. I didn't dream that the problem would be so simple.
Locked