Closed (fixed)
Project:
Date
Version:
5.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2008 at 14:48 UTC
Updated:
4 Aug 2008 at 16:07 UTC
The update process was aborted prematurely while running update #5201 in date.module. All other errors have been logged. You may need to check the watchdog database table manually.
* Main page
* Administration pages
The following queries were executed
date module
Update #5200
* UPDATE {system} SET weight = 1 WHERE name = 'date'
Then in watchdog there are no error logs. Db info:
psql (PostgreSQL) 8.1.11
contains support for command-line editing
To do a little debug work I did some investigating:
drupaldb=# select * from system where name='date';
filename | name | type | description | status | throttle | bootstrap | schema_version | weight
-----------------------------------------+------+--------+-------------------------------------------+--------+----------+-----------+----------------+--------
sites/all/modules/date/date/date.module | date | module | Defines CCK date/time fields and widgets. | 1 | 0 | 0 | 5200 | 1
(1 row)
Running the failed command manually creates no error.
Comments
Comment #1
fumanchu182 commentedI did some more digging, found repeated lines in the installs between 5102 and 5200, take a look at the following code:
This line is called twice:
Comment #2
karens commentedThis is a duplicate of http://drupal.org/node/284455, which I just fixed this morning. The duplicates in the updates are not a problem, they're there because some people updated to the 5.2 version where update 5200 is before doing the earlier update.
Comment #3
fumanchu182 commentedMarking as fixed per the maintainers reply.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.