Monitor profiles

Support and queries relating to all previous versions of ZoneMinder
Locked
santifer
Posts: 7
Joined: Tue Mar 06, 2007 9:22 am

Monitor profiles

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

BadFish
Posts: 25
Joined: Wed Apr 19, 2006 6:18 pm

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Sounds like maybe the patch you downloaded got corrupted.
BadFish
Posts: 25
Joined: Wed Apr 19, 2006 6:18 pm

Post 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.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
BadFish
Posts: 25
Joined: Wed Apr 19, 2006 6:18 pm

Post by BadFish »

That did the trick!!
Thanks so much.
Locked