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
Comment #1
effulgentsia commentedThanks 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.
Comment #3
ms-studio commentedActually 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
Comment #4
JeremyFrench commentedThis 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.
Comment #5
aiphesStill there, i've this warning :
install jquery update 1.1 doesnt fix this...perhaps jquery UI needed..
Comment #6
JeremyFrench commentedInteresting, when I get a chance I will look. I'll check the logic for including.
Comment #7
kenorb commentedthe same problem
Comment #8
adrift73 commentedsame issue
Comment #9
trothwell commentedWaiting 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:
Installing jquery_ui should resolve the issue. http://drupal.org/project/jquery_ui
Comment #10
webcomm commentedsubscribe
Comment #11
vmi commentedThis 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.
Comment #12
eternal403 commentedyes, I am also find this error even I install jquery ui plugin. Anyone who can fix this bug?
Comment #13
kenorb commentedVersion 6.x is no longer supported due to Drupal 6 End of Life.