I've posted this to ctools because of the error message (below) but it could be views or panels related. I'm running panels 7.x-3.0-alpha3 and views 7.x-3.0-beta3

I've got a custom page which pulls in a content pane from a view. The view has 2 contextual filters, both taxonomy related, both set to Display all results when the argument is missing. The argument input for the view is set to "From panel argument" for both arguments, 1 set to first and the other set to second.

When the arguments are missing from the URL, I get:

Notice: Undefined index: 0 in views_content_views_panes_content_type_render() (line 174 of C:\Projects\cckmainsite\sites\all\modules\ctools\views_content\plugins\content_types\views_panes.inc).
Notice: Undefined index: 1 in views_content_views_panes_content_type_render() (line 174 of C:\Projects\cckmainsite\sites\all\modules\ctools\views_content\plugins\content_types\views_panes.inc).

The page works fine with no arguments in the URL (displays all relevant results). The arguments work fine when I add them to the URL (the results get filtered correctly).

Comments

sebnor’s picture

Subscribe +1

merlinofchaos’s picture

Status: Active » Fixed

Committed and pushed a fix

Status: Fixed » Closed (fixed)

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

kcathebat’s picture

I have this same issue. I don't see the explanation on how to fix this. Sorry if I am missing something, but could someone please explain how I resolve this.

Thanks

kcathebat’s picture

Status: Closed (fixed) » Needs review
kcathebat’s picture

Status: Needs review » Fixed

Nevermind, I updated to the dev ctools and all is good.

Thanks

Status: Fixed » Closed (fixed)

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