Each time i either go to the modules page or update.php i receive these errors below.
I have installed the latest and placed it in the proper folder etc. But it say does not exist.
What would be the proper installed form an earlier version or the latest? Would i have to upgrade memory or is this an issue with jquery itself? thanks for your help.I'm running a test site aswell as using Drupal 6.10.
* warning: file_get_contents(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 C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.draggable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.droppable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.sortable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(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 C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.draggable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.droppable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.sortable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(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 C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.draggable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.droppable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.sortable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(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 C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.draggable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.droppable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
* warning: file_get_contents(modules/jquery_ui/jquery.ui/ui/minified/ui.sortable.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in C:\wamp\www\includes\common.inc on line 2359.
Comments
Comment #1
echoman74 commentedComment #2
jcmarco commentedDownload the jQuery UI from google code:
http://code.google.com/p/jquery-ui/
That package comes with the minified versions, other way to solve that error messages it is changing your jQuery Update settings to normal instead minified.
Comment #3
echoman74 commentedThank you,
Very much for your help. I haven't yet tried it out.
But as soon as i do.
I will get back with you just in case i have questions.
thanks again:)
Comment #4
jcmarco commented