Search found 8 matches

by mori0276
Thu May 03, 2007 9:23 pm
Forum: ZoneMinder Previous Versions
Topic: Time Formatting
Replies: 3
Views: 1500

I'm sorry, it was right in the monitor properties. :oops: I guess I got my head wrapped around the thought that it was more of a global setting.

Thanks for your help.
by mori0276
Thu May 03, 2007 8:11 pm
Forum: ZoneMinder Previous Versions
Topic: Time Formatting
Replies: 3
Views: 1500

Time Formatting

How do you change the time format displayed on the captured images?

Thanks!
by mori0276
Sun Apr 15, 2007 11:09 pm
Forum: ZoneMinder Previous Versions
Topic: zm.php not loading
Replies: 9
Views: 24688

Awesome! Thank you so much! I just didn't have PHP installed. So, as you suggested, I ran:

# yum install php-mysql

Restarted my services

# /sbin/service httpd restart
# /sbin/service mysqld restart

And voila! ZM console pops up. Thanks again!

---Ben
by mori0276
Sun Apr 15, 2007 5:38 pm
Forum: ZoneMinder Previous Versions
Topic: zm.php not loading
Replies: 9
Views: 24688

This is the error that it generates:

[Sun Apr 15 12:44:20 2007] [error] [client 10.1.21.39] PHP Fatal error: Call to undefined function mysql_pconnect() in /var/www/html/zm/zm_db.php on line 21

Any ideas? I am quite certain I set the permissions correctly for zmuser/zmpass.
by mori0276
Sun Apr 15, 2007 2:58 pm
Forum: ZoneMinder Previous Versions
Topic: zm.php not loading
Replies: 9
Views: 24688

Out of curiosity, it wouldn't load up a blank page if it wasn't running would it? I would assume it would give me a page about "page not found" or something like that. It just loads up a blank page, no error message or anything.
by mori0276
Sun Apr 15, 2007 2:52 pm
Forum: ZoneMinder Previous Versions
Topic: zm.php not loading
Replies: 9
Views: 24688

Yes, I set-up a test page with Apache, and was able to get to it just fine. And I got into the MySQL> prompt and everything looks to be in order there (I did a SHOW DATABASES and found my ZM database listed).
by mori0276
Sun Apr 15, 2007 12:14 am
Forum: ZoneMinder Previous Versions
Topic: zm.php not loading
Replies: 9
Views: 24688

Fedora Core 5

./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin

...is there a way I can make sure I typed these in correctly? Where are these values stored?
by mori0276
Sat Apr 14, 2007 8:02 pm
Forum: ZoneMinder Previous Versions
Topic: zm.php not loading
Replies: 9
Views: 24688

zm.php not loading

Hello, I'm a noobie to ZM and the Linux world in general. I just recently installed Zone Minder and everything seems to be in order. However, when I go to http://LOCALHOST/zm/index.php all that loads up is a blank screen. Any ideas? (Its probably something easy that I am just overlooking.) Thank you ...