Hi!
I use a simple private.txt with password inside to protect some dirs inside my Gallery... After upgrading all my system, I can't make it work again... If I try to access protected gallery dir with correct password, TWG just asks me again for password... If I try to access with wrong password, I get a "wrong password, retype" message.
I've seen some errors in debug file... but they don't apear always when trying to access proctected gallery:
Code:
08.01.2011 14:22:32 (es) - ERROR 8 in P\Aspx\fotos\i_frames\i_privatelogin.php, line 80: Undefined variable: passwd
08.01.2011 14:22:32 (es) - ERROR 2 in P\Aspx\fotos\i_frames\i_privatelogin.php, line 80: in_array() [_a href='function.in-array'_function.in-array_/a_]: Wrong datatype for second argument
Do you have some idea what could I be doing wrong? Here are some config variables:
$password_file='private.txt'; I've tried some variations, just in case. No luck.
$user_login_mode = false; Just to show you I'm not using username system... Just plain text password inside private.txt.
Any idea?
Thanks a lot.