Closed fancyecommerce closed 7 years ago
my composer.json
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.11" ,
"fancyecommerce/fec_admin":">=1.3.6.7",
"yiisoft/yii2-mongodb": "~2.1.0" ,
"skeeks/yii2-assets-auto-compress": "*",
"hightman/xunsearch": "*@beta"
},
my php version is php5.4 use php-mongodb extensions
but in php7 with php-mongodb extensions,The above error does not occur
My e-commerce project :https://github.com/fecshop , thank you.
Duplicates #213
Can you post a new version of the modified code? Load the new library version, I do not need to install the time to manually modify the
code: /www/web/drop/vendor/yiisoft/yii2-mongodb/console/controllers/MigrateController.php:136
vard_dump( $this->migrationPath);
change code with:
success!!!!