- 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
๐