Hi Michael,
• I have "$user_login_mode=true;" to force a "full" login with user name rather than just a password when you enter the gallery. Anyone who has permission to view the gallery should also have permission to upload so I don't want them to have enter the password to view the gallery and then click "login" to upload or edit.
• "$encrypt_passwords=true;" is set because I thought that otherwise passwords, wherever they are stored, were stored in clear text.
• I have only one .htprivate file and it is in the "pictures" folder.
I played with the gallery some more this morning. The problem does not seem to be time related. The time before another login request came up ranged from less than 30 seconds to 2-3 minutes. It also doesn't seem to be related to where I start or go. In one case I linked to a folder in the middle of the gallery which contains 20 sub folders. I simply clicked around between these folders and about 2 minutes later I got another login request.
I checked the system php logs while I was doing this last test and found this stuff:
After the first login, this was in the log:
Code:
[Sun Aug 30 06:39:05 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F020-AnnArbor%2FChristiansen&twg_show=
After a couple of minutes I got another login dialog. After that, these additional lines were in the log:
Code:
[Sun Aug 30 06:40:49 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F020-AnnArbor%2FKellagher
[Sun Aug 30 06:40:52 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F020-AnnArbor%2FBrossoit
[Sun Aug 30 06:40:55 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F010-StCloud
[Sun Aug 30 06:40:58 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F020-AnnArbor%2FBrossoit
[Sun Aug 30 06:41:05 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F020-AnnArbor
[Sun Aug 30 06:41:11 2009] [crit] [client xxx.xxx.xxx.xxx] (13)Permission denied: /home2/rochesu2/public_html/twg/cache/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://www.rochesterfsc.org/twg/index.php?twg_album=300-RhythmBlades%2F500-Intermediate%2F2009-2010%2F020-AnnArbor%2FMcNiven
There is no .htaccess file in the cache folder. Here is a list of all .ht* files below the twg directory:
Code:
[~/public_html/twg]# find . -name ".ht*"
./pictures/.htprivate
./admin/_config/.htusers.php
./admin/_config/.htaccess
./admin/_include/.htaccess
./examples/.htaccess_example
./examples/.htaccess
./.htaccess
./inc/.htaccess
Does this give you any ideas? I am still at 1.7.7 but I will be upgrading to 1.7.8 shortly.
Let me know if you want to take a look around the site. I can send you a login by PM.
Thanks,
T.