Search found 1173 matches

by rockedge
Mon Apr 14, 2014 4:29 pm
Forum: ZoneMinder 1.27.x
Topic: Where's the latest tarball, build and install instructions?
Replies: 34
Views: 14027

Re: Where's the latest tarball, build and install instructio

this is the code block from /zm/includes/action.php I altered by commenting out line 553. this starts at line 550 if ( $restart ) { $monitor = dbFetchOne( "select * from Monitors where Id = ?", NULL, array($mid) ); # fixDevices(); //if ( $cookies ) //session_write_close(); if ( daemonCheck...
by rockedge
Mon Apr 14, 2014 2:39 pm
Forum: ZoneMinder 1.27.x
Topic: Where's the latest tarball, build and install instructions?
Replies: 34
Views: 14027

Re: Where's the latest tarball, build and install instructio

Yes I have succesfully installed 1.27 on 3 machines running Puppy Linux UPUP 3.9.9.2 as operating system. 2 using a tarball GitHub and the 3rd downloaded more recently (a couple of days ago). There is a difference in the code! I did not recieve the fatal error on the version from 2 weeks ago but did...
by rockedge
Fri Apr 04, 2014 2:06 pm
Forum: ZoneMinder 1.27.x
Topic: fixinfo() undefined error
Replies: 0
Views: 1401

fixinfo() undefined error

After downloading zonemider-master from GitHub and building on a Puppy Linux UPUP 3.9.9.2 OS and attempting to add a monitor I received a function not defined error for fixinfo(). I found the line in the code and commented it out and adding a monitor worked. I just built a zoneminder 1.27 from the g...