minor changes
This commit is contained in:
parent
ecd0f65cbe
commit
5599d2ef4b
@ -269,7 +269,7 @@ class CardPackageController extends \backend\controllers\BackendController
|
||||
} catch (\Exception $e) {
|
||||
$tx->rollBack();
|
||||
$model->failed = $model->failed + 1;
|
||||
\Yii::error("Failed to import card rfid: " . print_r($row, true));
|
||||
\Yii::error("Failed to import card rfid: " . print_r($row, true) . " ->" . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -14,7 +14,8 @@ RUN apt-get -y install php \
|
||||
php-mysql \
|
||||
php-xml \
|
||||
php7.0-gd \
|
||||
php7.0-mbstring
|
||||
php7.0-mbstring \
|
||||
php7.0-zip
|
||||
|
||||
RUN apt-get -y install php-xdebug php-soap php-curl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user