Page 1 of 1

Browser problem

Posted: Thu Apr 27, 2006 4:13 pm
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

Posted: Thu Apr 27, 2006 9:35 pm
by zoneminder
Do you have php installed on your server?

Posted: Fri Apr 28, 2006 6:46 pm
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

Posted: Sun Apr 30, 2006 9:41 pm
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.

Posted: Tue May 02, 2006 8:18 pm
by Mousehouse
Thanks for answers
Fixed