- Issue created by @JatinGupta40
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Canโt reproduce on a fresh install. Can you?
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
This is because you're loading XB config entities that were created using an older version of XB, which don't contain that
active_version
, which then triggers this assertion:public function __construct(array $values, $entity_type) { parent::__construct($values, $entity_type); assert($this->active_version !== NULL); $this->loadedVersion = $this->active_version; }
XB provides no update path yet โ that will start with
beta1
. Right now, your only option is reinstalling. Thanks for testing our alphas though! :D - ๐ฎ๐ณIndia JatinGupta40
OK, Thanks @wim-leers. Reinstalling it for now.
Just curious โ do we have an estimated timeline for when beta1 will be available? - ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
As you can see in ๐ฑ Milestone 1.0.0-beta1: Start creating non-throwaway sites Active :
Target date
July 2025
๐
- ๐ช๐ธSpain isholgueras
You can reproduce it in a fresh Drupal 11.2 (not in 11.1). I've discovered it while working on ๐ PHPUnit Next Major tests failing Active .
Here are the failures: https://git.drupalcode.org/project/experience_builder/-/jobs/5696383#L721.
In the
XbContentEntityHttpApiTest::testPost
test, the componentssdc.experience_builder.my-section
andsdc.experience_builder.druplicon
have this issue.I'll reopen it and investigate this on tests because it's affecting ๐ PHPUnit Next Major tests failing Active .