Closed (fixed)
Project:
MultiBlock
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2008 at 12:00 UTC
Updated:
7 Feb 2009 at 21:20 UTC
I have created a view which has a block in our home page. When I try and clone it, it says "Module or doesn\t exist, contact administrator". What could this be? What's causing that?
Thanks
Will
Comments
Comment #1
willeaton commentedAny update on this? Basically I cannot create an new instance of a views block, it says "Module or doesn\t exist, contact administrator"
Thanks
Will Eaton
Comment #2
Renee S commentedI second this report... ! :)
Comment #3
andrewlevine commentedDid a little bit of testing trying to debug this and it turns out that when multiblock calls
module_invoke($orig_block['module'], 'block', 'list');to get the block list from the views module, it returns an empty array. Anybody know why this is?Comment #4
andrewlevine commentedIt seems this bug is no longer occurring with multiblock 6.x-1.x-dev and views 6.x-2.2. If you still have this problem please comment on what versions you're using.
Comment #5
nancydruI agree; this is fixed.