X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=UpdateDatabase.php;h=9164a2184a0c23d90f174152896875ca67bd4079;hp=70693bb38842c8318fd536f2f587dcd937fe220c;hb=68e3bce93ff4a41549278eb6333d335e6ace16b0;hpb=993e29957c4f5a673682b5807345f72bbd468640 diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 70693bb3..9164a218 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -200,7 +200,8 @@ class Pman_Core_UpdateDatabase extends Pman $json = json_decode($response, true); if(empty($json['data']) || $json['data'] != 'DONE'){ - echo $response. "\n"; + echo "\nError: Missing php extensions:\n"; + print_r($json['errorMsg']); echo "Please install the above extensions and restart the apache.\n"; exit; }