Closed (cannot reproduce)
Project:
Boxes
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 22:08 UTC
Updated:
29 Feb 2012 at 19:41 UTC
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...
| Comment | File | Size | Author |
|---|---|---|---|
| boxes.patch | 532 bytes | matt2000 |
Comments
Comment #1
BrockBoland commentedMatt, are you running Pressflow? It sounds like this is a duplicate of this issue: #887260: Boxes and pressflow
Comment #2
tirdadc commentedUsing PHP 5.3.2 and Drupal 6.19, and the error isn't getting reproduced at all.