On class SuggestionStorage
due to https://www.drupal.org/node/2205327
at line: return \Drupal::database()->merge('suggestion')->key($key)->fields($fields)->execute();

we have an issue:

AssertionError: assert(is_string($field)) in assert()

This happens on search.

CommentFileSizeAuthor
#2 drupal11-merge-fix-3483904-2.patch869 bytesnagy.balint

Comments

nagy.balint created an issue. See original summary.

nagy.balint’s picture

Status: Active » Needs review
StatusFileSize
new869 bytes

Unfortunately we need to raise the requirement to Drupal 10.2 for the following patch to work.

  • bkelly committed 8edf54b4 on 4.1.x
    Issue #3483904 by nagybalint: Issue with db merge on Drupal 11.
    
bkelly’s picture

Status: Needs review » Reviewed & tested by the community
bkelly’s picture

Status: Reviewed & tested by the community » Fixed

Thanks nagy.balint appreciate the help!

bkelly’s picture

bkelly’s picture

My humble apologies nagy.balint. I got your Git attribution wrong, (nagybalint).

bkelly’s picture

Status: Fixed » Closed (fixed)