Hi,
On Drupal 8.6.10 after installing the module the site stops working with the error
"Error: Call to a member function getEntityTypeLabels() on null in Drupal\paragraph_blocks\Plugin\Deriver\ParagraphBlocksDeriver->getDerivativeDefinitions() (line 20"
Before this error
Notice: Undefined property: Drupal\paragraph_blocks\Plugin\Deriver\ParagraphBlocksDeriver::$entityManager in Drupal\paragraph_blocks\Plugin\Deriver\ParagraphBlocksDeriver->getDerivativeDefinitions() (line 20 of /Users/.../Sites/.../.../core/docroot/web/modules/contrib/paragraph_blocks/src/Plugin/Deriver/ParagraphBlocksDeriver.php) #0
Will check out if can fix it easily.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | fatal_error_on_module_installation-3037941-2.patch | 1.96 KB | sergiu stici |
Comments
Comment #2
jakubmroz commentedComment #3
jakubmroz commentedComment #4
jakubmroz commentedComment #5
jacobbell84 commentedI ran into this as well, the quickest solution is to install ctools 3.0 instead of 3.2. It looks like ctools 3.1 made major API changes that broke a couple different modules. Haven't had a chance to see if this can be rewritten to support 3.2.
Comment #6
sergiu stici commentedI corrected the issue, here is the patch. Please review.
Comment #7
douggreen commentedcommitted, thanks!
Comment #8
douggreen commentedComment #10
douggreen commented