Release 8.x-1.1 throws a boatload of PHP errors
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3098525. --> Reported by: [paperscenery](https://www.drupal.org/user/1287702) >>> <p>Immediately upon updating to 8.x-1.1 my development site started to throw 35 PHP errors upon each page load&mdash;not WSOD but the errors are persistent and prevent cron from running. Disabling the Dimension module immediately resolved the issue.</p> <p>I'm working in a development environment on Dev Desktop and I did try running all versions of PHP available, from 7.1 to 7.3, all with the same stack of errors.</p> <p>The module is not critical to my site, so I will proceed without it, but I wanted to document this issue in case someone else encounters it.</p> <p>Here are the errors relevant to the module itself&mdash;the others are are knock-on effects in other modules:</p> <pre>Error: Cannot call abstract method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Drupal\dimension\Plugin\Field\Basic::fields() in<br>Drupal\dimension\Plugin\Field\FieldType\Dimension-&gt;isEmpty() (line<br>272 of<br>/docroot/modules/contrib/dimension/src/Plugin/Field/FieldType/Dimension.php)<br>#0<br>/docroot/core/lib/Drupal/Core/Field/FieldItemList.php(93):<br>Drupal\dimension\Plugin\Field\FieldType\Dimension-&gt;isEmpty()<br>#1 [internal function]:<br>Drupal\Core\Field\FieldItemList-&gt;Drupal\Core\Field\{closure}(Object(Drupal\dimension\Plugin\Field\FieldType\Area))<br>#2<br>/docroot/core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php(273):<br>call_user_func(Object(Closure),<br>Object(Drupal\dimension\Plugin\Field\FieldType\Area))<br>#3</pre>
issue