Last modified: 2010-05-15 15:38:52 UTC
PHP: 4.3.11 (apache2handler) Post installation gives: Notice: Array to string conversion in /services/www/mediawiki15b/config/index.php on line 982 And after finishing the installation following erros are given and Mediawiki thinks that $wgWhitelistread is on but empty. Warning: in_array(): Wrong datatype for second argument in /services/www/mediawiki15b/includes/Title.php on line 913 Warning: in_array(): Wrong datatype for second argument in /services/www/mediawiki15b/includes/Title.php on line 919 brion_java> $conf->MCServerArray = array_map( 'trim', explode( ',', $conf->MCServers ) ); Workaround is to enable memcached after installation.
Is this a new installation or an upgrade? Please also paste the entire installation log, not only this extract.
No idea what caused that, and it's not reproduceable anymore. Closing the bug.