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();
}
}
最佳答案
