Code Context $file = new File($path, false);
$fileinfo = $file->info();
$ext = strtolower($fileinfo['extension']);
$relpath = null
$newsize = array(
'width' => (int) 900,
'height' => (int) 900
)
$options = array(
'transform' => 'resize',
'zoom' => false,
'quality' => (int) 90
)
$path = '/var/www/vhosts/teclasottovuoto.com/httpdocs/app/webroot/'
$file = object(File) {
Folder => object(Folder) {}
name => null
info => array(
'dirname' => '/var/www/vhosts/teclasottovuoto.com/httpdocs',
'basename' => 'app',
'filename' => 'app',
'filesize' => false,
'mime' => false
)
handle => null
lock => null
path => '/var/www/vhosts/teclasottovuoto.com/httpdocs/app/'
}
$fileinfo = array(
'dirname' => '/var/www/vhosts/teclasottovuoto.com/httpdocs',
'basename' => 'app',
'filename' => 'app',
'filesize' => false,
'mime' => false
)
CommonHelper::thumb() - APP/View/Helper/CommonHelper.php, line 52
CommonHelper::resize() - APP/View/Helper/CommonHelper.php, line 39
CommonHelper::quickThumb() - APP/View/Helper/CommonHelper.php, line 17
include - APP/Plugin/Products/View/Products/view.ctp, line 25
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108