"PHP Fatal error: Unsupported operand types in /var/www/html/wiki/includes/registration/ExtensionRegistry.php on line 272"
It appears that this is the problem line in ExtensionsRegistry.php
$this->loaded += $info['credits'];
This error occurs on PHP 5.5 and PHP 5.6
It does not occur on PHP 5.4