yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Avatar upload not working when using flysystem. Error in saved path #740

Closed pcalafatich closed 4 years ago

pcalafatich commented 4 years ago

Avatar is saved in http://DOMAIN/storage/source//1/IMAGE_NAME.jpg and it must be in http://DOMAIN/storage/web/source/1/IMAGE_NAME.jpg

XzAeRo commented 4 years ago

No, this is the correct behaviour. Your server configuration should be serving files from web folder in the storage.

The root for the storage should be /path/to/project/storage/web.

If you are using single domain setup, please make sure to change that.