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

CommentFileSizeAuthor
#4 boost-928200.patch864 bytesmikeytown2
#1 boost-928200.patch840 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Fixed
FileSize
840 bytes

exciting... 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kpander’s picture

You 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 ::

mikeytown2’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Closed (fixed) » Needs review
FileSize
864 bytes
mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)
Issue tags: -boost, -panels

Automatically closed -- issue fixed for 2 weeks with no activity.