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

Successful Login - No Album List #24

Closed peshko closed 13 years ago

peshko commented 13 years ago

I can sucessfully login, REST Module is active, php memory_limit is at 128M (default) - no Album List.

lescoste commented 13 years ago

Hi, I need the Mac console logs for iPhoto that the plugin outputs and the server crash log if any.

Le lundi27 juin 11 16:46, peshko a crit :

I can sucessfully login, REST Module is active, php memory_limit is at 128M (default) - no Album List.

Reply to this email directly or view it on GitHub: https://github.com/lescoste/iphototogallery3/issues/24

Stephane stephane@lescoste.net http://www.lescoste.net/

peshko commented 13 years ago

User error. I appologize. Should have looked at the console before I posted!!! Apparently I was logging in with a user that has no write access, so the log revealed:

Jun 27 11:16:42 Our-iMac iPhoto[2847]: getGalleryTags: total tags = 0 Jun 27 11:16:42 Our-iMac iPhoto[2847]: getandparseAlbums: total albums = 93 Jun 27 11:16:45 Our-iMac iPhoto[2847]: getandparseAlbums: Success get 93 albums starting at 0 Jun 27 11:16:45 Our-iMac iPhoto[2847]: doGetAlbums: editable albums = 0

When I accessed with a username that has write privileges, everythig works great.

Thanks again for the GREAT WORK!!!