当前位置: 移动技术网 > IT编程>开发语言>PHP > ecstore Fatal error: Class 'base_request' not found

ecstore Fatal error: Class 'base_request' not found

2019年03月12日  | 移动技术网IT编程  | 我要评论

1.首次安装已存在的ecstore报错: fatal error: class 'base_request' not found

报错效果图:(ecstore 乱码需要安装zend guard loader) 本人使用的wamp集成环境

 

2. phpinfo()输出  ts为非线程

thread safety 线程安全性

zend guard loader只支持nts的版本,意味着如果你的php版本是ts的话,就没法使用zend guard loader了,如果你想查看自己的php是ts还是nts的,只需要输出phpinfo,然后搜索下:thread safety,disabled对应nts版本,否则为ts。
  因此,终极解决办法就是,下载个php nts版本进行安装即可

3. 安装zend guard loader 时候一定要看是否php为nts。若不是只能更改php的线程性。

 

本人用的wampserver 其中用的php版本为ts线程安全版本  解决办法:更换phpstuday 非线程安全版本。

 

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网