I recently did some module updates, of which the Equal Heights JQuery was one (also Custom Search 6.x-1.9 and Views Bulk Operations 6.x-1.11). After doing the update, the following code appears at the top of all pages on the site: "Array ( [0] => equalheightcolumn )". You can view this yourself at one of my dev sites: http://test.criterium-brown.com. Not sure how to fix this. There are also some page refresh issues wherein chicking on an admin item (Blocks for instance) brings up a blank page which must be refreshed before it appears. This didn't occur prior to the upgrade so I'm guessing it is related. Please advise. Any help would be greatly appreciated because I will have 50+ sites to do these updates on.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | error-msg-1291126-5058384.patch | 732 bytes | rootwork |
Comments
Comment #1
lessurluck commentedAlso happens to me in the top left corner says array code but my column is named differently of course. went back to last version and fixed it. this version on my site is unusable and gives WSOD in the admin area. I updated my views bulk operation at the same time, dont know if that has anything to do with it.
Comment #2
at0g commentedSame thing happens to me, except the output is my first taxonomy category.
Subscribing.
Comment #3
jchatard commentedequalheights.module line 36, remove the
print_r()call.Comment #4
rootworkConfirmed the problem and the fix.
Changing the issue title so it will show up in search results for the error message.
Comment #5
rootworkHere's a (dirt simple) patch that fixes the issue.
Comment #6
drurian commentedDang, I keep forgetting to remove debugging code.
Committed to dev.