Closed (duplicate)
Project:
Drupal core
Version:
6.0-rc1
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2007 at 11:05 UTC
Updated:
25 Dec 2007 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
asimmonds commentedYou have a contrib module that has a incorrect dependencies line in it's .info file, it should have "dependencies[] = ..." instead of "dependencies = ..."
Please reassign this issue against the relevant contrib module.
Comment #2
bakr commentedFile: fckscriptloader.js
Line: 77
Version : 6dev
After doing a search within my sites/all/modules i only found the above occurence for "dependecies"
Could that be the problem??
Comment #3
asimmonds commentedThat's not the right one. You are looking for a .info file containing something like this:
This is the contents of the core translation module's .info file with a correctly formatted dependencies line.
Reassigning back to core as FCKeditor's fckeditor.info appears to be OK.
Any contrib modules in /modules or /sites/default/modules?
Comment #4
bakr commentedPlease find attached two screen-snaps which show my site-wide search string results for "dependencies"
searched by Adobe Dreamweaver cs3 - my favourite editor ;-)
Comment #5
asimmonds commentedThere are no *.info files listed in those screenshots. There should be at least modules/forum/forum.info and modules/translation/translation.info from Drupal core. It looks like Dreamweaver is only searching in files with extensions it knows.
Comment #6
bakr commentedMmm,
Also Windows vista's Desktop search within files too. (it did not show anything).
Ok I'll do it in another way and update soon...
Thanks for the Hint. :-)
Comment #7
bakr commentedI have attached all my info files, though i have done my home work to look into each file for inconsistant array declaration...every seemed ok for me!
Also i have attached the html page that shows my modules and the error message.
Comment #8
asimmonds commentedFound it, because there is a unmet dependency (interface_sortable depends on jquery_interface) this warning will be shown. The issues http://drupal.org/node/194010 and http://drupal.org/node/203629 cover this.
Remove the interface_sortable module directory and the warning should disappear.
Marking as duplicate.