|
发表于 2010-6-27 09:02:24
|
显示全部楼层
好多报错啊
直接运行index时报错
Warning: include_once(zendAction.php) [function.include-once]: failed to open stream: No such file or directory in F:\AppServ\www\test\ezphp\lib\core\ClassSupport.php on line 118
然后我在index.php中加上两个常量,把loader类第八行修改了一下
PHP复制代码 set_include_path(get_include_path().PATH_SEPARATOR .$dirname.PATH_SEPARATOR .$dirname.'\\vendors'.PATH_SEPARATOR .$dirname.'\core'.PATH_SEPARATOR .$dirname.'\plugins'.PATH_SEPARATOR .APPPATH .'\controllers'.PATH_SEPARATOR .APPPATH .'\models');
复制代码
然后可以调用action类了,但是调用zendaction是报错
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in F:\AppServ\www\test\ezphp\lib\vendors\Zend\Db\Adapter\Pdo\Abstract.php on line 104
调用xingaction还是报错
Fatal error: Unsupported operand types in F:\AppServ\www\test\ezphp\lib\vendors\template\XingTemplate\core.xingTemplate_class.php on line 34
学习学习还可以吧 |
|