关于验证码的

浏览:1716 发布日期:2013/03/31 分类:求助交流
按照3.1的步骤操作,结果提示

Class 'Image' not found D:\wamp\www\OA\Lib\Action\PublicAction.class.php 第 5 行.
错误位置
FILE: D:\wamp\www\OA\TP\Lib\Core\Think.class.php  LINE: 275

TRACE
[13-03-31 23:51:03] D:\wamp\www\OA\TP\Lib\Core\Think.class.php (275) halt(Class 'Image' not found D:\wamp\www\OA\Lib\Action\PublicAction.class.php 第 5 行.)
[13-03-31 23:51:03] D:\wamp\www\OA\TP\Lib\Core\Think.class.php (290) Think::appError(1, Class 'Image' not found, D:\wamp\www\OA\Lib\Action\PublicAction.class.php, 5)
[13-03-31 23:51:03] () Think::fatalError()


核心包:3.1.2
<?php
class PublicAction extends Action{
Public function verify(){
import('ORG.Util.Image');
Image::buildImageVerify();
}

}
最佳答案
评论( 相关
后面还有条评论,点击查看>>