Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提示 'Method fecshop\services\Store::bootstrap() does not exist' #17

Closed
huanggd opened this issue Jun 16, 2017 · 2 comments
Closed

提示 'Method fecshop\services\Store::bootstrap() does not exist' #17

huanggd opened this issue Jun 16, 2017 · 2 comments

Comments

@huanggd
Copy link

huanggd commented Jun 16, 2017

安装了v1.1.3.3版本,在没有配置好域名情况下执行时的报错问题:提示 'Method fecshop\services\Store::bootstrap() does not exist'。需要在vendor\fancyecommerce\fecshop\services\Store.php里添加以下代码才能正常报错:

public function bootstrap($app)
{
    $this->actionBootstrap($app);
}
@lichunqiang
Copy link
Member

错误栈贴一下

@fancyecommerce
Copy link
Member

严格按照文档安装

https://github.com/fecshop/yii2_fecshop/blob/master/services/Store.php
这个函数是存在的,我估计你安装没有按照步骤来。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants