Page 1 of 1

login stopped working

Posted: Fri Jul 29, 2005 7:27 pm
by alexl
My login admin/admin all the sudden stopped working.
How do I fix it or disable it all together?
I'm using FC3 based zm.
Please help.
Alex

Posted: Mon Aug 01, 2005 4:58 pm
by zoneminder
Have you recently upgrade php to version 4.4 as that seems to have broken something in ZM. It's currently under investigation.

Phil

Posted: Tue Aug 02, 2005 3:23 pm
by alexl
No, I didn't touch it...
Can you please point me out to the file with the login.
Alex

Posted: Tue Aug 02, 2005 3:54 pm
by alexl
Just want to clarify that I recently upgraded to Wendows Me -
thats when I start to expirience this problem.
Alex

Posted: Thu Aug 04, 2005 8:31 am
by zoneminder
I don't think going to Me would make much difference. To disable logins entirely you can do

Code: Select all

perl zmconfig.pl ZM_OPT_USE_AUTH
in the build directory. This should just switch them off while the problem is investigated further.

Phil

Posted: Thu Aug 04, 2005 5:12 pm
by alexl
Phil,
thank you very much for your help - you are correct,
Me has nothing to do with it.
Now, how do I get into build directory?
Truly, Alex

Posted: Thu Aug 04, 2005 8:54 pm
by alexl
Am I supposed to rebuild something once I make a change in a build directory?
Alex

Posted: Fri Aug 05, 2005 12:41 am
by cordel
If your using my distro you will have to change it in the database.
mysql zm
UPDATE Config SET Value='0' WHERE Name='ZM_OPT_USE_AUTH';
exit

This should be done loged in as root.
Regards,
Cordel

Posted: Fri Aug 05, 2005 3:36 pm
by alexl
Ok, will give this a try!
Alex

Posted: Fri Aug 12, 2005 10:20 pm
by alexl
It worked, but databaces got corrupted again - Ifound it out after login.
NMay be to reinstall the software?
How to get a new cd from you?
Alex

Posted: Sun Aug 14, 2005 5:17 am
by cordel
Sorry about the CD, I have it burned I just have to load it and make sure I didn't break anything. I'll check it out tonight.
Regards,
Cordel