i've today installed both,

http://ftp.drupal.org/files/projects/devel_themer-6.x-1.x-dev.tar.gz
http://ftp.drupal.org/files/projects/devel-6.x-1.x-dev.tar.gz

@ nav to: (drupal_site)/admin/, i get,

-----------
# warning: file_get_contents(sites/all/modules/devel_themer/krumo/krumo.js): failed to open stream: No such file or directory in /svr/www/drupal/includes/common.inc on line 2400.
# warning: file_get_contents(sites/all/modules/devel_themer/ui.mouse.js): failed to open stream: No such file or directory in /svr/www/drupal/includes/common.inc on line 2400.
# warning: file_get_contents(sites/all/modules/devel_themer/ui.draggable.js): failed to open stream: No such file or directory in /svr/www/drupal/includes/common.inc on line 2400.
# warning: file_get_contents(sites/all/modules/devel_themer/krumo/krumo.js): failed to open stream: No such file or directory in /svr/www/drupal/includes/common.inc on line 2400.
# warning: file_get_contents(sites/all/modules/devel_themer/ui.mouse.js): failed to open stream: No such file or directory in /svr/www/drupal/includes/common.inc on line 2400.
# warning: file_get_contents(sites/all/modules/devel_themer/ui.draggable.js): failed to open stream: No such file or directory in /svr/www/drupal/includes/common.inc on line 2400.
-----------

.../krumo/* & .../ui.{mouse,draggable}are under modules/devel, NOT modules/devel_themer. is there a config change req'd, or is this a bug?

Comments

effulgentsia’s picture

Status: Active » Fixed

Thanks for the bug report. Fixed in CVS for this project. It may take upto 12 hours for the tar.gz file to get repackaged with the fix.

Status: Fixed » Closed (fixed)

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

ms-studio’s picture

Status: Closed (fixed) » Needs review

Actually the problem still persists for ui.draggable.js and ui.mouse.js, as they don't exist (anymore?) in the current version of Devel (devel-6.x-1.23.tar.gz).

Description: on a fresh Drupal 6.19 install, after activating the Modules Devel (devel-6.x-1.23 2010-Dec-06) and Theme developer (devel_themer-6.x-1.x-dev 2010-Nov-10), the following message appears occasionally:

* warning: file_get_contents(sites/all/modules/devel/ui.mouse.js) [function.file-get-contents]: failed to open stream: No such file or directory in ROOT/includes/common.inc on line 2466.
* warning: file_get_contents(sites/all/modules/devel/ui.draggable.js) [function.file-get-contents]: failed to open stream: No such file or directory in ROOT/includes/common.inc on line 2466.

The issue does not appear when only Devel is active, only after activation of Theme developer.

My current workaround to get rid of the message: I simply downloaded the latest build of Jquery-UI from http://code.google.com/p/jquery-ui/downloads/ , and moved the two required files into my /modules/devel/ folder.

Related issues (duplicates?): #578402: Call to absent js script, #440854: Themer Conflicts with Jquery_UI

JeremyFrench’s picture

Status: Needs review » Needs work

This is caused by devel removing some 'unused' js files in this commit.

I am not quite sure of the best course of action. Easiest way to fix this bug is to install jquery update. I am not sure if this should be a requirement of devel_themer or if we should include the files in the devel_themer module.

I think I am leaning towards making jquery_update a dependency, but I am open to suggestions.

aiphes’s picture

Still there, i've this warning :

sites/all/modules/devel/ui.draggable.js

install jquery update 1.1 doesnt fix this...perhaps jquery UI needed..

JeremyFrench’s picture

Interesting, when I get a chance I will look. I'll check the logic for including.

kenorb’s picture

the same problem

adrift73’s picture

same issue

trothwell’s picture

Waiting on a fix for this...
page not found 05/05/2011 - 11:01 sites/all/modules/devel/ui.draggable.js admin
page not found 05/05/2011 - 11:01 sites/all/modules/devel/ui.mouse.js admin

According to:

// The order these last two are loaded is important.
    if (module_exists('jquery_ui'))
    {
      jquery_ui_add('ui.core');
      jquery_ui_add('ui.mouse');
      jquery_ui_add('ui.draggable');
    }
    else
    {
      drupal_add_js($path_to_devel .'/ui.mouse.js');
      drupal_add_js($path_to_devel .'/ui.draggable.js');
    }

Installing jquery_ui should resolve the issue. http://drupal.org/project/jquery_ui

webcomm’s picture

subscribe

vmi’s picture

This issue has been open for over 2 years, has anyone found a fix?
While using Drupal 6.24, in addition to receiving 404's for ui.mouse.js and ui.draggable.js, I'm also unable to adjust the position of fields (under manage fields) for content types by sliding them around when this module is installed.

eternal403’s picture

yes, I am also find this error even I install jquery ui plugin. Anyone who can fix this bug?

kenorb’s picture

Status: Needs work » Closed (outdated)

Version 6.x is no longer supported due to Drupal 6 End of Life.