Warning: explode() expects parameter 2 to be string, array given in HTMLPurifier_AttrTransform_Nofollow->transform() (line 29 of path/to/all/libraries/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php).
Warning: in_array() expects parameter 2 to be array, null given in HTMLPurifier_AttrTransform_Nofollow->transform() (line 30 of path/to/all/libraries/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php).

Happened after upgrading to 7.x-2-dev & also upgrading core to 7.12. I have the latest library installed.

Comments

Anonymous’s picture

I'm getting the same error. Same versions as previous poster.

heddn’s picture

What if you change the value from explode to implode on line 29 of Nofollow.php?

ezyang’s picture