fecshop / yii2_fecshop

yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等
http://www.fecmall.com
BSD 3-Clause "New" or "Revised" License
5.24k stars 1.42k forks source link

Issues when install Fecshop #5

Closed vanloc0301 closed 7 years ago

vanloc0301 commented 7 years ago

I have some issues when tried to install Fecshop in my Arch.

  1. DocRoot. I tried to run the command: php yii serve

show errors like:

Document root "/srv/http/fecshop/console/web" does not exist.

So, I must tried to:

php yii serve --port=8888 --docroot="/srv/http/fecshop/appserver/web"

How to skip this error?

  1. this domain is not config in store component

Iin /srv/http/fecshop/vendor/fancyecommerce/fecshop/services/Store.php it go to exception at line 113:

if(!$init_compelte){
      throw new InvalidValueException('this domain is not config in store component');
}
  1. Bootstrap error:

I take a photo error relate with Bootstrap.

screenshot_2017-04-27_03-53-26

  1. Another error you will see in this photo. I think I lost any config in your document. I tried. But not a success.

See this photo: screenshot_2017-04-27_03-56-48

Finally, I tried to using Google Translate to translate your document, but I don't know all. So, I have some error when setup on my PC.

Thanks.

fancyecommerce commented 7 years ago

only develop appfront and appadmin @appfront/web/index.php @appadmin/web/index.php other @app is disabled, The other entrance is not developed

vanloc0301 commented 7 years ago

Dear @fancyecommerce .

I tried with command:

php yii serve --port=8888 --docroot="/srv/http/fecshop/appfront/web"

with same all error.

I have 4 problems when installing Fecshop.

Can you read again my issues?

Thanks.