Notice (8): getimagesize(): Read error! [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 47]Code Context }
$size = getimagesize($url);
$path = 'uploads/'
$width = (int) 280
$height = (int) 280
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
getimagesize - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 47
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): Division by zero [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 53]Code Context $width = ceil(($size[0]/$size[1]) * $height);
else
$height = ceil($width / ($size[0]/$size[1]));
$path = 'uploads/'
$width = (int) 280
$height = (int) 280
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 53
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): Division by zero [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 53]Code Context $width = ceil(($size[0]/$size[1]) * $height);
else
$height = ceil($width / ($size[0]/$size[1]));
$path = 'uploads/'
$width = (int) 280
$height = (int) 280
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 53
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Notice (8): Undefined index: [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 75]Code Context
if ($resize) {
$image = call_user_func('imagecreatefrom'.$types[$size[2]], $url);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 75
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): call_user_func() expects parameter 1 to be a valid callback, function 'imagecreatefrom' not found or invalid function name [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 75]Code Context
if ($resize) {
$image = call_user_func('imagecreatefrom'.$types[$size[2]], $url);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
call_user_func - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 75
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 76]Code Context if ($resize) {
$image = call_user_func('imagecreatefrom'.$types[$size[2]], $url);
if (function_exists("imagecreatetruecolor") && ($temp = imagecreatetruecolor ($width, $height))) {
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
imagecreatetruecolor - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 76
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): imagecreate() [function.imagecreate]: Invalid image dimensions [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 85]Code Context imagecopyresampled ($temp, $image, 0, 0, 0, 0, $width, $height, $size[0], $size[1]);
} else {
$temp = imagecreate ($width, $height);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
imagecreate - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 85
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Notice (8): Undefined index: [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 86]Code Context } else {
$temp = imagecreate ($width, $height);
if (in_array($types[$size[2]],$transparency)) {
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 86
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): imagecopyresized() expects parameter 1 to be resource, boolean given [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 92]Code Context imagefilledrectangle($temp, 0, 0, $width, $height, $transparent);
}
imagecopyresized ($temp, $image, 0, 0, 0, 0, $width, $height, $size[0], $size[1]);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
imagecopyresized - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 92
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Notice (8): Undefined index: [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 94]Code Context imagecopyresized ($temp, $image, 0, 0, 0, 0, $width, $height, $size[0], $size[1]);
}
call_user_func("image".$types[$size[2]], $temp, $cachefile);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 94
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): call_user_func() expects parameter 1 to be a valid callback, function 'image' not found or invalid function name [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 94]Code Context imagecopyresized ($temp, $image, 0, 0, 0, 0, $width, $height, $size[0], $size[1]);
}
call_user_func("image".$types[$size[2]], $temp, $cachefile);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
call_user_func - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 94
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): imagedestroy() expects parameter 1 to be resource, null given [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 95]Code Context }
call_user_func("image".$types[$size[2]], $temp, $cachefile);
imagedestroy ($image);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
imagedestroy - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 95
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
Warning (2): imagedestroy() expects parameter 1 to be resource, boolean given [APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 96]Code Context call_user_func("image".$types[$size[2]], $temp, $cachefile);
imagedestroy ($image);
imagedestroy ($temp);
$path = 'uploads/'
$width = (int) 280
$height = (float) 0
$aspect = true
$htmlAttributes = array(
'alt' => 'thumb'
)
$return = false
$types = array(
(int) 1 => 'gif',
(int) 2 => 'jpeg',
(int) 3 => 'png',
(int) 4 => 'swf',
(int) 5 => 'psd',
(int) 6 => 'wbmp'
)
$transparency = array(
(int) 0 => 'gif',
(int) 1 => 'png'
)
$uploadsDir = 'uploads'
$fullpath = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$url = '/home1/jipcoeg/public_html/app/webroot/uploads/'
$size = false
$relfile = '/uploads/resized/280x0_uploads'
$cachefile = '/home1/jipcoeg/public_html/app/webroot/uploads/resized/280x0_uploads'
$cached = false
$resize = true
$image = null
$temp = false
imagedestroy - [internal], line ??
ImageHelper::resize() - APP/Plugin/Croogo/View/Helper/ImageHelper.php, line 96
include - APP/View/Themed/Agd/Categories/index.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 935
View::_render() - CORE/Cake/View/View.php, line 897
View::render() - CORE/Cake/View/View.php, line 466
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 245
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 96
مطابخ خشمومنيوم