I loaded the images from my local
machine. And surprisingly, I couldn't change anything about my
products online. I tried to add a product type and a brand and
they both worked. But I couldn't create a new product or upload a
image. Here's the logs
2012-07-19T19:38:16+00:00 app[web.1]: Started GET
"/admin/merchandise/products/dsif/edit" for 24.62.60.197 at
2012-07-19 19:38:16 +0000
2012-07-19T19:38:17+00:00 heroku[router]: GET
wildone.herokuapp.com/admin/merchandise/products/dsif/edit
dyno=web.1 queue=0 wait=0ms service=252ms status=200 bytes=9729
2012-07-19T19:38:34+00:00 app[web.1]:
2012-07-19T19:38:34+00:00 app[web.1]:
2012-07-19T19:38:34+00:00 app[web.1]: Started GET
"/admin/merchandise/images/products/dsif/edit" for 24.62.60.197 at
2012-07-19 19:38:34 +0000
2012-07-19T19:38:34+00:00 heroku[router]: GET
wildone.herokuapp.com/admin/merchandise/images/products/dsif/edit
dyno=web.1 queue=0 wait=0ms service=116ms status=304 bytes=0
2012-07-19T19:38:58+00:00 app[web.1]:
2012-07-19T19:38:58+00:00 app[web.1]: Started PUT
"/admin/merchandise/images/products/dsif" for 24.62.60.197 at
2012-07-19 19:38:58 +0000
2012-07-19T19:38:58+00:00 app[web.1]:
2012-07-19T19:39:03+00:00 heroku[router]: POST
wildone.herokuapp.com/admin/merchandise/images/products/dsif
dyno=web.1 queue=0 wait=0ms service=7607ms status=500 bytes=728
2012-07-19T19:39:03+00:00 app[web.1]:
2012-07-19T19:39:03+00:00 app[web.1]: Errno::ECONNREFUSED
(Connection refused - connect(2)):
2012-07-19T19:39:03+00:00 app[web.1]:
2012-07-19T19:39:03+00:00 app[web.1]:
app/controllers/admin/merchandise/images/products_controller.rb:10:in
`update'
2012-07-19T19:39:03+00:00 app[web.1]:
I found that searching wasn't working either. So I ran heroku
rake sunspot:solr:start but that couldn't solve the problem