jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown
MIT License
477 stars 196 forks source link

Exception in production environment when trying to upload images after clicking the 'browse server' button #298

Open illegalnumbers opened 7 years ago

illegalnumbers commented 7 years ago

I get the following problem when I click 'browse server' on the image upload button in a production environment. I thought it was weird that the button to upload images even showed up since I didn't install the extension that allowed it.

No webpage was found for the web address: http://www.illegalnumbers.com/ckeditor/pictures?CKEditor=post_content&CKEditorFuncNum=1&langCode=en

jipiboily commented 7 years ago

@illegalnumbers are you doing that with @msevestre's file upload extension?

illegalnumbers commented 7 years ago

Nope, I didn't have that installed. Guess I should've been more clear. What I meant by 'I thought it was weird that the button to upload images even showed up since I didn't install the extension that allowed it.' is that I had that button on the UI but I thought something like that shouldn't show up if it's not enabled or if that plugin isn't installed.

jipiboily commented 7 years ago

Ah, gotcha. Yeah, seems like a better UX to now have it and have a plugin adding it.

illegalnumbers commented 7 years ago

There might be some other extension specific items in the UI right now that could be removed too. If I get some time I'll look around for some examples.