Closed (fixed)
Project:
jQuery UI Dialog
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2010 at 18:56 UTC
Updated:
19 Mar 2010 at 23:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
eugenmayer commentedWell as you probably see, i cant see anything with this bugreport. I cant even see if this is related to the module.
Comment #2
JimBehr commentedI'm sorry. What other information would be helpful?
Comment #3
eugenmayer commentedNo need to be sorry. I was a bit harsh.
Well did you update / install any other plugins at the same time probably? I will check what those methods are implementing, but its rather hard to gues what could go wrong without any details
Comment #4
JimBehr commentedI had some time so I redid the update on another computer. I was more careful to make sure that no other modules were updating. I got the same result. Please see screen shot.
Comment #5
JimBehr commentedAccording to http://drupal.org/node/284311, "Update functions HAVE to return an empty array". So I retried the update with the following modification in jquery_ui_dialog.install:
function jquery_ui_dialog_update_6010() {
// just be sure that as we introduced "install" later, all other people get this weight update
db_query("UPDATE {system} SET weight = 1 WHERE name = 'jquery_ui_dialog'");
return array();
}
And now the update runs with no errors.
Comment #6
eugenmayer commentedJimBehr: Thank you a lot, i was not aware of this! Will be fixed in the next release
Comment #7
eugenmayer commentedreleased in 1.2
Comment #8
eugenmayer commented