ecstore Fatal error: Class 'base_request' not found

时间:2021-10-26 20:00:44

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

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

ecstore Fatal error: Class 'base_request' not found

ecstore Fatal error: Class 'base_request' not found

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

ecstore Fatal error: Class 'base_request' not found

Thread Safety 线程安全性

ecstore Fatal error: Class 'base_request' not found

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的线程性。

ecstore Fatal error: Class 'base_request' not found

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