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
Comment #1
dchaffin commentedFor 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.
Comment #2
agenciaq1 commentedFor me adding as commented on the comments #1 works well.
Thank you for sharing!!!
Comment #3
avpaderno