Uploading Pictures to Gallery2

This is more a note to myself as it’s well documented here on the web.

It seems I SNAFUed myself by replacing the default “404 – page not found” with a customized version that prompted folks to search my site specifically for whatever it was they looking for.

After doing this, the tool I use to upload pictures “en masse” to my website – Gallery Remote – didn’t work properly.

To correct this, two changes needed to be implemented:

1) I needed to create a “fake” gallery_remote2.php file in my gallery directory containing the following code –

< ?php header("HTTP/1.0 404 Not Found"); exit; ?>

2) I needed to add the following line to the GalleryRemote.properties file (located in the “program files/gallery remote” subfolder) –

forceGalleryVersion.n=2

Leave a Reply

Your email address will not be published. Required fields are marked *