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.

Comments

jakubmroz created an issue. See original summary.

jakubmroz’s picture

Issue summary: View changes
jakubmroz’s picture

Issue summary: View changes
jakubmroz’s picture

Issue summary: View changes
jacobbell84’s picture

I 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.

sergiu stici’s picture

Status: Active » Needs review
StatusFileSize
new1.96 KB

I corrected the issue, here is the patch. Please review.

douggreen’s picture

committed, thanks!

douggreen’s picture

Status: Needs review » Fixed

douggreen’s picture

Version: 8.x-1.1-beta6 » 8.x-2.x-dev

Status: Fixed » Closed (fixed)

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