subimage interactive
2006-Aug-09 01:38 UTC
[Rails] file_column and versions acting up...about to spit blood and kill people. please help.
Hey railsers...anyone run into this problem? I''m developing an app which I''m deploying with Capistrano. That being said, I''ve stuck all the file_column goodies in public/system/... During my deployment script I chmod -R that directory and everything in it to make sure www-data (the apache user/group) has access to it. In development mode on my Macbook I can upload images and see their versions just fine. If I do the same thing on the production server, the image uploads, but the thumbnail versions (2 of them) don''t get created...I can reference the original image and see it just fine, but the versions that are supposedly created magically aren''t being created. After investigation on the server I see they''re being created, but they''re 0 bytes. There are no errors in the log, I can sudo to the apache user, and create files in the same directory - so I''m pretty sure it''s not a permissions problem. I''m becoming infected with rage here and about to throw my computer out the window...anyone have an idea what the hell is going on? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/ff7ee4b8/attachment.html
subimage interactive
2006-Aug-09 02:53 UTC
[Rails] Re: file_column and versions acting up...about to spit blood and kill people. please help.
PS: I know ImageMagick is working fine because I''m using NoisyImage to generate CAPTCHA images for the site. On 8/8/06, subimage interactive <subimage@gmail.com> wrote:> > Hey railsers...anyone run into this problem? > > I''m developing an app which I''m deploying with Capistrano. That being > said, I''ve stuck all the file_column goodies in public/system/... > > During my deployment script I chmod -R that directory and everything in it > to make sure www-data (the apache user/group) has access to it. > > In development mode on my Macbook I can upload images and see their > versions just fine. If I do the same thing on the production server, the > image uploads, but the thumbnail versions (2 of them) don''t get created...I > can reference the original image and see it just fine, but the versions that > are supposedly created magically aren''t being created. > > After investigation on the server I see they''re being created, but they''re > 0 bytes. There are no errors in the log, I can sudo to the apache user, and > create files in the same directory - so I''m pretty sure it''s not a > permissions problem. > > I''m becoming infected with rage here and about to throw my computer out > the window...anyone have an idea what the hell is going on? > > -- > seth at subimage interactive > http://www.subimage.com/sublog/ >-- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/1fcf3b01/attachment.html
subimage interactive
2006-Aug-09 09:38 UTC
[Rails] Re: file_column and versions acting up...about to spit blood and kill people. please help.
ok i have $150.00 for whoever solves this...........................paypal. hit me. On 8/8/06, subimage interactive <subimage@gmail.com> wrote:> > PS: I know ImageMagick is working fine because I''m using NoisyImage to > generate CAPTCHA images for the site. > > > On 8/8/06, subimage interactive < subimage@gmail.com> wrote: > > > > Hey railsers...anyone run into this problem? > > > > I''m developing an app which I''m deploying with Capistrano. That being > > said, I''ve stuck all the file_column goodies in public/system/... > > > > During my deployment script I chmod -R that directory and everything in > > it to make sure www-data (the apache user/group) has access to it. > > > > In development mode on my Macbook I can upload images and see their > > versions just fine. If I do the same thing on the production server, the > > image uploads, but the thumbnail versions (2 of them) don''t get created...I > > can reference the original image and see it just fine, but the versions that > > are supposedly created magically aren''t being created. > > > > After investigation on the server I see they''re being created, but > > they''re 0 bytes. There are no errors in the log, I can sudo to the apache > > user, and create files in the same directory - so I''m pretty sure it''s not a > > permissions problem. > > > > I''m becoming infected with rage here and about to throw my computer out > > the window...anyone have an idea what the hell is going on? > > > > -- > > seth at subimage interactive > > http://www.subimage.com/sublog/ > > > > > > -- > seth at subimage interactive > http://www.subimage.com/sublog/ >-- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/b0d70450/attachment.html
subimage interactive
2006-Aug-10 20:42 UTC
[Rails] Re: file_column and versions acting up...about to spit blood and kill people. please help.
Another thing - I created a "medium" version and it uploads, yet crops/chops off the bottom 1/2 of the picture. Anyone seen that one before either? On 8/8/06, subimage interactive <subimage@gmail.com> wrote:> > Hey railsers...anyone run into this problem? > > I''m developing an app which I''m deploying with Capistrano. That being > said, I''ve stuck all the file_column goodies in public/system/... > > During my deployment script I chmod -R that directory and everything in it > to make sure www-data (the apache user/group) has access to it. > > In development mode on my Macbook I can upload images and see their > versions just fine. If I do the same thing on the production server, the > image uploads, but the thumbnail versions (2 of them) don''t get created...I > can reference the original image and see it just fine, but the versions that > are supposedly created magically aren''t being created. > > After investigation on the server I see they''re being created, but they''re > 0 bytes. There are no errors in the log, I can sudo to the apache user, and > create files in the same directory - so I''m pretty sure it''s not a > permissions problem. > > I''m becoming infected with rage here and about to throw my computer out > the window...anyone have an idea what the hell is going on? > > -- > seth at subimage interactive > http://www.subimage.com/sublog/ >-- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/edfe0a14/attachment-0001.html