This patch was recently applied:

http://drupal.org/node/76666

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

CommentFileSizeAuthor
#4 drop_box_title_0.patch1.54 KBwebchick
#3 drop_box_title.patch649 byteswebchick

Comments

pwolanin’s picture

Version: 4.7.3 » x.y.z

HEAD not 4.7

webchick’s picture

confirmed...

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.

webchick’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new649 bytes

Found it.

webchick’s picture

StatusFileSize
new1.54 KB

Actually, in case of a failed update, this is actually better. Thanks to chx!

drumm’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)