Search found 3 matches

by Wolf-
Mon Jul 03, 2006 10:19 pm
Forum: User Contributions
Topic: ffmpeg / 3gp generation fails at resolution != 176x144
Replies: 2
Views: 5181

Thank you for the quick fix.
by Wolf-
Wed Feb 16, 2005 1:39 pm
Forum: ZoneMinder Previous Versions
Topic: Can't login
Replies: 12
Views: 30451

Actually you're probably safe leaving the $_SERVER ones in there. Any functions that just read $_SESSION can probably be left as well. It's only the ones that write to it that seem to have a problem. I'll probably have a proper workaround for this in a few days time. Phil I'll take a gander with it ...
by Wolf-
Wed Feb 16, 2005 5:15 am
Forum: ZoneMinder Previous Versions
Topic: Can't login
Replies: 12
Views: 30451

I've finally cracked this issue and it was a right bugger! The problem appears to be that in certain versions of php if you declare a superglobal variable (e.g. $_SESSION) as a 'global' in a function it effectively only modifies a local copy. I don't have a fully kosher workaround yet as I don't ...