When using token_custom, there is an error related to content_lock, making it impossible to edit custom tokens when content_lock is installed.
Uncaught PHP Exception Drupal\Core\Database\DatabaseExceptionWrapper: "SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'token_name' for column 'entity_id' at row 1: INSERT INTO {content_lock} (entity_id, entity_type, uid, timestamp) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array
(
[:db_insert_placeholder_0] => token_name
[:db_insert_placeholder_1] => token_custom
[:db_insert_placeholder_2] => 1
[:db_insert_placeholder_3] => 1504878127
)
" at ./docroot/core/lib/Drupal/Core/Database/Connection.php line 685
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.