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
Browser problem
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
-
- Posts: 7
- Joined: Mon Mar 28, 2005 8:45 pm
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
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 and then browse to that. You should get a listing of lots of configuration information about php etc.
To test php you could just create a simple script that has only the following in it
Code: Select all
<?php
phpinfo();
?>
Phil