Warning: strip_tags() expects parameter 1 to be string, array given in pathauto_cleanstring() (line 185 of ... /modules/pathauto/pathauto.inc).
Warning: Illegal offset type in pathauto_cleanstring() (line 223 of ... /modules/pathauto/pathauto.inc).
Warning: Illegal offset type in isset or empty in pathauto_cleanstring() (line 180 of ... /modules/pathauto/pathauto.inc).
I get this error after i enabled pathauto on a drupal 7 installation when i go to edit nodes.
Is this related somehow that i have fields with more than one values one them?
Comments
Comment #1
dave reidThis means some module is duplicating a token provided by core or Token module and is causing problems. You might have to dig into the code a little bit to figure out which token is at fault. We're trying to improve reporting which modules are at fault in token module - there is an open issue for that.
Comment #2
ParisLiakos commentedActually it was newsletter's fault.it was implementing hook_tokens() by a mistake:/
Comment #3
ParisLiakos commented