User Logins broken

Forum for questions and support relating to the 1.26.x releases only.
Locked
pyroman
Posts: 25
Joined: Fri Jan 03, 2014 6:40 pm

User Logins broken

Post by pyroman »

Hi;
I just turned on the User login feature. I created a new user then logged in. Most of the system seemed to work, but the monitor windows do not display an image for that user. It only works for Admin.

I got these errors:

2014-01-05 12:31:43.069810 web_php 5104 ERR socket_sendto( /tmp/zm/zms-241652s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2344
2014-01-05 12:31:39.969464 web_php 4984 ERR socket_sendto( /tmp/zm/zms-241652s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2344
2014-01-05 12:31:35.037171 zms 5551 ERR Unable to authenticate user zms.cpp 225
2014-01-05 12:31:34.934599 zms 5548 ERR Unable to authenticate user zms.cpp 225

no idea what they are, but they went away when I turned off user identification and re-loged as admin.
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: User Logins broken

Post by bbunge »

Something to try:

Add your timezone to the php.ini file.
In Ubuntu..

sudo nano /etc/php5/apache2/php.ini

Look for: ; date.timezone =

remove the ; and add your timezone

date.timezone = America/New_York
See: http://php.net/manual/en/timezones.php for list of acceptable entries.

I noticed that this seemed to stop the error you mentioned.

bb
pyroman
Posts: 25
Joined: Fri Jan 03, 2014 6:40 pm

Re: User Logins broken

Post by pyroman »

Thank you so much for that answer!

That's what it was. I hope someone is taking notes somewhere on these little glitches :)

Problem solved.
thanks
Locked