As i said i'm doing this to work in a modular way.
We can not forget that views_hacks is actually 10 modules packed together.

Comments

alfiozzz’s picture

Status: Active » Needs work

Hello, 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

joachim’s picture

Status: Needs work » Active

Resetting status - 'needs work' means there is a patch here.

alfiozzz’s picture

sorry about that, thanks for telling me

fraweg’s picture

Hello,
I have the same error posted in this thread http://drupal.org/node/1480822 .

Best regards
Frank

Rhodungeon’s picture

Same for me

barronshores’s picture

Category: task » support

This 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.

patty.fresonke’s picture

Version: 7.x-1.x-dev » 7.x-1.0-alpha1

Yes, 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?

joachim’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Assigned: neoglez » Unassigned
Category: support » task
chx’s picture

Consider 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.

gionnibgud’s picture

First attempt in porting views_block.
Need extensive testing and review.

gionnibgud’s picture

Status: Active » Needs review
infojunkie’s picture

Status: Needs review » Fixed

I had already committed very similar fixes independently, so I went ahead and committed the rest from the patch above. Thanks!

gionnibgud’s picture

Happy to help. :)

infojunkie’s picture

Note: still missing VBO functionality which is pending #1985622: Support non-entity objects. for which a separate issue exists: #1986066: Support VBO.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.