Page MenuHomePhabricator

Installation fails if memcached is enabled during it
Closed, InvalidPublic

Description

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.


Version: 1.5.x
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz1957

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:18 PM
bzimport set Reference to bz1957.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

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.