Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Navjeet Chabbewal
RE: added photos not displayed [ reply ]  
2007-01-17 21:12
I am on windows. Indeed the problem was on my end. I did not had imagemagick and rmagick (http://rubyforge.org/frs/?group_id=12&release_id=8170)installed. After I installed them It is working fine now. Thanks.

By: Mark Neustadt
RE: added photos not displayed [ reply ]  
2007-01-17 20:45
I'm not sure what might be causing the problems you're experiencing. I'll have to check things out.

What environment are you running, Win, OSX, Linux? Do you have all the gems and libraries installed? It seems to me that the first time I tried to install this I ran into a similar problem because I was missing ImageMagick.

By: Navjeet Chabbewal
RE: added photos not displayed [ reply ]  
2007-01-17 20:36
Also the thumbnail attribute for photo is not being populated and the query expects it to be of value 'thumb' for thumbnails. What is the purpose of parent_id?

By: Navjeet Chabbewal
added photos not displayed [ reply ]  
2007-01-17 20:34
I just downloaded and installed the .5 version. I created an album and added two photos. When I go to view the album none of the photos come. I looked at the code/queries and noticed that that the query in self.thumbs() method of photo model does a join using parent_id which was not populated when the photos were added. May be something fishy is going on there?