lescoste / iphototogallery3

iPhoto plugin to upload your pictures to a gallery 3 server
http://lescoste.net/blog/iphototogallery3
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

No gallery found at URL #25

Closed dafalcon closed 13 years ago

dafalcon commented 13 years ago

I can't seem to connect to gallery. I'm using a fresh install of 3.0.2 (I've tried git as well). I've tried the gallery/ URL as well as gallery/index.php/. The latter takes an extra second or two before it comes back with the same error message. Nothing shows up in the console log. The only thing I can see on the server is in the apache access.log:

192.168.1.100 - - [25/Aug/2011:21:40:21 -0400] "GET /gallery/index.php/ HTTP/1.1" 200 2865 "-" "iPhoto/9.1.5 CFNetwork/520.0.13 Darwin/11.1.0 (x86_64) (MacBookPro5%2C1)" 192.168.1.100 - - [25/Aug/2011:21:40:21 -0400] "POST /gallery/index.php/gallery_remote2.php HTTP/1.1" 404 3435 "-" "iPhotoToGallery 0.63" 192.168.1.100 - - [25/Aug/2011:21:40:21 -0400] "POST /gallery/index.php/main.php HTTP/1.1" 404 3403 "-" "iPhotoToGallery"

Any ideas? I'm using iPhoto 11 version 9.1.5 (615). My php.ini memory_limit is set to 128M. The REST API module is enabled.

Thanks! Dan

lescoste commented 13 years ago

Based on this log : iPhotoToGallery 0.63 You are still using the old iPhotoToGallery developed for Gallery 2. You can have both installed but you have to select the proper one in the iPhoto export window.

dafalcon commented 13 years ago

You're right - apparently I had both versions installed and it only loaded the old one. This command fixed it:

sudo rm -rf /Applications/iPhoto.app/Contents/PlugIns/iPhotoToGallery.iPhotoExporter/

Thanks!!