I ran into an issue when using a custom CTools access plugin that uses AJAX to refine the configuration settings:

Call to undefined function ctools_access_get_loggedin_context() in .../panels/plugins/display_renderers/panels_renderer_editor.class.php on line 1932

The error appears to be due to the CTools 'context.inc' file not being loaded before trying to access functions contained within the file.

Simple issue, simple fix. Patch incoming.

CommentFileSizeAuthor
#1 include_context-2393215-1.patch615 bytesDeciphered
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deciphered’s picture

Status: Active » Needs review
FileSize
615 bytes