I have an event content type called: 'content_rendezveny'.

On the /admin/build/blocks page: it always throws duplicate entry errors, because $delta cannot be longer than 32 characters (varchar(32) in table blocks)

In my case event.module defines $delta: 'event-upcoming-content_rendezveny', which is too long.

See patch, which solve the issue. (Does not allow $delta values longer than 32 chars).

CommentFileSizeAuthor
event.module.patch1.56 KBkeve

Comments

japerry’s picture

Status: Needs review » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.