- π©πͺGermany mathiasp
Just a new data point, just installed drupal 10 using apache 2.4.55 and php-fcgi 8.2.1 on three FreeBSD Jails.
All had "The "view" entity type does not exist" right after install via the web ui.
For two of these identical installs it was enough to use drush cli to install and everything worked, one just didn't work until I found this.
I tried the install multiple times, both behind a reverse proxy and (encountering the error) direct.
For the third site and retried the install multiple ( many ) times, with web ui, drush, both one after another, the other way round, re-creating the drupal project multiple time with 'composer create-project drupal/recommended-project drupal10'
Finally I found that the error msg had changed to the one mentioned in this thread, so I ran 'drupal cr' and this was enough to also get the third site up and running.
I really have no idea what went wrong here, but for now it works...
- Status changed to Closed: cannot reproduce
about 1 year ago 9:19pm 14 February 2024 - πΊπΈUnited States smustgrave
Not able to replicate this,
If someone is still experiencing this please reopen adding steps to reproduce to summary.
- π¨π³China xiukun.zhou
I just require
drush/drush in composer
Thendocker exec -it mydocker bash
Then./vendor/bin/drush cr
to fixed