PECE-project / drupal-pece

PECE development repository
GNU General Public License v3.0
21 stars 28 forks source link

Get in-development modern Drupal up to speed #343

Closed mlncn closed 7 months ago

mlncn commented 11 months ago

Current errors when installing Drupal via drush (via make site-install) for git@github.com:revagomes/drupal-pece.git branch 2.x.

[error] The field_pece_tags entity reference field (entity_type: profile, bundle: pece_profile_main) no longer has any valid bundle it can reference. The field is not working correctly anymore and has to be adjusted.

And then a more fatal error,

In EntityStorageBase.php line 553:

'view' entity with ID 'essays_recent' already exists.

along with a bunch of presumably unrelated errors about connecting the debugger:

[105] [Config] INFO: No shared secret: Activating [105] [Step Debug] INFO: Connecting to configured address/port: 172.17.0.1:9003. [105] [Step Debug] WARN: Creating socket for '172.17.0.1:9003', poll success, but error: Operation in progress (29). [105] [Step Debug] ERR: Could not connect to debugging client. Tried: 172.17.0.1:9003 (through xdebug.client_host/xdebug.client_port).

mlncn commented 7 months ago

These issues are all fixed in the 2.x branch, based on DDEV.