Sometimes when I save a piece of content I get this:

Warning: file_get_contents(sites/all/modules/bueditor/library/bue.highlight.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4956 of /var/www/drupal/includes/common.inc).

The frustrating thing is, I can't pin it down to a particular content type. The message seems to appear sporadically. I can save a page and get the message, then the next time I save I don't get it, even with the same page. Has anyone come across this? I've Googled about and looked in the issue queue and can't find it anywhere.

Comments

beasley’s picture

Issue summary: View changes
ufku’s picture

Status: Active » Closed (works as designed)

bue.highlight.min.js is a custom script which shouldn't be in bueditor/library. Check your editor settings and make sure the custom script paths are correct.

beasley’s picture

Thanks! No idea how that ended up in my library path. The file wasn't in my library. I've removed it now and all has returned to normal.

Thanks for the fantastic editor as well, by the way. Really appreciated here.