I upgraded straight to alpha 13 from 11, maybe I should've gone 11 to 12 to 13?

When I attempt to edit my panel node via tab 'Panel layout', I get the following error:

Fatal error: Call to undefined function panels_context_create() in C:\www\xampp\htdocs\content\sites\all\modules\panels\panels_node\panels_node.module on line 258

When I attempt to edit my panel node via tab 'Panel layout', I get the following error:

Fatal error: Call to undefined function panels_context_create() in C:\www\xampp\htdocs\content\sites\all\modules\panels\panels_node\panels_node.module on line 275

CommentFileSizeAuthor
#2 panels_node_module_load_plugins.patch869 bytesblackdog

Comments

bsuttis’s picture

Title: Upgrade from alpha11 to alpha 13 causes 'Call to undefined function panels_context_create()' when editing panel node » Editing panel node causes 'Call to undefined function panels_context_create()'

Following up, this error occurs on a fresh install of 5.3 as well.

This appears to be a duplicate of http://drupal.org/node/189376, although an error isn't specified there.

blackdog’s picture

Status: Active » Needs review
StatusFileSize
new869 bytes

Got this error to. It seems like there is a missing include just before lines 258 and 275. I've attached a patch to fix it.

merlinofchaos’s picture

Status: Needs review » Fixed

Patch applied. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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