Browser problem

Support and queries relating to all previous versions of ZoneMinder
Locked
Mousehouse
Posts: 7
Joined: Mon Mar 28, 2005 8:45 pm

Browser problem

Post by Mousehouse »

Hi everyone!

I try to install Zoneminder, but a small problem beat me: configuring and installing passed good, but when I point my browser (Firefox) to zm web site, browser try to save file, but no to open! Other php-based sites Firefox opens good. What is my mistake? Help, please.

Thanks
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Do you have php installed on your server?
Phil
Mousehouse
Posts: 7
Joined: Mon Mar 28, 2005 8:45 pm

Post by Mousehouse »

I have installed php3 & php4 on my computer. How can I test that it`s working?

P.S. What versions of Apache (Apache 1.33 or 2.x) & Mysql (3.x, or 4.x) you recommend for use with zoneminder? Or it`s not essential/important?

Thanks
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

ZM should work with all your listed mysql and php versions.

To test php you could just create a simple script that has only the following in it

Code: Select all

<?php

phpinfo();

?>
and then browse to that. You should get a listing of lots of configuration information about php etc.
Phil
Mousehouse
Posts: 7
Joined: Mon Mar 28, 2005 8:45 pm

Post by Mousehouse »

Thanks for answers
Fixed
Locked