Has anyone found a solution to this problem?
I have a SuSe 13.1 system that won't let me access the web interface after updating to Version 1.28.0. ZoneMinder continues to run and seems to be recording images, just no web access.
I also have a similar system that upgraded perfectly.
Search found 11 matches
- Sun Feb 15, 2015 7:33 pm
- Forum: ZoneMinder 1.28.x
- Topic: "Unable to connect to ZM db.could not find driver"
- Replies: 13
- Views: 13993
- Sat Dec 03, 2011 9:21 pm
- Forum: User Contributions
- Topic: ANDROID HOW TO
- Replies: 38
- Views: 38484
Re: ANDROID HOW TO
Thanks for the quick reply.Yes, I have plans for moving to WP7.
I look forward to seeing it. Let me know if you need ant beta testers.
- Sat Dec 03, 2011 8:49 pm
- Forum: User Contributions
- Topic: ANDROID HOW TO
- Replies: 38
- Views: 38484
Re: ANDROID HOW TO
alexvas
Your app looks really nice, have you any plans to port it to Windows Phone 7?
Your app looks really nice, have you any plans to port it to Windows Phone 7?
- Sun Nov 27, 2011 12:02 pm
- Forum: User Contributions
- Topic: Foscam FI8918W script with presets and IR control
- Replies: 15
- Views: 28343
Re: Foscam FI8918W script with presets and IR control
TylerSchwend Sorry for the delay in replying. It is possible to use the Iris control to control brightness, but I'm not sure how effective it would be. It is easy enough to change my Up/Down control to use the Focus and leave the Iris free, but the problem is that the Foscam uses a brightness value ...
- Fri Oct 07, 2011 7:26 pm
- Forum: User Contributions
- Topic: Foscam FI8918W script with presets and IR control
- Replies: 15
- Views: 28343
Re: Foscam FI8918W script with presets and IR control
As I mentioned in my post, I have not tested it on the Foscam camera but can't see any reason why it would not work. My script is based on the others that have been posted on this thread, and I have not changed any command codes except for the preset 1 that I mentioned. In order to troubleshoot your ...
- Fri Oct 07, 2011 11:40 am
- Forum: User Contributions
- Topic: Foscam FI8918W script with presets and IR control
- Replies: 15
- Views: 28343
Modded script with Speed Control, Full Autostop and Jog
Good afternoon. I've restructured these scripts and incorporated speed control, full autostop and a jog facility, plus the settings required if you ceiling mount the camera. I've only tried it on my DB Power and Tenvis cameras which are Foscam clones, but as I started with the Foscam scripts I'm ...
- Sun Sep 25, 2011 11:05 pm
- Forum: ZoneMinder 1.25.x
- Topic: playing events
- Replies: 3
- Views: 3267
Re: playing events
Are you using Internet Explorer or Firfox? I have found that the events playbck works better in Firefox although I suspect that this is due to a cpu load issue on my computer rather than a ZM problem. In any case, v1.25.0 seems to be a lot more responsive than previous versions. I find the best way ...
- Sun Sep 25, 2011 10:56 pm
- Forum: ZoneMinder 1.25.x
- Topic: big probleme with FOSCAM IP PT/IR cam FI8918W random reset
- Replies: 21
- Views: 13079
Re: big probleme with FOSCAM IP PT/IR cam FI8918W random res
I am using hardwired LAN in my system.
- Fri Sep 23, 2011 10:02 am
- Forum: ZoneMinder 1.25.x
- Topic: big probleme with FOSCAM IP PT/IR cam FI8918W random reset
- Replies: 21
- Views: 13079
Re: big probleme with FOSCAM IP PT/IR cam FI8918W random res
Could it be that these reset problems are heat related? I have a DB Power camera which is a clone of the Foscam and it has been working perfectly with no problems. I've just bought a second unit That worked fine for several hours and then started resetting every few minutes. I had been using it ...
- Sun Sep 11, 2011 9:29 am
- Forum: ZoneMinder 1.25.x
- Topic: dependancy problems
- Replies: 2
- Views: 2295
Re: dependancy problems
I have the same problem.
It only happens with Zoneminder MP so I reverted to the standard version for the time being.
It only happens with Zoneminder MP so I reverted to the standard version for the time being.
- Sun Sep 11, 2011 9:25 am
- Forum: ZoneMinder 1.25.x
- Topic: Control scripts not working in 1.25.0
- Replies: 5
- Views: 4333
Re: Control scripts not working in 1.25.0
I had the same problem.
In your FoscamFI8908W.pm file, try replacing line
use ZoneMinder::Debug qw(:all);
with
use ZoneMinder::Logger qw(:all);
It worked for me.
In your FoscamFI8908W.pm file, try replacing line
use ZoneMinder::Debug qw(:all);
with
use ZoneMinder::Logger qw(:all);
It worked for me.