Lately i get dozen of these errors in my php error log:
[30-Sep-2010 01:02:53] PHP Fatal error: Call to undefined function page_manager_page_load() in D:\server\htdocs\www.domain.com\sites\all\modules\boost\boost.module on line 4674
searched for it, found that it is from ctools pagemanager, but pagemanager is enabled...
using latest dev boost and ctools
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | boost-928200.patch | 864 bytes | mikeytown2 |
| #1 | boost-928200.patch | 840 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedexciting... looks like I can't assume ctools/page_manager/plugins/tasks/page.inc is loaded all the time. Try this patch out, or get the latest dev when it hits in the next couple of hours.
Comment #3
kpander commentedYou may come across this problem again in D7.x if using Panels/Ctools. You'll need to add a slight variation of this patch to get it working. See the note here: http://drupal.org/node/325813#comment-4027910
Kendall
Invisible Threads :: http://invisiblethreads.com ::
Comment #4
mikeytown2 commentedComment #5
mikeytown2 commentedcommitted