SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Installation working, but uploading images doesn't #46

Closed jmuheim closed 9 years ago

jmuheim commented 11 years ago

When clicking on the "upload image" link, I get errors like the following:

Google ChromeScreenSnapz001

How should I try to debug this? Thanks.

jmuheim commented 11 years ago

Do I have to add something into my routes? I have a locale scope, maybe this is the problem?

scope ":locale" do
  ...
end
jhanggi commented 11 years ago

Do you have a line like this in your routes file?

mount RedactorRails::Engine => '/redactor_rails'

You might need to adjust the mount point to accomodate the locale.

It also looks like you have a 500 error on the server. When you try going to http://localhost:3000/redactor_rails/pictures what is the exception on the server?

regdog commented 11 years ago

I had similar issue before. Check whether you had the MiniMagick errors. Probably you should install ImageMagick on your system.

dalvallana commented 9 years ago

I had the 500 server error. Try installing MiniMagick on your system. In Ubuntu:

sudo apt-get install imagemagick

wilgoszpl commented 9 years ago

@jmuheim @daao87 @regdog @jhanggi

Currently I couldn't reproduce this error. I close this issue. If I'm wrong and this bug isn't solved yet, please, notify me or open another issue.

It would be great if you could add some detailed description how to reproduce that. Thanks!