Alex, is there any specific permissions setting I should give the folders? I did chmod 766 on them. Then I was getting the error “Warning: stat failed for wp-photos/sample/t/t (errno=13 – Permission denied) in (path to my blog directory)/wp-photos.hack.php on line 263” and the same error on line 289. I loosened up the permissions more and got that to go away, and now I am getting the “No suitable folders found” error again. I am stumped. I am not fluent enough in php to know why it is telling me this.
(further messing around with it…)
Ooooookay… I got the sample to work. The other folder with my own images still doesn’t work…
(further messing around)
I think I have figured it out. There were two problems — the permissions problem (which wasn’t happening at first), and then another one. The problem seems to have been that the thumbnails did not have the exact same name as the big pics. This may seem obvious to you that they should, but not to me (never having used the script before, I didn’t know if I was going to have to choose the thumbnails directly for each image or what — I didn’t assume the script would know them automatically). ?? So now that I gave them both the same name I can look in the folder. It’s a bit of a pain since I always store thumbnails with a different name, by habit…
(further messing around)
Oh hell. It still doesn’t work. Says it’s adding the images to “post #128” but they aren’t there. They aren’t showing up in the source, even. I think I am giving up for now.