Hi i am getting this error in my website

===============================

Warning: file_get_contents(misc/ui/jquery.ui.menu.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in _locale_parse_js_file() (line 1488 of /home/my-website/includes/locale.inc).

===============================

Does any on have any solution

Thanks.

Comments

docans’s picture

Issue summary: View changes
docans’s picture

Issue summary: View changes
mbopp’s picture

I had similar issue resulting from a drupal_add_js I had in custom template code.

drupal_add_js(drupal_get_path('module', 'jquery_update') .'/replace/ui/ui/jquery.effects.core.js');

Something to check.

PlayfulWolf’s picture

I have the same warning when upgraded 7.31->7.32 core

PlayfulWolf’s picture

update of the module to latest dev solved problem
there is related issue

markhalliwell’s picture

Status: Active » Closed (duplicate)

Marking as a dup then, 7.x-2.5 is released which includes that fix.