login stopped working

Support and queries relating to all previous versions of ZoneMinder
Locked
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

login stopped working

Post 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
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

Post by alexl »

No, I didn't touch it...
Can you please point me out to the file with the login.
Alex
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

Post by alexl »

Just want to clarify that I recently upgraded to Wendows Me -
thats when I start to expirience this problem.
Alex
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

Post 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
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

Post by alexl »

Am I supposed to rebuild something once I make a change in a build directory?
Alex
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
Image
Image
3939663646337

It's better to keep your mouth shut and appear stupid than open it and remove all doubt.
-Mark Twain
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

Post by alexl »

Ok, will give this a try!
Alex
alexl
Posts: 57
Joined: Fri Jan 28, 2005 11:21 pm

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
Locked