Closed (fixed)
Project:
Views Hacks
Version:
7.x-1.x-dev
Component:
Views Type Block
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 14:25 UTC
Updated:
17 May 2013 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #3
alfiozzz commentedHello, Drupal 7.10 here, when navigating to admin/build/blocks2 i get this:
Page not found
Error message
Notice: Undefined index: body in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: format in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: module in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: custom in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: visibility in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: pages in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: theme in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: region in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
Notice: Undefined index: cache in views_handler_filter->accept_exposed_input() (line 535 of \htdocs\sites\all\modules\views\handlers\views_handler_filter.inc).
The requested page "/admin/build/blocks2" could not be found.
Also if i try to edit and open the "blocks" view i see these errors:
Format: Missing style plugin
Filter criteria
Block: Description (exposed)
Block: Active (exposed)
Block: Title (exposed)
Broken/missing handler (REGEXP )
Broken/missing handler (in Array)
Broken/missing handler (in Array)
Block: Delta (exposed)
Broken/missing handler (in Array)
Broken/missing handler (in Array)
Broken/missing handler (REGEXP )
Broken/missing handler (in Array)
Broken/missing handler (in Array)
Broken/missing handler (= Array)
Block: Throttle (exposed)
Block: Block ID (exposed)
Display "Defaults" has an invalid style plugin.
Display "Page" has an invalid style plugin.
I am using:
Chaos tool suite (ctools) 7.x-1.0-rc1+116-dev (2012-Jan-23) (also checked 7.x-1.0-rc1 (2011-Jul-28))
Views 7.x-3.1
Views Bulk Operations (VBO) 7.x-3.0-beta3
Views Hacks 7.x-1.x-dev (2011-Jul-08)
Maybe this can be useful for debugging. Thanks
Comment #4
joachim commentedResetting status - 'needs work' means there is a patch here.
Comment #5
alfiozzz commentedsorry about that, thanks for telling me
Comment #6
fraweg commentedHello,
I have the same error posted in this thread http://drupal.org/node/1480822 .
Best regards
Frank
Comment #7
Rhodungeon commentedSame for me
Comment #8
barronshores commentedThis may be a useful module, but it would help to have some guidance as to how to use it and where to configure it.
The paths in the module page are valid...
/admin/build/blocks2
/admin/settings/views_filters_reset
Please spend some time on documentation, so that we can see how cool these modules actually are. A screenshot or demo would be cool, as well.
Comment #9
patty.fresonke commentedYes, some documentation on how to use this would be nice!
I tried going to admin/build/blocks2 and got a page not found error so I tried admin/structure/blocks2 as suggested by another forum and got to the main structure menu, no extra settings or anything...so if there's some secret handshake to get this to work I'd like to learn it ;)
Just wondering if maybe it's pulling in the wrong handlers files? It looks like it's erroring on the views/handlers. Shouldn't it be looking at views_block/handlers?
Comment #10
joachim commentedComment #11
chx commentedConsider this simply not existing. It does not seem to be ported at all. The table names have changed (blocks => block, boxes => block_custom), the .info file doesn't contain the Views handlers and who knows what else. The proper way to handle this for now to avoid misleading users would be to change back the info version to 6.x.
Comment #12
gionnibgud commentedFirst attempt in porting views_block.
Need extensive testing and review.
Comment #13
gionnibgud commentedComment #14
infojunkieI had already committed very similar fixes independently, so I went ahead and committed the rest from the patch above. Thanks!
Comment #15
gionnibgud commentedHappy to help. :)
Comment #16
infojunkieNote: still missing VBO functionality
which is pending #1985622: Support non-entity objects.for which a separate issue exists: #1986066: Support VBO.