On inserting, updating, deleting any node I get this error: Warning: urlencode() expects parameter 1 to be string, array given v DrupalFileCache->encode_cid() line 114 from filecache.inc

It looks like it doesnt affect the functionality of the module. But it needs to be fixed :)

My enviroment:
php 7.0.5
Drupal - 7.50 - the issue was also on 7.44

Comments

dadoprom created an issue. See original summary.

dadoprom’s picture

any help on this one?

  • ogi committed ad803a2 on 7.x-1.x
    Issue #2771669 by dadoprom: Ignore cache id:s that are not string
    
ogi’s picture

Priority: Major » Normal
Status: Active » Fixed

It's some bug in a module that passed non-string cache id (cid) to the cache. Anyway, I committed a fix.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.