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

echoman74’s picture

Version: 6.x-1.x-dev » 6.x-1.2
jcmarco’s picture

Download 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.

echoman74’s picture

Thank 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:)

jcmarco’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.