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

CommentFileSizeAuthor
#3 wet4_panel_layouts-2766567-3.patch611 bytesjigish.addweb

Comments

mgifford created an issue. See original summary.

blanca.esqueda’s picture

Do you have ctools enabled?
I will add ctools as dependency.

jigish.addweb’s picture

Status: Active » Needs review
StatusFileSize
new611 bytes

Hi @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