Undefined method 'is_image' with Azure storage

Since upgrading to v2.2.0.beta4 whenever a user attempts to upload an image they get an error:

undefined method 'is_image?' for FileHelper:Class

We’re using discourse-azure-blob-storage 0.0.2 so I assume it’s related, but I’m not entirely sure.

Has anyone else encountered this?

4 Likes

This issue has been resolved a while ago. I assume you’re using old url to the discourse-azure-blob-storage repository which has been moved. Can you please replace old url with the new official one - https://github.com/discourse/discourse-azure-blob-storage.git?

5 Likes

Thanks, that must be it, we had:
git clone https://github.com/majakomel/discourse-azure-blob-storage.git

4 Likes