Page 1 of 1

User Logins broken

Posted: Sun Jan 05, 2014 5:40 pm
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.

Re: User Logins broken

Posted: Sun Jan 05, 2014 6:19 pm
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

Re: User Logins broken

Posted: Mon Jan 06, 2014 2:26 am
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