Hmmm, I've done some more testing in Firefox and the sidebar is only blown out when an image from inside gallery2 is clicked. If you simply click the image in the sidebar, it shows up fine.
Hmmmmm? I take that back. Just clicked on an image on the sidebar and it expanded. Hit refresh and it came up fine. I can't seem to find the pattern here.
Just pulled my logs:
[Fri Nov 4 16:20:51 2005] [error] [client 205.170.140.174] client denied by server configuration: /usr/local/www/data/modules/gallery.module
Thanks for any help.
Gallery version = 2.0.1+ core 1.0.7
PHP version = 4.3.11 apache
Webserver = Apache/1.3.33 (Unix) PHP/4.3.11
Database = mysqlt 4.1.12
Toolkits = ArchiveUpload, Exif, Ffmpeg, ImageMagick, NetPBM, Thumbnail
Operating system = FreeBSD localhost.localdomain 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005
:/usr/obj/usr/src/sys/GENERIC i386
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
crux19
Joined: 2003-11-04
Posts: 94
Posted: Tue, 2005-11-08 16:05
Just a follow up. It seems my .htaccess file in the root directory (Drupal) showed:
<Files ~ "(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$">
Order deny,allow
Deny from all
</Files>
The first line is showing that inc, modules, etc is denied. This is obviously so the /modules directory is protected. Since gallery.module has "module" in the name, it was denied access. Or, since it was in the modules directory...not sure. I took "module" out of the .htaccess file and things work great. I'm still working to figure out how to best allow access to the gallery.module but also deny access to the /module directory.
Posts: 94
Hmmm, I've done some more testing in Firefox and the sidebar is only blown out when an image from inside gallery2 is clicked. If you simply click the image in the sidebar, it shows up fine.
Hmmmmm? I take that back. Just clicked on an image on the sidebar and it expanded. Hit refresh and it came up fine. I can't seem to find the pattern here.
Just pulled my logs:
[Fri Nov 4 16:20:51 2005] [error] [client 205.170.140.174] client denied by server configuration: /usr/local/www/data/modules/gallery.module
Thanks for any help.
Gallery version = 2.0.1+ core 1.0.7
PHP version = 4.3.11 apache
Webserver = Apache/1.3.33 (Unix) PHP/4.3.11
Database = mysqlt 4.1.12
Toolkits = ArchiveUpload, Exif, Ffmpeg, ImageMagick, NetPBM, Thumbnail
Operating system = FreeBSD localhost.localdomain 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005
:/usr/obj/usr/src/sys/GENERIC i386
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Posts: 94
Just a follow up. It seems my .htaccess file in the root directory (Drupal) showed:
<Files ~ "(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$">
Order deny,allow
Deny from all
</Files>
The first line is showing that inc, modules, etc is denied. This is obviously so the /modules directory is protected. Since gallery.module has "module" in the name, it was denied access. Or, since it was in the modules directory...not sure. I took "module" out of the .htaccess file and things work great. I'm still working to figure out how to best allow access to the gallery.module but also deny access to the /module directory.