Warning (2): getimagesize(http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
[APP/Controller/CropsController.php, line 203]Code Context $file_type=strtolower($file_type);
//
$original_image_size = getimagesize($file_name);
$id = '546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$crop_height = (int) 300
$crop_width = (int) 300
$file_name = 'http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$file_type = 'jpg'
$http_response_header = array(
(int) 0 => 'HTTP/1.0 404 Not Found',
(int) 1 => 'Connection: close',
(int) 2 => 'x-powered-by: PHP/7.0.33',
(int) 3 => 'content-type: text/html; charset=UTF-8',
(int) 4 => 'content-length: 22564',
(int) 5 => 'date: Tue, 22 Jul 2025 01:46:55 GMT',
(int) 6 => 'server: LiteSpeed',
(int) 7 => 'platform: hostinger',
(int) 8 => 'panel: hpanel'
)
getimagesize - [internal], line ??
CropsController::foto2() - APP/Controller/CropsController.php, line 203
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Warning (2): imagecreatefromjpeg(http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg) [<a href='http://php.net/function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
[APP/Controller/CropsController.php, line 209]Code Context if($file_type=='jpg')
{
$original_image_gd = imagecreatefromjpeg($file_name);
$id = '546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$crop_height = (int) 300
$crop_width = (int) 300
$file_name = 'http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$file_type = 'jpg'
$original_image_size = false
$original_width = null
$original_height = null
$http_response_header = array(
(int) 0 => 'HTTP/1.0 404 Not Found',
(int) 1 => 'Connection: close',
(int) 2 => 'x-powered-by: PHP/7.0.33',
(int) 3 => 'content-type: text/html; charset=UTF-8',
(int) 4 => 'content-length: 22564',
(int) 5 => 'date: Tue, 22 Jul 2025 01:46:55 GMT',
(int) 6 => 'server: LiteSpeed',
(int) 7 => 'platform: hostinger',
(int) 8 => 'panel: hpanel'
)
imagecreatefromjpeg - [internal], line ??
CropsController::foto2() - APP/Controller/CropsController.php, line 209
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Warning (2): Division by zero [APP/Controller/CropsController.php, line 237]Code Context elseif(($original_width < $original_height ) || ($original_width == $original_height ))
{
$adjusted_height = $original_height / $wm;
$id = '546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$crop_height = (int) 300
$crop_width = (int) 300
$file_name = 'http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$file_type = 'jpg'
$original_image_size = false
$original_width = null
$original_height = null
$original_image_gd = false
$cropped_image_gd = resource
$wm = (int) 0
$hm = (int) 0
$h_height = (int) 150
$w_height = (int) 150
$http_response_header = array(
(int) 0 => 'HTTP/1.0 404 Not Found',
(int) 1 => 'Connection: close',
(int) 2 => 'x-powered-by: PHP/7.0.33',
(int) 3 => 'content-type: text/html; charset=UTF-8',
(int) 4 => 'content-length: 22564',
(int) 5 => 'date: Tue, 22 Jul 2025 01:46:55 GMT',
(int) 6 => 'server: LiteSpeed',
(int) 7 => 'platform: hostinger',
(int) 8 => 'panel: hpanel'
)
CropsController::foto2() - APP/Controller/CropsController.php, line 237
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Warning (2): imagecopyresampled() expects parameter 2 to be resource, boolean given [APP/Controller/CropsController.php, line 241]Code Context $int_height = $half_height - $h_height;
//
imagecopyresampled($cropped_image_gd , $original_image_gd ,0,-$int_height,0,0, $crop_width, $adjusted_height, $original_width , $original_height );
$id = '546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$crop_height = (int) 300
$crop_width = (int) 300
$file_name = 'http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$file_type = 'jpg'
$original_image_size = false
$original_width = null
$original_height = null
$original_image_gd = false
$cropped_image_gd = resource
$wm = (int) 0
$hm = (int) 0
$h_height = (int) 150
$w_height = (int) 150
$adjusted_height = (float) NAN
$half_height = (float) NAN
$int_height = (float) NAN
$http_response_header = array(
(int) 0 => 'HTTP/1.0 404 Not Found',
(int) 1 => 'Connection: close',
(int) 2 => 'x-powered-by: PHP/7.0.33',
(int) 3 => 'content-type: text/html; charset=UTF-8',
(int) 4 => 'content-length: 22564',
(int) 5 => 'date: Tue, 22 Jul 2025 01:46:55 GMT',
(int) 6 => 'server: LiteSpeed',
(int) 7 => 'platform: hostinger',
(int) 8 => 'panel: hpanel'
)
imagecopyresampled - [internal], line ??
CropsController::foto2() - APP/Controller/CropsController.php, line 241
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Warning (2): Cannot modify header information - headers already sent by (output started at /home/u645284289/domains/rdhoo.com/public_html/lib/Cake/Utility/Debugger.php:795) [APP/Controller/CropsController.php, line 249]Code Context if($file_type=='jpg')
{
header ("Content-Type: image/jpeg");
$id = '546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$crop_height = (int) 300
$crop_width = (int) 300
$file_name = 'http://wspanel.rdhoo.com/files/personal/546943a9-7064-49a2-9873-2e1e4812cd26.jpg'
$file_type = 'jpg'
$original_image_size = false
$original_width = null
$original_height = null
$original_image_gd = false
$cropped_image_gd = resource
$wm = (int) 0
$hm = (int) 0
$h_height = (int) 150
$w_height = (int) 150
$adjusted_height = (float) NAN
$half_height = (float) NAN
$int_height = (float) NAN
$http_response_header = array(
(int) 0 => 'HTTP/1.0 404 Not Found',
(int) 1 => 'Connection: close',
(int) 2 => 'x-powered-by: PHP/7.0.33',
(int) 3 => 'content-type: text/html; charset=UTF-8',
(int) 4 => 'content-length: 22564',
(int) 5 => 'date: Tue, 22 Jul 2025 01:46:55 GMT',
(int) 6 => 'server: LiteSpeed',
(int) 7 => 'platform: hostinger',
(int) 8 => 'panel: hpanel'
)
header - [internal], line ??
CropsController::foto2() - APP/Controller/CropsController.php, line 249
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
ÿØÿà JFIF ÿþ >CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality
ÿÛ C
$.' ",#(7),01444'9=82<.342ÿÛ C
2!!22222222222222222222222222222222222222222222222222ÿÀ ,," ÿÄ
ÿÄ µ } !1AQa"q2‘¡#B±ÁRÑð$3br‚
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
ÿÄ µ w !1AQaq"2B‘¡±Á #3RðbrÑ
$4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ ? ùþŠ( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( ÿÙ1