Notice (8): getimagesize(): Read error! [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 70]Code Context }
$size = getimagesize($sourcefile);
$path = 'uploads/'
$width = (int) 200
$height = (int) 180
$options = array(
'aspect' => false,
'uploadsDir' => 'uploads',
'cacheDir' => 'resized',
'resizedInd' => '.resized-'
)
$htmlAttributes = array(
'class' => 'img-responsive img-polaroid',
'alt' => 'thumb'
)
$return = false
$aspect = false
$uploadsDir = 'uploads'
$cacheDir = 'resized'
$resizedInd = '.resized-'
$imgClass = 'img-polaroid'
$sourcefile = '/home1/stargroupeg/public_html/webroot//uploads/'
getimagesize - [internal], line ??
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 70
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: extension [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 90]Code Context $filename = $parts['filename'];
$filename = preg_replace('/' . preg_quote($resizedInd) . '[0-9]*x[0-9]*/', '', $filename);
$resized = $filename . $dimension . '.' . $parts['extension'];
$path = 'uploads/'
$width = (int) 200
$height = (int) 180
$options = array(
'aspect' => false,
'uploadsDir' => 'uploads',
'cacheDir' => 'resized',
'resizedInd' => '.resized-'
)
$htmlAttributes = array(
'class' => 'img-responsive img-polaroid',
'alt' => 'thumb'
)
$return = false
$aspect = false
$uploadsDir = 'uploads'
$cacheDir = 'resized'
$resizedInd = '.resized-'
$imgClass = 'img-polaroid'
$sourcefile = '/home1/stargroupeg/public_html/webroot//uploads/'
$size = false
$dimension = '.resized-200x180'
$parts = array(
'dirname' => '/home1/stargroupeg/public_html/webroot',
'basename' => 'uploads',
'filename' => 'uploads'
)
$filename = 'uploads'
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 90
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 149]Code Context $transparency = array("gif", "png");
$format = $types[$sourceSize[2]];
$source = '/home1/stargroupeg/public_html/webroot//uploads/'
$sourceSize = false
$target = '/home1/stargroupeg/public_html/webroot/uploads/resized/uploads.resized-200x180.'
$w = (int) 200
$h = (int) 180
$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'
)
ImageHelper::_resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 149
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 127
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105
Warning (2): call_user_func() expects parameter 1 to be a valid callback, function 'imagecreatefrom' not found or invalid function name [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 153]Code Context $sh = $sourceSize[1];
$image = call_user_func('imagecreatefrom' . $format, $source);
$source = '/home1/stargroupeg/public_html/webroot//uploads/'
$sourceSize = false
$target = '/home1/stargroupeg/public_html/webroot/uploads/resized/uploads.resized-200x180.'
$w = (int) 200
$h = (int) 180
$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'
)
$format = null
$sw = null
$sh = null
call_user_func - [internal], line ??
ImageHelper::_resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 153
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 127
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105
Warning (2): imagecopyresampled() expects parameter 2 to be resource, null given [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 159]Code Context $this->_setupTransparency($temp, $w, $h);
}
imagecopyresampled($temp, $image, 0, 0, 0, 0, $w, $h, $sw, $sh);
$source = '/home1/stargroupeg/public_html/webroot//uploads/'
$sourceSize = false
$target = '/home1/stargroupeg/public_html/webroot/uploads/resized/uploads.resized-200x180.'
$w = (int) 200
$h = (int) 180
$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'
)
$format = null
$sw = null
$sh = null
$image = null
$temp = resource
imagecopyresampled - [internal], line ??
ImageHelper::_resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 159
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 127
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105
Warning (2): call_user_func() expects parameter 1 to be a valid callback, function 'image' not found or invalid function name [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 167]Code Context imagecopyresized($temp, $image, 0, 0, 0, 0, $w, $h, $sw, $sh);
}
call_user_func('image' . $format, $temp, $target);
$source = '/home1/stargroupeg/public_html/webroot//uploads/'
$sourceSize = false
$target = '/home1/stargroupeg/public_html/webroot/uploads/resized/uploads.resized-200x180.'
$w = (int) 200
$h = (int) 180
$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'
)
$format = null
$sw = null
$sh = null
$image = null
$temp = resource
call_user_func - [internal], line ??
ImageHelper::_resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 167
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 127
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105
Warning (2): imagedestroy() expects parameter 1 to be resource, null given [APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 168]Code Context }
call_user_func('image' . $format, $temp, $target);
imagedestroy ($image);
$source = '/home1/stargroupeg/public_html/webroot//uploads/'
$sourceSize = false
$target = '/home1/stargroupeg/public_html/webroot/uploads/resized/uploads.resized-200x180.'
$w = (int) 200
$h = (int) 180
$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'
)
$format = null
$sw = null
$sh = null
$image = null
$temp = resource
imagedestroy - [internal], line ??
ImageHelper::_resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 168
ImageHelper::resize() - APP/Vendor/croogo/croogo/Croogo/View/Helper/ImageHelper.php, line 127
include - APP/View/Themed/Ittsoft/Scategories/index.ctp, line 52
View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 971
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 933
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 105