Hi, i have a problem with setting up panel fields in Drupal core 7.0 .

When i set up a view and select "panel fields" in Design-Area, no content is shown up regardless if done in Preview or by calling the view directly.

I tried to patch views and ctools, it did not have any effect, then i installed latest .dev Versions of views, panel and ctool. Now i am running:
Chaos tool suite 7.x-1.x-dev (2011-Jan-11)
entity 7.x-1.x-dev (2011-Jan-17)
Panels 7.x-3.x-dev (2011-Jan-11)
Views 7.x-3.x-dev (2011-Jan-15)

I also tried it with custom layouts at panels (but that also did not help), i read and watched tutorials to check, if i made i mistake at setup or configuartion, but i did not find any thing i may have missed ...

Panels in general is working, views is working ... http://drupal.org/node/1013170 does not work for me ... mori #7 proposed a configuration, but not all versions are available as listed there ... Is it necessary to install:
Field group 7.x-1.x-dev (2010-Dec-31)
Semantic Views 7.x-1.x-dev (2010-Oct-30)
TableField - CCK for Drupal 6 - Field API for Drupal 7 7.x-2.0-alpha5
Token 7.x-1.x-dev (2010-Dec-18)
to get "panel fields" running correctly?

Does any one have an idea, what i may did wrong or how to fix that problem?

Many, Many thanks in advance ...

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Panels

This feature is all implemented in Panels, moving there.

CSCharabaruk’s picture

I'm getting the same problem; regular field view works, panel fields renders nothing.

CTools 7.x-1.x-dev (2011-Jan-10)
Panels 7.x-3.x-dev (2011-Jan-10)
Views 7.x-3.x-dev (2011-Jan-18)

Checking the log, I get four copies of 'Theme key "" not found.' every time the view page is hit. When attempting to preview the view in the view editor, I get the same thing, but with 'Notice: Undefined variable: media in panels_renderer_standard->add_css() (line 437 of /home/coldacid/drupal/7/sites/all/modules/panels/plugins/display_renderers/panels_renderer_standard.class.php).' in the middle (two theme key warnings, the PHP notice, and then two more theme key warnings).

Islander’s picture

I have exactly the same messages in my error-logs ...

Any new idea?

merlinofchaos’s picture

Status: Active » Closed (duplicate)
Islander’s picture

Hello Merlin, thanks for your reply ...

okay ... after 2 tries it works now ...

Many thanks ...

merlinofchaos’s picture

It requires a cache clear to make sure Views re-reads the data.

CSCharabaruk’s picture

Yep, that patch on #1025716 fixes. Thanks.

bennash’s picture

I also had success with the patch from 1025716

olax’s picture

The last dev version solved this, but on the new dev version (2011-Feb-10) the problem came back.
The patch from http://drupal.org/node/1025716 still fixes it though.