installed zm, application doesn't launch

Support and queries relating to all previous versions of ZoneMinder
Locked
BadFish
Posts: 25
Joined: Wed Apr 19, 2006 6:18 pm

installed zm, application doesn't launch

Post by BadFish »

I have just installed ZoneMider 1.22.3 on Fedora 6. I followed the Wiki Fedora 6 step by step guide. Httpd, Mysql and ZM are running, however when I go to http://myipaddress/zm instead of seeing the ZM application, I only see the folders and files that where installed into the /var/www/html/zm folder.

I tried to search but I didnt find anything, that could be cause I'm not quite sure what to search for.

Anyways, thanks for your help.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

create a file in /var/www/html/zm and name it something like yourconfig.php, pick any thing you like as long as it has a php extension. Copy the following text in to the file.

Code: Select all

<?php
phpinfo(INFO_CONFIGURATION);
?>
Then try to access this file trough a browser http://<yourhost>/zm/yourconfig.php and it should show you your php configuration. If not, then install php.
BadFish
Posts: 25
Joined: Wed Apr 19, 2006 6:18 pm

Post by BadFish »

Thanks, I didnt have php installed.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Make sure you delete that file as you don't want the world to have access to your config info :wink:
Cheers
Locked