Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2005 at 15:39 UTC
Updated:
31 Aug 2008 at 08:26 UTC
update.php?op=do_update_nojs breaks with an error:
node_get_types() in /var/www/drupalfixme/database/updates.inc on line 278
Which is obvious, since taht one no longer exists. We thus need a wrapper for this function in updates.inc, i'd say,
Or else the older updates will break.
Comments
Comment #1
Bèr Kessels commentedComment #2
Bèr Kessels commentedupdate: I was condufes the change was the other way round, node_get_typesis the new one.
The bug is related to the following:
* On tuesdays HEAD, I was developing a module for 4.7. This one was broken, because it still uses 4.6 functions.
* After the upgrade somehow, it held all modules from loading.
* its name is clipper, so all modules with a name after C were not loaded.
This is a rather critical issue. After I poked around in the database all modules are back.
I am not yet sure about this, though, still invesitgating.
Comment #3
Bèr Kessels commentedanother update: first of all; I was confused, not condufes :)
Anyway, It was not the broken module that kept all others from loading. But an error in the system table.
It seems that table got a database change.
But since, after upgrading the codebase, that change was not yet performed (I still had to run update.php), all modules were removed from the table. resulting in a drupal with no modules present.
Poking around in the database fixed this, slightly.
I have no clue how we can fix this. But it definately is critical.
Comment #4
chx commentedThere is nothing to fix here. The system table updates are performed well, if there is a contrib module which behaves erraticly , well contribs to be disabled during update.
Comment #5
Bèr Kessels commentedSays who? Is that big-red-bold-lettered stated anywhere? No.
Comment #6
Tresler commentedHow is this documentation?
Is this even still an issue?
What action should be taken?
No matter what, I doubt its 'critical' as no action in over a year. Assigned to me for tracking... will won't fix if no response in adequate time.
Comment #7
Tresler commentedtold you I'd do it.
Comment #8
anschinsan commented