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 254 forks source link

>>Uncaught TypeError: Cannot read property '0' of null<< while uploading image on production #83

Closed Averethel closed 8 years ago

Averethel commented 10 years ago

When I'm trying to upload image on staging server I keep getting Uncaught TypeError: Cannot read property '0' of null javascript error. On development everything works just fine so that's quite weird. I checked that no request have been made so it's even weirder.

I use rails 4.0 and ruby 2.0.

pascalbetz commented 10 years ago

Same here.

mirkojov commented 10 years ago

Same here. Any ideas how to resolve this?

mirkojov commented 10 years ago

imagemagick was not installed in my case...

Averethel commented 10 years ago

Yeah, same for us.

pascalbetz commented 8 years ago

No, not even sure the project where we used the lib is still active.

Averethel commented 8 years ago

As we wrote - the problem was imagemagick was not installed on the machine.