Closed (outdated)
Project:
jQuery UI
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2011 at 08:42 UTC
Updated:
20 Nov 2022 at 22:42 UTC
Jump to comment: Most recent
PHP error: file_get_contents() failed to open stream: No such file or directory in includes/common.inc on line 2466
The problem only occurs while I have "Optimize JavaScript files" enabled in drupal's performance options at admin/settings/performance
As soon as I turn off java script optimization the errors go away.
Comments
Comment #1
drplComment #2
lane.angelique commentedI'm experiencing the exact same issue.
* warning: file_get_contents(sites/all/modules/jquery_ui/jquery.ui/ui/minified/ui.core.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in /xxx/xxx/xxx/xxx/includes/common.inc on line 2467.
* warning: file_get_contents(sites/all/modules/jquery_ui/jquery.ui/ui/minified/ui.datepicker.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in /xxx/xxx/xxx/xxx/includes/common.inc on line 2467.
* warning: file_get_contents(sites/all/modules/jquery_ui/jquery.ui/ui/minified/ui.core.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in /xxx/xxx/xxx/xxx/includes/common.inc on line 2467.
* warning: file_get_contents(sites/all/modules/jquery_ui/jquery.ui/ui/minified/ui.datepicker.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in /xxx/xxx/xxx/xxx/includes/common.inc on line 2467.
I started with jquery_ui 6.x-1.3 and have updated to 6.x-1.5 - both have the issue.
Comment #3
velpan commentedsame issue here
jquery.ui 1.7.3 - 1.8.14
the fact is that the names in jquery folder are different (jquery.ui.something.min.js not ui.something.min.js)
any solution?
Comment #4
nod_Version for Drupal 6 is not supported anymore, closing.