Active
Project:
Chaos Tool Suite (ctools)
Version:
8.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 May 2017 at 04:02 UTC
Updated:
6 Jun 2022 at 07:47 UTC
Jump to comment: Most recent
I've been stumped by an issue with adding contexts in Page Manager, which won't stick. In checking the site logs, this is the issue generated:
Notice: Undefined variable: value in Drupal\ctools\Form\ContextConfigure->submitForm() (line 177 of /[site name]/modules/ctools/src/Form/ContextConfigure.php)
Further tracing brings me up to line 20, where this error is generated:
Fatal error: Class 'Drupal\Core\Form\FormBase' not found in /modules/ctools/src/Form/ContextConfigure.php on line 20
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
alex_optimComment #3
kunalkursija commentedThis is related to - #2696819: Cannot add contexts whose entity ids are not numeric