Search found 5 matches

by hybrid
Mon Aug 29, 2022 10:41 pm
Forum: ZoneMinder 1.36.x
Topic: Typo in auth.php in 1.36.24 via ppa:iconnor/zoneminder-1.36
Replies: 5
Views: 2322

Re: Typo in auth.php in 1.36.24 via ppa:iconnor/zoneminder-1.36

It's worse than that. $user is actually a username string.... good find. Yeah that's definitely what the error suggested, but just fixing the typo was enough to get me up and running. I was in the process of adding in a type check and/or finding where $user was initially set when I noticed the typo.
by hybrid
Mon Aug 29, 2022 1:53 pm
Forum: ZoneMinder 1.36.x
Topic: Typo in auth.php in 1.36.24 via ppa:iconnor/zoneminder-1.36
Replies: 5
Views: 2322

Typo in auth.php in 1.36.24 via ppa:iconnor/zoneminder-1.36

Pretty sure I found a typo in auth.php line 51. $user['Pasword'] = $bcrypt_hash; Should be $user['Password'] = $bcrypt_hash; Edit: It was returning this error, just in case anyone else gets it PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /usr/share/zoneminder ...
by hybrid
Thu Jul 23, 2020 11:50 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Alarmframes (*-analyse.jpg) broken since 1.35.5~20200716162846-bionic
Replies: 15
Views: 6671

Re: Alarmframes (*-analyse.jpg) broken since 1.35.5~20200716162846-bionic

Jul 24 09:45:58 sarkmekawk zma_m3[1082]: ERR [zma_m3] [Can't open PȻ▒OV/00042-analyse.jpg for writing: No such file or directory] Jul 24 09:45:58 sarkmekawk zma_m3[1082]: ERR [zma_m3] [Failed to write analysis frame image] I'm still seeing this which is bizarre because certainly some images are be ...
by hybrid
Thu Jul 23, 2020 4:39 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Alarmframes (*-analyse.jpg) broken since 1.35.5~20200716162846-bionic
Replies: 15
Views: 6671

Re: Alarmframes (*-analyse.jpg) broken since 1.35.5~20200716162846-bionic

iconnor wrote: Thu Jul 23, 2020 3:02 am Sigh.. I swear I've been testing...

just pushed a fix for the capture jpeg path problem.
:lol:

All good now, thank you.
by hybrid
Thu Jul 23, 2020 12:06 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Alarmframes (*-analyse.jpg) broken since 1.35.5~20200716162846-bionic
Replies: 15
Views: 6671

Re: Alarmframes (*-analyse.jpg) broken since 1.35.5~20200716162846-bionic

Mine just updated and now I have a problem I hadn't seen before. Jul 23 10:03:38 sarkmekawk zma_m3[3458]: ERR [zma_m3] [Failed to write frame image] Jul 23 10:03:38 sarkmekawk zma_m3[3458]: ERR [zma_m3] [Can't open P#030|Y▒U/00147-capture.jpg for writing: No such file or directory] I have checked my ...