I just upgraded the module, and when I did we got this error:

Fatal error: Call to undefined function page_manager_load_sorted_handlers() in /home/username/public_html/sites/all/modules/ctools/includes/context-task-handler.inc on line 41

I thought maybe an old file was left accidentally, so I deleted the folder and then re-upped the module.

New error:

Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/ctools/ctools/delegator/plugins/tasks/node_view.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/includes/menu.inc on line 346

Comments

merlinofchaos’s picture

Status: Active » Fixed

That new error indicates the menu needs to be rebuilt. This will happen when you hit update.php.

Status: Fixed » Closed (fixed)

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

flacorps’s picture

Status: Closed (fixed) » Active

I don't need help anymore, I fixed it.

I'm having virtually the same problem after updating CTOOLS and a lot of other modules. 

The numbers are a little different ... lines 40 and 348. 

Running update.php hasn't fixed it, but it did result in the following error being reported three times in the pink box: 

warning: require_once(modules/ctools/delegator/plugins/tasks/node_view.inc): failed to open stream: No such file or directory in /home1/flacorps/public_html/site/includes/menu.inc on line 348.

My uneducated guess is that there is a module dependent on an older version of CTOOLS (hence the call to delegator, which I understand is no longer the name for the part of the module that does that job). 

Which means I guess that I need to determine what module might still be out of date. Is there a handy list of modules dependent on CTOOLS, or perhaps some other shortcut to the answer I need in order to banish my white screen of death? 

P.S. -- I tried rolling back to Beta 3 of CTOOLS 1.0 from May 2009 because it was the last one with delegator. It reduced the number of iterations of the error message in update.php to two, but the site is still down. 

P.P.S. --- I fixed everything I could, and went back to the current version of CTOOLS. This is my current WSOD error: Fatal error: Call to undefined function page_manager_load_sorted_handlers() in /home1/flacorps/public_html/site/modules/ctools/includes/context-task-handler.inc on line 40 

Update.php runs with no further updates, no errors. 

Thanks!

The Delegator module is still unaccountably listed under "Other" from the dev version of the module. When the box is checked, it creates the WSOD error described above. The delegator module needs to be deleted manually.

ttesteve’s picture

I found this thread after having the same issue.

For me, I had somehow ended up with a copy of the delegator module which clearly wasn't happy with the newer version of CTools. I disabled that module and the error was fixed.

Kebz’s picture

Version: 6.x-1.0-rc1 » 7.x-1.x-dev
Component: User interface » Code
Priority: Normal » Critical
Issue summary: View changes

Someone please help... this is the error coming up for me

Fatal error: Call to undefined function ctools_include() in ...../sites/all/modules/file_entity/file_entity.file_api.inc on line 463

maximpodorov’s picture

Version: 7.x-1.x-dev » 6.x-1.0-rc1
Component: Code » User interface
Priority: Critical » Normal

Why do you change this issue? Your problem is completely different: you've just removed ctools.module (or damaged it).

TR’s picture

Status: Active » Closed (outdated)