在我的应用程序中使用 PHPExcel 时出现以下错误
在 PHPExcel/Autoloader.php 文件中的“PHPExcel_Shared_ZipStreamWrapper::register();”行,
Fatal error: require() [function.require]: Failed opening required '/wamp/www/xxxx/site//common/class/PHPExcel_Shared_ZipStreamWrapper.class.php' (include_path='C:\wamp\www\xxxx\site\common\html_purifier;.;C:\php\pear') in C:\wamp\www\xxxx\site\config\bootstrap.php on line 27
对于行“PHPExcel_Shared_String::buildCharacterSets();”</p>
Fatal error: require() [function.require]: Failed opening required '/wamp/www/xxxx/site//common/class/PHPExcel_Shared_String.class.php' (include_path='C:\wamp\www\xxxx\site\common\html_purifier;.;C:\php\pear') in C:\wamp\www\xxxx\site\config\bootstrap.php on line 27
我在 php 5.3.5 中使用 wamp。并且在我的本地机器上启用了 zip xml 和 gd2 扩展。请帮助我。
谢谢。