I all

Can't access panels with page_manager_redirect

Error:
Fatal error: Call to undefined function dsm() in /home2/raduungu/public_html/cameratanovnorte/sites/all/modules/ctools/page_manager/page_manager.admin.inc on line 1121

Thanks

Comments

merlinofchaos’s picture

Project: Chaos Tool Suite (ctools) » Page manager redirect
Version: 7.x-1.0-alpha4 » 7.x-1.3-rc1
Component: Page Manager » Code

This is a bug in Page Manager Redirect triggering some debug code in Page Manager.

In Drupal 7, most of the 'class' bits need to be an array(), and they haven't been properly converted.

I recommend you use the HTTP Response instead, which should be more or less the same.

james.williams’s picture

Status: Active » Closed (fixed)

Fixed in the latest release http://drupal.org/node/1151434 . Thanks Earl for the quick explanation!