will kirchheimer β created an issue.
volkswagenchick β credited Will Kirchheimer β .
Will Kirchheimer β created an issue.
Believe this is resolved
Was a default drupal setting in my settings.php file:
/**
* Entity update backup.
*
* This is used to inform the entity storage handler that the backup tables as
* well as the original entity type and field storage definitions should be
* retained after a successful entity update process.
*/
$settings['entity_update_backup'] = TRUE;
Will Kirchheimer β created an issue.
Having same problem, I'll check the videos, but can we post the solution within the issue queue, or even a link to the slack?
(This problem for us is immergent in the middle of or d10 upgrade, where we didn't have it in there last week)
Just noting that the issue went away after applying this patch:
https://www.drupal.org/project/redirect/issues/3057250 π Validation issue on adding url redirect Needs review
https://www.drupal.org/files/issues/2023-08-09/3057250-65.patch β
@berdir - Sorry for the confusion, and thanks for the help.
I tried a few other sites I have access to, and am not receiving that error. Must be one of our custom modules, or a patch. If I track it down to something from the community I'll post the cause.
Thanks
Just a note, I know you were using XYZ as a random insert, but for clarification, the error only shows up with numbers values.
error: node/23456787654345
no error: 3456776545678
no error: node/d447yge
no error: node/234876234234XXX
I saw it in 1.7, and updated to 1.9 to test if it had been active before. It was still present in 1.9
Will Kirchheimer β created an issue.
Confirming issue went away when I updated to Drupal 10.1.2
Will Kirchheimer β created an issue.
Did you try the: drush entup
Thanks @internetter for the settings.php tweak.
I do think that this should be handled in config, and then managed in config_split.
It is still important to allow the override in settings.php. My issue is I have lots of ways to hit my sites: Public, Load balanced, IP, Login Enabled, Internal, Etc. So, I end up with polluted URLs.
I can use the settings.php approach, and it is fine, but it does feel like it should be in the Config split.
I haven't used the above auto form process before, feel free to kick back the Merge Request, if I jumped the gun.
Will Kirchheimer β created an issue.
Renaming patch to D10_config_sync_support_2.patch to avoid confusion.
Removed a patch artifact.
This patch adds support for Config Sync.
Prior to this patch config cex was erasing existing content in my config sync folder.
After this patch the cim / cex behavior is functioning properly.
Actually, on follow up there appear to be some issue with config sync.
I think it is the config_export missing from the Entity definitions. Looking into it.
Will Kirchheimer β created an issue.
I have implemented this patch, and can confirm it worked.
Had same problem after a version update. (3.5.1 to 3.7.0)
Resolve with:
drush cr
drush cex
Sorry, this was a conflict with a custom summary autofill script. Closing ticket.
Will Kirchheimer β created an issue.