Page 1 of 1

Monitor profiles

Posted: Wed Apr 18, 2007 8:03 am
by santifer
Hi.

I'm adding a monitor, and trying to use a Axis profile, but when I click "Save" then appears the next message:

"Unknown columm 'DefaultView' in 'field list' "

And when I try to delete a monitor a lot of errors of php appears.

What can it be?

Thanks

Posted: Wed Apr 18, 2007 5:56 pm
by cordel

Posted: Fri Apr 27, 2007 4:43 pm
by BadFish
Hi,
I'm trying to apply the patch, I downloaded it to the build dir.
then I cd to the same dir and run the following command

patch -p0 < 1.22.3_Patches

when I do this is the error I get:

patch: **** Only garbage was found in the patch input.


any ideas?

Fedora core 5
ZoneMinder 1.22.3

Posted: Fri Apr 27, 2007 4:50 pm
by cordel
Sounds like maybe the patch you downloaded got corrupted.

Posted: Fri Apr 27, 2007 4:56 pm
by BadFish
is there another location I can download the patch from?

I ask because I have downloaded it a few times now and keep getting the same error.


# wget http://www.zoneminder.com/wiki/index.php/1.22.3_Patches
--09:54:11-- http://www.zoneminder.com/wiki/index.php/1.22.3_Patches
Resolving www.zoneminder.com... 84.234.20.52
Connecting to www.zoneminder.com|84.234.20.52|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `1.22.3_Patches'

[ <=> ] 13,441 43.6K/s in 0.3s

09:54:12 (43.6 KB/s) - `1.22.3_Patches' saved [13441]


# patch -p0 < 1.22.3_Patches
patch: **** Only garbage was found in the patch input.

Posted: Fri Apr 27, 2007 5:01 pm
by cordel
That's because your downloading a web page and not the file.

Should be:
wget http://www.zoneminder.com/downloads/zm- ... eset.patch

Posted: Fri Apr 27, 2007 5:44 pm
by BadFish
That did the trick!!
Thanks so much.