After moving site to server with PHP 5.3, I had to apply the attached patch in order to remove the following error:

Warning: explode() expects parameter 2 to be string, array given in boxes_footer()(line 155 of /var/www/html/sites/all/modules/contrib/boxes/boxes.module).

I don't really understand how drupal_set_headers() could be returning the wrong datatype, but that appears to be what's happening...

CommentFileSizeAuthor
boxes.patch532 bytesmatt2000

Comments

BrockBoland’s picture

Matt, are you running Pressflow? It sounds like this is a duplicate of this issue: #887260: Boxes and pressflow

tirdadc’s picture

Status: Active » Closed (cannot reproduce)

Using PHP 5.3.2 and Drupal 6.19, and the error isn't getting reproduced at all.