couldn't find file 'ckeditor/override'

113 views
Skip to first unread message

Bob Cook

unread,
Jul 22, 2014, 8:00:03 PM7/22/14
to monolo...@googlegroups.com
I am trying to use Monologue but I can't get to the admin screen at URL/monologue.  It gives me a "couldn't find file 'ckeditor/override'" error. I have read everything I can find to fix it but nothing is working for me.

Bob Cook

unread,
Jul 24, 2014, 11:03:50 AM7/24/14
to monolo...@googlegroups.com
Is it just me?  No one else has seen this problem?

Jean-Philippe Boily

unread,
Jul 25, 2014, 8:50:49 AM7/25/14
to Bob Cook, monolo...@googlegroups.com
This mailing list never really took off, so there is very little people here. I saw your issue and apparently other people have the same problem. It is probably not major, it just needs debugging.

I am not personally working anymore on Monologue as I recently started working on a new blog engine but there are people submitting PRs and Michael Sevestre is maintaing Monologue, so you have a few options:

  • look at https://github.com/jipiboily/vocal and start using it as soon as I release 0.01, which should be quite soon (a few weeks hopefully, I have a new baby, so I am on it, but it’s taking time I don’t have that much)
  • figure out the bug and send a PR, that would be great!
  • wait until someone get a fix for that?
  • find another blog engine that fits your need? Hopefully, this will not be your option :)

Best,

Jean-Philippe Boily

Human. Ruby developer.  | http://jipiboily.com/
--
You received this message because you are subscribed to the Google Groups "Monologue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to monologue-rb...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Michael Sevestre

unread,
Jul 25, 2014, 1:37:05 PM7/25/14
to Jean-Philippe Boily, Bob Cook, monolo...@googlegroups.com
I think that the order of the proposed options is not optimal.... Consider using something else at the very last :)

More seriously, I just checked out your gemfile.lock. We are not locking a specific version of Ckeditor and it might be the issue. I pushed a site in production using monologue 0.4.0 and without any problem. However the version of ckeditor I am using is 4.0.11,. The one in your gemfile is 4.1.0 which might have introduced this error

Could you please lock the version of ckeditor in your gemfile and let me know if that does the trick ?
something like gem ckeditor', '~> 4.0.11'

Bob Cook

unread,
Jul 25, 2014, 2:07:33 PM7/25/14
to monolo...@googlegroups.com


On Tuesday, July 22, 2014 6:00:03 PM UTC-6, Bob Cook wrote:
I am trying to use Monologue but I can't get to the admin screen at URL/monologue.  It gives me a "couldn't find file 'ckeditor/override'" error. I have read everything I can find to fix it but nothing is working for me.

Changing to gem 'ckeditor', '~> 4.0.11'  solved the issue for me.
 
Reply all
Reply to author
Forward
0 new messages