This patch was recently applied:
However, if this patch is present, on a clean checkout/install of Drupal HEAD, if i try to visit admin/build/block the computer hangs for a couple minutes with nasty HDD grinding sounds, and I might eventually get:
Fatal error: Maximum execution time of 30 seconds exceeded in /drupal/includes/common.inc on line 601
Or a blank screen. Going back to the admin screen I see the error:
user warning: Column 'title' in field list is ambiguous query: SELECT bid, title, info FROM boxes bx INNER JOIN blocks bl ON bx.bid = bl.delta WHERE module = 'block' ORDER BY title in /drupal/includes/database.mysql.inc on line 128.
Using the previous version of block.module (1.219) everything runs fine.
running:
MacOSX 10.3.9
PHP Version 4.4.1
mysql 4.1.21
firefox 1.5
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drop_box_title_0.patch | 1.54 KB | webchick |
| #3 | drop_box_title.patch | 649 bytes | webchick |
Comments
Comment #1
pwolanin commentedHEAD not 4.7
Comment #2
webchickconfirmed...
I ran update.php and chose the last update (1006) and ran it. I got an error, but then after that this screen loaded fine.
So I suspect some kind of bug in the .install file.
Comment #3
webchickFound it.
Comment #4
webchickActually, in case of a failed update, this is actually better. Thanks to chx!
Comment #5
drummCommitted to HEAD.
Comment #6
(not verified) commented