minor changes

This commit is contained in:
Roland Schneider 2020-07-14 18:52:44 +02:00
parent ecd0f65cbe
commit 5599d2ef4b
2 changed files with 3 additions and 2 deletions

View File

@ -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());
}
}

View File

@ -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