open-ecommerce / yii2-backuprestore

yii2-backuprestore
Apache License 2.0
9 stars 10 forks source link

not working on local #6

Open loveorigami opened 9 years ago

loveorigami commented 9 years ago

When I can restore db - I get error file_get_contents(X:\domains\site.yii\backend/_backup/): failed to open stream: No such file or directory

because path to file is not correct X:\domains\site.yii\backend/_backup/ need X:\domains\site.yii\backend_backup\

fix it here https://github.com/open-ecommerce/yii2-backuprestore/blob/master/controllers/DefaultController.php#L29

and add here https://github.com/open-ecommerce/yii2-backuprestore/blob/master/Module.php#L7 public $path

eduardo-g-silva commented 9 years ago

Hi Andrey,

I will have a look today probably at night... I am stuck with some other project that pays my soup :) anyway i add you to the project in case you want to change something...

Thanks a lot for your input