After instalation of OnePage every time I clik OnePages settings on Administrator site I get the error:

Fatal error: Call to undefined function page_manager_get_pages() in /home/trzczy/domains/ekspert.tk/public_html/251/sites/all/modules/onepage/onepage.module on line 373

.
The issue is all the time from the very beginning.
Thanks

Comments

dchaffin’s picture

For me adding ...

module_load_include('inc', 'page_manager', 'page_manager.admin');

... to the end of the onepage_init() function in onepage.module fixed this for me. So far anyway.

agenciaq1’s picture

For me adding as commented on the comments #1 works well.

Thank you for sharing!!!

avpaderno’s picture

Assigned: 123tornado » Unassigned
Issue summary: View changes