Getting these error message

warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /var/www/hypersensory.com/htdocs/includes/unicode.inc on line 284.

All of them seem to happen during a request for page http://www.hypersensory.com/rss.xml
Any idea how to fix this? This was happening right after a fresh install of drupal 4.7 (not an upgrade)

Comments

firebus’s picture

i *think* this means that you don't have php compiled with mbstring (multi-byte string library)

Johnyp’s picture

well, i've just rebuilt php on my server with nls and unicode enabled, but that still hasn't fixed the problem. From what i understand mbstring should be enabled when php is built with nls and unicode.