Posted by ianf on December 15, 2009 at 5:36am
Warning: array_map() [function.array-map]: The first argument, 'utf8_encode', should be either NULL or a valid callback in /usr/local/www/apache22/data/includes/unicode.inc on line 338
Reinstalling OP delivers this message at first db config screen
Looking at code, 'utf8_encode' is hard-coded, which seems strange.
This is a subsequent install attempt, without any user-added sites. Previous attempt (using OP1.5 - derved theme), did not produce warning message. I scrapped it because of problems with using 'contexts'. Existing tables and code were deleted for this attempt.
Do I continue with install?
Comments
Warning message
Ok, 'utf8_encode' should be a valid callback, but fails in this instance. Any suggestions?
Can you paste your phpinfo
Can you paste your phpinfo output?
.............................................
http://twitter.com/inadarei
Can you paste your phpinfo
Sorry about the delay - I belatedly realised utf8_encode was supplied by a PHP extension module, so re-compiled PHP5 and extensions, and ran into the module load-order problem, which took time and research to sort out. 'utf8_encode' is no longer showing as a warning message.
.... but it would be nice to find more info on the contexts module usage :-)