Just enabled this and got:
Fatal error: Call to undefined function page_manager_get_current_page() in /var/www/drupal7/sites/all/modules/wet4_panel_layouts/wet4_panel_layouts.module on line 36
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wet4_panel_layouts-2766567-3.patch | 611 bytes | jigish.addweb |
Comments
Comment #2
blanca.esqueda commentedDo you have ctools enabled?
I will add ctools as dependency.
Comment #3
jigish.addweb commentedHi @mgifford, I got the same issue while installing. It occurs due to Function(page_manager_get_current_page) is called but not defined any where, So I set function to exist condition to resolve the error and enable the module.
Hope this will work for you!..
Thanks