UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:39:03 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:39:03 +0000 (15:39 +0800)
UpdateDatabase.php

index 4b258b1..952d31a 100644 (file)
@@ -201,7 +201,7 @@ class Pman_Core_UpdateDatabase extends Pman
         
         if(empty($json['data']) || $json['data'] != 'DONE'){
             echo "\nError: Missing php extensions:\n";
-            print_r($json['errorMsg']);
+            print_r($response);
             echo "Please install the above extensions and restart the apache.\n";
             exit;
         }