After an update to panels 3.4 (and some other modules) passing of arguments to a view does not work anymore.
Always an extra / is added to the URL in front of the arguments. For example: a pane with URL mypane/15 results in a call to the view with myview//15. This happens also with "link title to view" and "Provide a ‘more‘ link…".
Unchecking "Send arguments" and entering a value in "Arguments" results in the same problem.
For testing I created a new pane, new view: always //15 instead of /15

Any idea what could be the reason?

Comments

Murando’s picture

Assigned: Murando » Unassigned
Murando’s picture

Problem ist related to ctools 1.4. Downgrading to 1.3 helps

Murando’s picture

Status: Active » Postponed
andersiversen’s picture

Probably the same issue, although I discovered it differently: I have a mini-panel, which shows a view getting two arguments from the mini_panel. First argument is from context, and it gets send to the view correctly. Second argument is provided in the text-box for Arguments under pane-settings (where it says "Additional arguments to send to the view..."), and this argument doesn't get send at all - it did before upgrading.

It is correct that downgrading ctools to 1.3 helps, but then I get the following warnings from Drush:

Panels requires this module and version. Currently using Chaos tools version 1.3 (Currently using Unresolved dependency Chaos tools (Version >=1.4 required)) [warning]
Panels In-Place Editor requires this module and version. Currently using Chaos tools version 1.3 (Currently using Unresolved dependency Chaos tools (Version >=1.4 required)) [warning]
Mini panels requires this module and version. Currently using Chaos tools version 1.3 (Currently using Unresolved dependency Chaos tools (Version >=1.4 required)) [warning]
Panel nodes requires this module and version. Currently using Chaos tools version 1.3 (Currently using Unresolved dependency Chaos tools (Version >=1.4 required)) [warning]
Panels tabs requires this module and version. Currently using Chaos tools version 1.3 (Currently using Unresolved dependency Chaos tools (Version >=1.4 required)) [warning]

volker23’s picture

I had the same issue with an argument from a view not beeing passed to a panel. I had to downgrade both, ctools and panels to the previous version to make it work again.

pierrozone’s picture

Me too had the same problem and I had to downgrade ctools to get my panel pages working again.

pierrozone’s picture

Following the suggesting by Checker in the comment below https://drupal.org/node/2198447 resolved the issue for me. Just reverse the reverse the patch in this commit: https://drupal.org/files/ctools-views_content_empty_context_value_missin...

maximpodorov’s picture

Status: Postponed » Closed (duplicate)