OK scratch that. This was me misunderstanding the Drupal moderation pattern and UI. Again.
Also running into this problem after an update core to 10.3.0, and running drush updb.
Status report shows the "mismatched entity and/or field definitions error":
"Taxonomy term
- the Publish state field needs to be installed.
- the Unpublish state field needs to be installed."
Presumably by installed it means created.
@Janner - they have almost completely disappeared on the site I manage. Been about 1 moth I think.
Hi MWaters, I'm seeing the error in Chrome, haven't tested in Safari. Good to know the page source is unaffected. I'm just trying to find a stacktrace (I'm new to the Drupal environment).
Further testing rules out our WAF. The same error occurs for requests that bypass the WAF.
I've manually added the tippyjs directory to /libraries, which has fixed the errors.
Thank you.
Interestingly tippy is still not showing under External Optional Libraries in structure > webform > config > libraries.
Thank you Jacob for your help. I'm setting up a fresh vanilla d10 instance to test.
The /libraries/tippyjs directory doesn't exist. All the other library directories are generated by the download command, with the last being /tabby
Disabling JS aggregation removes the optimizer warnings, as expected, and the direct ref to the tippy.js file throws a 404.
Yep, quite a few lines like this (truncated):
drupal/core-recommended 10.1.0 requires drupal/core (10.1.0)
drupal/recommended-project dev-main does not require drupal/core (but 10.0.9 is installed)
drupal/core-recommended 10.1.0 requires doctrine/annotations (~1.14.3)
drupal/recommended-project dev-main does not require doctrine/annotations (but 1.13.3 is installed)...
Shouldn't this be picked up in --with-all-dependencies ?
I experience the same problem. 10.0.9 upgrading to 10.1.0 (dry run with all dependencies).
Both:
- Upgrading drupal/core-composer-scaffold (10.0.9 => 10.1.0)
- Upgrading drupal/core-project-message (10.0.9 => 10.1.0)
lines are returned, however drupal/core-recommended and drupal/core are both ignored.