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

Dave Reid’s picture

Status: Active » Postponed (maintainer needs more info)

This 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.

ParisLiakos’s picture

Project: Pathauto » Newsletter
Version: 7.x-1.0-rc2 » 7.x-1.x-dev
Priority: Normal » Major
Status: Postponed (maintainer needs more info) » Needs work

Actually it was newsletter's fault.it was implementing hook_tokens() by a mistake:/

ParisLiakos’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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