开发者

Kohana [ Fatal Error ]: Class 'Image' not found

开发者 https://www.devze.com 2023-03-27 05:55 出处:网络
ErrorException [ Fatal Error ]: Class \'Image\' not found. i have created an image object: 开发者_高级运维

ErrorException [ Fatal Error ]: Class 'Image' not found.

i have created an image object:

开发者_高级运维
$image = new Image($newFile);
$image = $image->resize(150, 150, Image::NONE);
$image->save($thumbsName); 

it is giving the above mentioned error. Please help.


Instances in Kohana are created like this example :

$image = Image::factory('path/to/file.ext');

Also, uncomment the bootstrap.php line about the image module :

'image'      => MODPATH.'image',      // Image manipulation
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号