Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2014 at 13:52 UTC
Updated:
26 Sep 2014 at 09:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lmeurs commentedAttached a patch.
Comment #2
lmeurs commentedComment #3
bennybobw commentedWe ran into this issue too, using the Media module, it breaks the media browser popup.
One note that this applies to php <= 5.3. Php 5.4 and above should be ok.
Comment #4
atracht commentedThanks so much for finding this. It was hard to track down as I thought it was just a php 5.3 problem at first. Patch works fine for me
Comment #5
bennybobw commentedI've now updated the patch to not use isset at all. This makes it more clear, since isset is such a tricky little beast.
Comment #6
maximpodorov commentedThe last patch fixes the problem.
Comment #7
pjbarry21 commentedPatch in #5 worked for me, too.
Comment #8
nithinkolekar commentedadded related issues
Comment #9
elpino commentedPatch in #5 also worked for me.
Comment #10
thijsvdanker commentedBeen hunting this bug all day and came to the same conclusion :)
+1 for the patch in #5!
Comment #12
bojanz commentedCommitted, thank you.
Gave commit credit to lmeurs since he did the initial bughunting.