Warning (2) : PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution [CORE/Cake/Model/Datasource/Database/Mysql.php , line 192 ]Code Context $config [ 'password' ],
$flags
);
$config = array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => false,
'flags' => array(),
'datasource' => 'Database/Mysql',
'prefix' => '',
'encoding' => 'utf8'
)
$flags = array(
(int) 12 => false,
(int) 1000 => true,
(int) 3 => (int) 2,
(int) 1002 => 'SET NAMES utf8'
)
$dsn = 'mysql:host=mysql8for5;port=3306;dbname=develop-import-alex-it'
$this = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
),
'unsigned' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'enum' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'smallinteger' => array(
[maximum depth reached]
),
'tinyinteger' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'decimal' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => true
affected => null
numRows => null
took => null
configKeyName => null
virtualFieldSeparator => '__'
map => array()
connected => false
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => false,
'flags' => array([maximum depth reached]),
'datasource' => 'Database/Mysql',
'prefix' => '',
'encoding' => 'utf8'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true,
'flags' => array([maximum depth reached])
)
[protected] _connection => null
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 0
[protected] _queriesTime => null
[protected] _queriesLog => array()
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'rlike',
(int) 3 => 'or',
(int) 4 => 'not',
(int) 5 => 'in',
(int) 6 => 'between',
(int) 7 => 'regexp',
(int) 8 => 'similar to'
)
[protected] _sqlBoolOps => array(
(int) 0 => 'and',
(int) 1 => 'or',
(int) 2 => 'not',
(int) 3 => 'and not',
(int) 4 => 'or not',
(int) 5 => 'xor',
(int) 6 => '||',
(int) 7 => '&&'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null,
'having' => null,
'lock' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array()
[protected] _sources => null
[protected] _transactionStarted => false
} PDO::__construct() - [internal], line ??
Mysql::connect() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 192
DboSource::__construct() - CORE/Cake/Model/Datasource/DboSource.php, line 278
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 105
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3659
Model::setSource() - CORE/Cake/Model/Model.php, line 1162
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
ProdottiComponent::ckBadSeller() - APP/Controller/Component/ProdottiComponent.php, line 5462
ProdottiComponent::product_update_general() - APP/Controller/Component/ProdottiComponent.php, line 4513
ProdottiController::info() - APP/Controller/ProdottiController.php, line 77
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110 Notice (8) : Undefined index: prodotto [APP/Controller/AppController.php , line 529 ]Code Context
//Sono nella pagina del prodotto
$pid = $this -> viewVars [ 'prodotto' ][ 'Products' ][ 'products_id' ];
$sideBarImages = array()
$dir_immagini = '/var/www/html/app/webroot/images/' AppController::getSideBanner() - APP/Controller/AppController.php, line 529
AppController::beforeRender() - APP/Controller/AppController.php, line 481
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ?? Notice (8) : Undefined index: prodotto [APP/Controller/AppController.php , line 583 ]Code Context if(empty( $sideBarImages [ 'left' ]) && empty( $sideBarImages [ 'right' ] )){
$breadCrumb = str_replace ( "_" , "/" , $this -> viewVars [ 'prodotto' ][ 'CategoriesDescription' ][ 'breadcrumb_code' ]);
$sideBarImages = array()
$dir_immagini = '/var/www/html/app/webroot/images/'
$pid = null
$pathImageProducts = false
$imgLeft = 'sideBanner/left.jpg'
$imgRight = 'sideBanner/right.jpg'
$linkLeft = 'sideBanner/left.txt'
$linkRight = 'sideBanner/right.txt'
$op_commerciali = false AppController::getSideBanner() - APP/Controller/AppController.php, line 583
AppController::beforeRender() - APP/Controller/AppController.php, line 481
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ?? Notice (8) : Undefined index: prodotto [APP/Controller/AppController.php , line 585 ]Code Context $breadCrumb = str_replace ( "_" , "/" , $this -> viewVars [ 'prodotto' ][ 'CategoriesDescription' ][ 'breadcrumb_code' ]);
$cicli = explode ( "_" , $this -> viewVars [ 'prodotto' ][ 'CategoriesDescription' ][ 'breadcrumb_code' ]);
$sideBarImages = array()
$dir_immagini = '/var/www/html/app/webroot/images/'
$pid = null
$pathImageProducts = false
$imgLeft = 'sideBanner/left.jpg'
$imgRight = 'sideBanner/right.jpg'
$linkLeft = 'sideBanner/left.txt'
$linkRight = 'sideBanner/right.txt'
$op_commerciali = false
$breadCrumb = '' AppController::getSideBanner() - APP/Controller/AppController.php, line 585
AppController::beforeRender() - APP/Controller/AppController.php, line 481
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8) : Undefined variable: prodotto [APP/View/Elements/meta.ctp , line 66 ]Code Context }
$myDescription = preg_replace ( '!\s+!' , ' ' , $myDescription ) . " " . $prodotto [ 'Products' ][ 'EAN_Code' ];
$viewFile = '/var/www/html/app/View/Elements/meta.ctp'
$dataForView = array(
'sideBarImages' => array(),
'class' => 'Mysql',
'message' => 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution',
'enabled' => true,
'code' => (int) 500,
'name' => 'Database connection "Mysql" is missing, or could not be created.',
'url' => '/prodotti/info/4857533',
'error' => object(MissingConnectionException) {
[protected] _messageTemplate => 'Database connection "%s" is missing, or could not be created.'
[protected] _attributes => array(
[maximum depth reached]
)
[protected] _responseHeaders => null
[protected] message => 'Database connection "Mysql" is missing, or could not be created.'
[protected] code => (int) 500
[protected] file => '/var/www/html/lib/Cake/Model/Datasource/Database/Mysql.php'
[protected] line => (int) 200
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0014059543609619,
'Dopo della generazione albero categorie' => (float) 0.00026798248291016,
'Prima BREADCRUMB' => (float) 3.0040740966797E-5,
'Dopo BREADCRUMB' => (float) 0.0007469654083252,
'Prima EXPO' => (float) 9.5367431640625E-7,
'Dopo EXPO' => (float) 4.6014785766602E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 4.3153762817383E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 3.504753112793E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4545018',
'op_commerciale' => false
),
(int) 1 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4595527',
'op_commerciale' => false
),
(int) 2 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4829307',
'op_commerciale' => false
),
(int) 3 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4864951',
'op_commerciale' => false
),
(int) 4 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4545019',
'op_commerciale' => false
)
),
'prodottiNovita' => array(
(int) 0 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4901209',
'op_commerciale' => false
),
(int) 1 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4881159',
'op_commerciale' => false
),
(int) 2 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4880856',
'op_commerciale' => false
),
(int) 3 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4863888',
'op_commerciale' => false
),
(int) 4 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4857533',
'op_commerciale' => false
)
),
'prodottiExpo' => array(
(int) 0 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4903516',
'op_commerciale' => false
),
(int) 1 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4902838',
'op_commerciale' => false
),
(int) 2 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4902189',
'op_commerciale' => false
),
(int) 3 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4902186',
'op_commerciale' => false
),
(int) 4 => array(
'Products' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'Prezzi' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'url_link' => '4902185',
'op_commerciale' => false
)
),
'breadcrumb' => array(
(int) 0 => array(
'link' => '/',
'label' => 'Home'
),
(int) 1 => array(
'link' => '/prodotti/lista/1432/1',
'label' => 'NOTEBOOK E PC'
),
(int) 2 => array(
'link' => '/prodotti/lista/3/1',
'label' => 'NOTEBOOK'
),
(int) 3 => array(
'link' => '/prodotti/lista/120/1',
'label' => 'VIDEO 7 - 14'
),
(int) 4 => array(
'label' => 'NOTEBOOK ASUS ZENBOOK A14 UX3407QA-QD202W 14OLED/QUALCOMM X1-26-100/16GB/SSD 512GB/WIN11'
)
),
'lista_cats' => array(
'parents' => array(
(int) 1432 => 'Informatica',
(int) 7 => 'Area Games',
(int) 8 => 'Audio video',
(int) 1 => 'Hardware',
(int) 242 => 'Telefonia',
(int) 102 => 'Consumabili'
),
'childs' => array(
(int) 1432 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 242 => array(
[maximum depth reached]
),
(int) 102 => array(
[maximum depth reached]
)
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 11 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 12 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 13 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 14 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 15 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 16 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 17 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 18 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 19 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 20 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 21 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 22 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 23 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 24 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 25 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 26 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 27 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 28 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 29 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 30 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 31 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 32 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 33 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 34 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 35 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 36 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 37 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
),
(int) 38 => array(
'Categories' => array(
[maximum depth reached]
),
'CategoriesDescription' => array(
[maximum depth reached]
)
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.2483,
'content_for_layout' => '<h2>Missing Database Connection</h2>
<p class="error">
<strong>Error: </strong>
A Database connection using "Mysql" was missing or unable to connect. <br />
The database server returned this error: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_connection.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/DboSource.php line 278</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Mysql->connect()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$autoConnect</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">connect</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/ConnectionManager.php line 105</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">DboSource->__construct(array)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'message' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'Datasource is not found in Model/Datasource package.'</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">$_dataSources</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">] = new </span><span style="color: #0000BB">$class</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$config</span><span style="color: #007700">->{</span><span style="color: #0000BB">$name</span><span style="color: #007700">});</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">$_dataSources</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">]-></span><span style="color: #0000BB">configKeyName </span><span style="color: #007700">= </span><span style="color: #0000BB">$name</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false,
'prefix' => '',
'encoding' => 'utf8'
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Model.php line 3659</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">ConnectionManager::getDataSource(string)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig </span><span style="color: #007700">= </span><span style="color: #0000BB">$dataSource</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $db </span><span style="color: #007700">= </span><span style="color: #0000BB">ConnectionManager</span><span style="color: #007700">::</span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$oldConfig</span><span style="color: #007700">) && isset(</span><span style="color: #0000BB">$db</span><span style="color: #007700">-></span><span style="color: #0000BB">config</span><span style="color: #007700">[</span><span style="color: #DD0000">'prefix'</span><span style="color: #007700">])) {</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>'AL_import'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Model/Model.php line 1162</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">Model->setDataSource(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">void</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">setSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$tableName</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">setDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> $db </span><span style="color: #007700">= </span><span style="color: #0000BB">ConnectionManager</span><span style="color: #007700">::</span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>'AL_import'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Model/Model.php line 3686</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">Model->setSource(string)</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">() {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sourceConfigured </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useTable </span><span style="color: #007700">!== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sourceConfigured </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">setSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useTable</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre>'movimenti_magazzino'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Model/Model.php line 3053</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">Model->getDataSource()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return array</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected function </span><span style="color: #0000BB">_readDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">()-></span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">resetAssociations</span><span style="color: #007700">();</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Model/Model.php line 3025</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">Model->_readDataSource(string, array)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_readDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>'first'
array(
'conditions' => 'products_id = 4857533 AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'',
'fields' => 'data_movimento',
'joins' => array(),
'limit' => (int) 1,
'offset' => null,
'order' => array(
(int) 0 => 'data_movimento DESC'
),
'page' => (int) 1,
'group' => null,
'callbacks' => true
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">APP/Controller/Component/ProdottiComponent.php line 5462</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">Model->find(string, array)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $opt</span><span style="color: #007700">[</span><span style="color: #DD0000">'conditions'</span><span style="color: #007700">] = </span><span style="color: #DD0000">"products_id = </span><span style="color: #0000BB">$pid</span><span style="color: #DD0000"> AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'"</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $opt</span><span style="color: #007700">[</span><span style="color: #DD0000">'order'</span><span style="color: #007700">] = </span><span style="color: #DD0000">"data_movimento DESC"</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $mov </span><span style="color: #007700">= </span><span style="color: #0000BB">$movimenti</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'first'</span><span style="color: #007700">, </span><span style="color: #0000BB">$opt</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>'first'
array(
'fields' => 'data_movimento',
'conditions' => 'products_id = 4857533 AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'',
'order' => 'data_movimento DESC'
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">APP/Controller/Component/ProdottiComponent.php line 4513</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">ProdottiComponent->ckBadSeller(string, string)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">#####################################################################################################################################################################</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//Aggiorno l'attributo del badseller</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $p</span><span style="color: #007700">[</span><span style="color: #DD0000">'bad_seller'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">ckBadSeller</span><span style="color: #007700">(</span><span style="color: #0000BB">$pid</span><span style="color: #007700">, </span><span style="color: #0000BB">$p</span><span style="color: #007700">[</span><span style="color: #DD0000">'products_availability_image'</span><span style="color: #007700">]);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>'4857533'
'1'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">APP/Controller/ProdottiController.php line 77</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">ProdottiComponent->product_update_general(string, integer)</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">################################################################################################################</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Prodotti</span><span style="color: #007700">-></span><span style="color: #0000BB">product_update_general</span><span style="color: #007700">(</span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre>'4857533'
(int) 0</pre></div></li>
<li><a href="#">[internal function]</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">ProdottiController->info(string)</a> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>'4857533'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">CORE/Cake/Controller/Controller.php line 499</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">ReflectionMethod->invokeArgs(ProdottiController, array)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">]</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$method</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeArgs</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">]);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(ProdottiController) {
uses => array()
components => array(
'Session' => null,
'Cookie' => null,
'Navigation' => null,
'Configuration' => null,
'Users' => null,
'Email' => null,
'Prodotti' => null,
'Prezzi' => null,
'Carrello' => null,
'Utilities' => null,
'Breadcrumb' => null,
'Utility' => null,
'Image' => null,
'Ferie' => null,
'Banners' => null,
'Config' => null,
'ToolbarAdmin' => null,
'AdoDB' => null,
'Succedanei' => null,
'Attributi' => null,
'WaitingList' => null
)
helpers => array(
(int) 0 => 'Utility'
)
prodotti => 'Prodotti'
robot => false
name => 'Prodotti'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Prodotti'
layoutPath => null
viewVars => array(
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0057368278503418,
'Dopo della generazione albero categorie' => (float) 0.00021815299987793,
'Prima BREADCRUMB' => (float) 0.00011086463928223,
'Dopo BREADCRUMB' => (float) 0.0028519630432129,
'Prima EXPO' => (float) 1.1920928955078E-6,
'Dopo EXPO' => (float) 4.1961669921875E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 3.2901763916016E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 2.9087066650391E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiNovita' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiExpo' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'breadcrumb' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'lista_cats' => array(
'parents' => array(
[maximum depth reached]
),
'childs' => array(
[maximum depth reached]
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 16 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 20 => array(
[maximum depth reached]
),
(int) 21 => array(
[maximum depth reached]
),
(int) 22 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 24 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 26 => array(
[maximum depth reached]
),
(int) 27 => array(
[maximum depth reached]
),
(int) 28 => array(
[maximum depth reached]
),
(int) 29 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 31 => array(
[maximum depth reached]
),
(int) 32 => array(
[maximum depth reached]
),
(int) 33 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
),
(int) 36 => array(
[maximum depth reached]
),
(int) 37 => array(
[maximum depth reached]
),
(int) 38 => array(
[maximum depth reached]
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.1937
)
view => 'info'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(ProdottiController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '4857533'
)
scaffold => false
methods => array(
(int) 1 => 'index',
(int) 2 => 'info',
(int) 3 => 'lista',
(int) 4 => 'expo',
(int) 5 => 'trasporto_gratuito',
(int) 6 => 'promozioni',
(int) 7 => 'novita',
(int) 8 => 'prossime_uscite',
(int) 9 => 'tools_index',
(int) 10 => 'products_update',
(int) 11 => 'rigenera_immagini_mancanti',
(int) 12 => 'tools_product_update',
(int) 13 => 'salva_immagine_provider',
(int) 14 => 'salva_immagini',
(int) 15 => 'salva_immagini_providers',
(int) 16 => 'search',
(int) 17 => 'tools_salvaScheda',
(int) 19 => 'setInterTime'
)
modelClass => 'Prodotti'
modelKey => 'prodotti'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookie => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'ALEXDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Navigation => object(NavigationComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Categories => object(Categories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Navigation'
}
Configuration => object(ConfigurationComponent) {
name => 'Configuration'
settings => array([maximum depth reached])
components => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Users => object(UsersComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Customers => object(Customers) {}
Session => object(SessionComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => 'Users'
[private] name => 'Users'
[private] Controller => object(ProdottiController) {}
}
Email => object(EmailComponent) {
to => null
from => null
replyTo => null
readReceipt => null
return => null
cc => array([maximum depth reached])
bcc => array([maximum depth reached])
date => null
subject => null
headers => array([maximum depth reached])
additionalParams => null
layout => 'default'
template => null
lineFeed => ''
sendAs => 'text'
delivery => 'mail'
charset => 'UTF-8'
attachments => array([maximum depth reached])
xMailer => 'CakePHP Email Component'
filePaths => array([maximum depth reached])
smtpOptions => array([maximum depth reached])
textMessage => null
htmlMessage => null
messageId => true
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(ProdottiController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prodotti => object(ProdottiComponent) {
components => array(
[maximum depth reached]
)
COEFFA => (int) 100
COEFFB => (int) 70
COEFFC => (int) 14
settings => array([maximum depth reached])
Products => object(Products) {}
Utilities => object(UtilitiesComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prodotti'
}
Prezzi => object(PrezziComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prezzi'
}
Carrello => object(CarrelloComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Carrello'
}
Utilities => object(UtilitiesComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Breadcrumb => object(BreadcrumbComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Prodotti => object(ProdottiComponent) {}
ProductsToCategories => object(ProductsToCategories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Utility => object(UtilityComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Image => object(ImageComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Image'
[private] articles_images_result => array([maximum depth reached])
[private] Controller => object(ProdottiController) {}
[private] result => array(
[maximum depth reached]
)
[private] articles => object(Articles) {}
[private] products => object(Products) {}
}
Ferie => object(FerieComponent) {
name => 'Ferie'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
imgPath => null
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Banners => object(BannersComponent) {
name => 'Banners'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Config => object(ConfigComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Config'
}
ToolbarAdmin => object(ToolbarAdminComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] name => 'ToolbarAdmin'
[private] controller => ''
}
AdoDB => object(AdoDBComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'AdoDB'
}
Succedanei => object(SuccedaneiComponent) {
name => 'Succedanei'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Attributi => object(AttributiComponent) {
name => 'Attributi'
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] Controller => object(ProdottiController) {}
}
WaitingList => object(WaitingListComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
array(
(int) 0 => '4857533'
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-12')">CORE/Cake/Routing/Dispatcher.php line 193</a> → <a href="#" onclick="traceToggle(event, 'trace-args-12')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-12" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $render </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">) {</span></span></code></pre></div> <div id="trace-args-12" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-13')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-13')">Dispatcher->_invoke(ProdottiController, CakeRequest)</a> <div id="file-excerpt-13" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) {</span></span></code></pre></div> <div id="trace-args-13" class="cake-code-dump" style="display: none;"><pre>object(ProdottiController) {
uses => array()
components => array(
'Session' => null,
'Cookie' => null,
'Navigation' => null,
'Configuration' => null,
'Users' => null,
'Email' => null,
'Prodotti' => null,
'Prezzi' => null,
'Carrello' => null,
'Utilities' => null,
'Breadcrumb' => null,
'Utility' => null,
'Image' => null,
'Ferie' => null,
'Banners' => null,
'Config' => null,
'ToolbarAdmin' => null,
'AdoDB' => null,
'Succedanei' => null,
'Attributi' => null,
'WaitingList' => null
)
helpers => array(
(int) 0 => 'Utility'
)
prodotti => 'Prodotti'
robot => false
name => 'Prodotti'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Prodotti'
layoutPath => null
viewVars => array(
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0057368278503418,
'Dopo della generazione albero categorie' => (float) 0.00021815299987793,
'Prima BREADCRUMB' => (float) 0.00011086463928223,
'Dopo BREADCRUMB' => (float) 0.0028519630432129,
'Prima EXPO' => (float) 1.1920928955078E-6,
'Dopo EXPO' => (float) 4.1961669921875E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 3.2901763916016E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 2.9087066650391E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiNovita' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiExpo' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'breadcrumb' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'lista_cats' => array(
'parents' => array(
[maximum depth reached]
),
'childs' => array(
[maximum depth reached]
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 16 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 20 => array(
[maximum depth reached]
),
(int) 21 => array(
[maximum depth reached]
),
(int) 22 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 24 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 26 => array(
[maximum depth reached]
),
(int) 27 => array(
[maximum depth reached]
),
(int) 28 => array(
[maximum depth reached]
),
(int) 29 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 31 => array(
[maximum depth reached]
),
(int) 32 => array(
[maximum depth reached]
),
(int) 33 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
),
(int) 36 => array(
[maximum depth reached]
),
(int) 37 => array(
[maximum depth reached]
),
(int) 38 => array(
[maximum depth reached]
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.1937
)
view => 'info'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(ProdottiController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '4857533'
)
scaffold => false
methods => array(
(int) 1 => 'index',
(int) 2 => 'info',
(int) 3 => 'lista',
(int) 4 => 'expo',
(int) 5 => 'trasporto_gratuito',
(int) 6 => 'promozioni',
(int) 7 => 'novita',
(int) 8 => 'prossime_uscite',
(int) 9 => 'tools_index',
(int) 10 => 'products_update',
(int) 11 => 'rigenera_immagini_mancanti',
(int) 12 => 'tools_product_update',
(int) 13 => 'salva_immagine_provider',
(int) 14 => 'salva_immagini',
(int) 15 => 'salva_immagini_providers',
(int) 16 => 'search',
(int) 17 => 'tools_salvaScheda',
(int) 19 => 'setInterTime'
)
modelClass => 'Prodotti'
modelKey => 'prodotti'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookie => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'ALEXDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Navigation => object(NavigationComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Categories => object(Categories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Navigation'
}
Configuration => object(ConfigurationComponent) {
name => 'Configuration'
settings => array([maximum depth reached])
components => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Users => object(UsersComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Customers => object(Customers) {}
Session => object(SessionComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => 'Users'
[private] name => 'Users'
[private] Controller => object(ProdottiController) {}
}
Email => object(EmailComponent) {
to => null
from => null
replyTo => null
readReceipt => null
return => null
cc => array([maximum depth reached])
bcc => array([maximum depth reached])
date => null
subject => null
headers => array([maximum depth reached])
additionalParams => null
layout => 'default'
template => null
lineFeed => ''
sendAs => 'text'
delivery => 'mail'
charset => 'UTF-8'
attachments => array([maximum depth reached])
xMailer => 'CakePHP Email Component'
filePaths => array([maximum depth reached])
smtpOptions => array([maximum depth reached])
textMessage => null
htmlMessage => null
messageId => true
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(ProdottiController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prodotti => object(ProdottiComponent) {
components => array(
[maximum depth reached]
)
COEFFA => (int) 100
COEFFB => (int) 70
COEFFC => (int) 14
settings => array([maximum depth reached])
Products => object(Products) {}
Utilities => object(UtilitiesComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prodotti'
}
Prezzi => object(PrezziComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prezzi'
}
Carrello => object(CarrelloComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Carrello'
}
Utilities => object(UtilitiesComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Breadcrumb => object(BreadcrumbComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Prodotti => object(ProdottiComponent) {}
ProductsToCategories => object(ProductsToCategories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Utility => object(UtilityComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Image => object(ImageComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Image'
[private] articles_images_result => array([maximum depth reached])
[private] Controller => object(ProdottiController) {}
[private] result => array(
[maximum depth reached]
)
[private] articles => object(Articles) {}
[private] products => object(Products) {}
}
Ferie => object(FerieComponent) {
name => 'Ferie'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
imgPath => null
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Banners => object(BannersComponent) {
name => 'Banners'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Config => object(ConfigComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Config'
}
ToolbarAdmin => object(ToolbarAdminComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] name => 'ToolbarAdmin'
[private] controller => ''
}
AdoDB => object(AdoDBComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'AdoDB'
}
Succedanei => object(SuccedaneiComponent) {
name => 'Succedanei'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Attributi => object(AttributiComponent) {
name => 'Attributi'
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] Controller => object(ProdottiController) {}
}
WaitingList => object(WaitingListComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-14')">APP/webroot/index.php line 110</a> → <a href="#" onclick="traceToggle(event, 'trace-args-14')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-14" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(
</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),
</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-14" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 307 => 'Temporary Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Time-out',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Request Entity Too Large',
(int) 414 => 'Request-URI Too Large',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Requested range not satisfiable',
(int) 417 => 'Expectation Failed',
(int) 429 => 'Too Many Requests',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Time-out',
(int) 505 => 'Unsupported Version'
)
[protected] _mimeTypes => array(
'html' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'json' => 'application/json',
'xml' => array(
(int) 0 => 'application/xml',
(int) 1 => 'text/xml'
),
'rss' => 'application/rss+xml',
'ai' => 'application/postscript',
'bcpio' => 'application/x-bcpio',
'bin' => 'application/octet-stream',
'ccad' => 'application/clariscad',
'cdf' => 'application/x-netcdf',
'class' => 'application/octet-stream',
'cpio' => 'application/x-cpio',
'cpt' => 'application/mac-compactpro',
'csh' => 'application/x-csh',
'csv' => array(
(int) 0 => 'text/csv',
(int) 1 => 'application/vnd.ms-excel'
),
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'drw' => 'application/drafting',
'dvi' => 'application/x-dvi',
'dwg' => 'application/acad',
'dxf' => 'application/dxf',
'dxr' => 'application/x-director',
'eot' => 'application/vnd.ms-fontobject',
'eps' => 'application/postscript',
'exe' => 'application/octet-stream',
'ez' => 'application/andrew-inset',
'flv' => 'video/x-flv',
'gtar' => 'application/x-gtar',
'gz' => 'application/x-gzip',
'bz2' => 'application/x-bzip',
'7z' => 'application/x-7z-compressed',
'hdf' => 'application/x-hdf',
'hqx' => 'application/mac-binhex40',
'ico' => 'image/x-icon',
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
'lzh' => 'application/octet-stream',
'man' => 'application/x-troff-man',
'me' => 'application/x-troff-me',
'mif' => 'application/vnd.mif',
'ms' => 'application/x-troff-ms',
'nc' => 'application/x-netcdf',
'oda' => 'application/oda',
'otf' => 'font/otf',
'pdf' => 'application/pdf',
'pgn' => 'application/x-chess-pgn',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'ppz' => 'application/vnd.ms-powerpoint',
'pre' => 'application/x-freelance',
'prt' => 'application/pro_eng',
'ps' => 'application/postscript',
'roff' => 'application/x-troff',
'scm' => 'application/x-lotusscreencam',
'set' => 'application/set',
'sh' => 'application/x-sh',
'shar' => 'application/x-shar',
'sit' => 'application/x-stuffit',
'skd' => 'application/x-koan',
'skm' => 'application/x-koan',
'skp' => 'application/x-koan',
'skt' => 'application/x-koan',
'smi' => 'application/smil',
'smil' => 'application/smil',
'sol' => 'application/solids',
'spl' => 'application/x-futuresplash',
'src' => 'application/x-wais-source',
'step' => 'application/STEP',
'stl' => 'application/SLA',
'stp' => 'application/STEP',
'sv4cpio' => 'application/x-sv4cpio',
'sv4crc' => 'application/x-sv4crc',
'svg' => 'image/svg+xml',
'svgz' => 'image/svg+xml',
'swf' => 'application/x-shockwave-flash',
't' => 'application/x-troff',
'tar' => 'application/x-tar',
'tcl' => 'application/x-tcl',
'tex' => 'application/x-tex',
'texi' => 'application/x-texinfo',
'texinfo' => 'application/x-texinfo',
'tr' => 'application/x-troff',
'tsp' => 'application/dsptype',
'ttc' => 'font/ttf',
'ttf' => 'font/ttf',
'unv' => 'application/i-deas',
'ustar' => 'application/x-ustar',
'vcd' => 'application/x-cdlink',
'vda' => 'application/vda',
'xlc' => 'application/vnd.ms-excel',
'xll' => 'application/vnd.ms-excel',
'xlm' => 'application/vnd.ms-excel',
'xls' => 'application/vnd.ms-excel',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xlw' => 'application/vnd.ms-excel',
'zip' => 'application/zip',
'aif' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'au' => 'audio/basic',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'ogg' => 'audio/ogg',
'oga' => 'audio/ogg',
'spx' => 'audio/ogg',
'ra' => 'audio/x-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rm' => 'audio/x-pn-realaudio',
'rpm' => 'audio/x-pn-realaudio-plugin',
'snd' => 'audio/basic',
'tsi' => 'audio/TSP-audio',
'wav' => 'audio/x-wav',
'aac' => 'audio/aac',
'asc' => 'text/plain',
'c' => 'text/plain',
'cc' => 'text/plain',
'css' => 'text/css',
'etx' => 'text/x-setext',
'f' => 'text/plain',
'f90' => 'text/plain',
'h' => 'text/plain',
'hh' => 'text/plain',
'htm' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',
'sgm' => 'text/sgml',
'sgml' => 'text/sgml',
'tsv' => 'text/tab-separated-values',
'tpl' => 'text/template',
'txt' => 'text/plain',
'text' => 'text/plain',
'avi' => 'video/x-msvideo',
'fli' => 'video/x-fli',
'mov' => 'video/quicktime',
'movie' => 'video/x-sgi-movie',
'mpe' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'qt' => 'video/quicktime',
'viv' => 'video/vnd.vivo',
'vivo' => 'video/vnd.vivo',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mp4' => 'video/mp4',
'm4v' => 'video/mp4',
'f4v' => 'video/mp4',
'f4p' => 'video/mp4',
'm4a' => 'audio/mp4',
'f4a' => 'audio/mp4',
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
'pnm' => 'image/x-portable-anymap',
'ppm' => 'image/x-portable-pixmap',
'ras' => 'image/cmu-raster',
'rgb' => 'image/x-rgb',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'xbm' => 'image/x-xbitmap',
'xpm' => 'image/x-xpixmap',
'xwd' => 'image/x-xwindowdump',
'psd' => array(
(int) 0 => 'application/photoshop',
(int) 1 => 'application/psd',
(int) 2 => 'image/psd',
(int) 3 => 'image/x-photoshop',
(int) 4 => 'image/photoshop',
(int) 5 => 'zz-application/zz-winassoc-psd'
),
'ice' => 'x-conference/x-cooltalk',
'iges' => 'model/iges',
'igs' => 'model/iges',
'mesh' => 'model/mesh',
'msh' => 'model/mesh',
'silo' => 'model/mesh',
'vrml' => 'model/vrml',
'wrl' => 'model/vrml',
'mime' => 'www/mime',
'pdb' => 'chemical/x-pdb',
'xyz' => 'chemical/x-pdb',
'javascript' => 'application/javascript',
'form' => 'application/x-www-form-urlencoded',
'file' => 'multipart/form-data',
'xhtml' => array(
(int) 0 => 'application/xhtml+xml',
(int) 1 => 'application/xhtml',
(int) 2 => 'text/xhtml'
),
'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
'atom' => 'application/atom+xml',
'amf' => 'application/x-amf',
'wap' => array(
(int) 0 => 'text/vnd.wap.wml',
(int) 1 => 'text/vnd.wap.wmlscript',
(int) 2 => 'image/vnd.wap.wbmp'
),
'wml' => 'text/vnd.wap.wml',
'wmlscript' => 'text/vnd.wap.wmlscript',
'wbmp' => 'image/vnd.wap.wbmp',
'woff' => 'application/x-font-woff',
'webp' => 'image/webp',
'appcache' => 'text/cache-manifest',
'manifest' => 'text/cache-manifest',
'htc' => 'text/x-component',
'rdf' => 'application/xml',
'crx' => 'application/x-chrome-extension',
'oex' => 'application/x-opera-extension',
'xpi' => 'application/x-xpinstall',
'safariextz' => 'application/octet-stream',
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array()
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array()
[protected] _cookies => array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$sideBarImages = array()
$class = 'Mysql'
$message = 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution'
$enabled = true
$code = (int) 500
$name = 'Database connection "Mysql" is missing, or could not be created.'
$url = '/prodotti/info/4857533'
$error = object(MissingConnectionException) {
[protected] _messageTemplate => 'Database connection "%s" is missing, or could not be created.'
[protected] _attributes => array(
'class' => 'Mysql',
'message' => 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution',
'enabled' => true
)
[protected] _responseHeaders => null
[protected] message => 'Database connection "Mysql" is missing, or could not be created.'
[protected] code => (int) 500
[protected] file => '/var/www/html/lib/Cake/Model/Datasource/Database/Mysql.php'
[protected] line => (int) 200
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$snowEffect = array(
'enabled' => '0',
'flakes_number' => '200'
)
$timeBefore = array(
'Prima della generazione albero categorie' => (float) 0.0014059543609619,
'Dopo della generazione albero categorie' => (float) 0.00026798248291016,
'Prima BREADCRUMB' => (float) 3.0040740966797E-5,
'Dopo BREADCRUMB' => (float) 0.0007469654083252,
'Prima EXPO' => (float) 9.5367431640625E-7,
'Dopo EXPO' => (float) 4.6014785766602E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 4.3153762817383E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 3.504753112793E-5
)
$urlSuggest = 'https://www.alex.it/el/products_test_2/_search/'
$bannerFerie = array()
$bad_city_notice = 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna'
$gest_selected = array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
)
$prodottiProssimeUscite = array(
(int) 0 => array(
'Products' => array(
'products_id' => '4545018',
'products_availability_image' => '3',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '39.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '27.0000'
),
'ProductsDescription' => array(
'products_name' => 'PS5 ENOTRIA: THE LAST SONG - DELUXE EDITION (10/04/25)'
),
'Prezzi' => array(
'prezzo_normale' => '38.30',
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 39.9,
'prezzo_prenotabile' => '38.30'
),
'qty' => array(
'normale' => (int) 200,
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4545018',
'op_commerciale' => false
),
(int) 1 => array(
'Products' => array(
'products_id' => '4595527',
'products_availability_image' => '3',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '69.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '49.0000'
),
'ProductsDescription' => array(
'products_name' => 'XBX MONSTER ENERGY SUPERCROSS 25 - THE OFFICIAL VIDEOGAME - DAY ONE EDITION (10/04/25)'
),
'Prezzi' => array(
'prezzo_normale' => '67.74',
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 69.9,
'prezzo_prenotabile' => '67.74'
),
'qty' => array(
'normale' => (int) 200,
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4595527',
'op_commerciale' => false
),
(int) 2 => array(
'Products' => array(
'products_id' => '4829307',
'products_availability_image' => '3',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '19.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '13.2000'
),
'ProductsDescription' => array(
'products_name' => 'NSWITCH CHRONO CROSS - THE RADICAL DREAMER EDITION (CODICE DOWNLOAD) (10/04/25)'
),
'Prezzi' => array(
'prezzo_normale' => '19.00',
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 19.9,
'prezzo_prenotabile' => '19.00'
),
'qty' => array(
'normale' => (int) 200,
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4829307',
'op_commerciale' => false
),
(int) 3 => array(
'Products' => array(
'products_id' => '4864951',
'products_availability_image' => '3',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '29.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '21.0000'
),
'ProductsDescription' => array(
'products_name' => 'PS5 STEAMWORLD HEIST 2 (10/04/25)'
),
'Prezzi' => array(
'prezzo_normale' => '28.45',
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 29.9,
'prezzo_prenotabile' => '28.45'
),
'qty' => array(
'normale' => (int) 200,
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4864951',
'op_commerciale' => false
),
(int) 4 => array(
'Products' => array(
'products_id' => '4545019',
'products_availability_image' => '3',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '34.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '25.0000'
),
'ProductsDescription' => array(
'products_name' => 'PS5 ENOTRIA: THE LAST SONG (10/04/25)'
),
'Prezzi' => array(
'prezzo_normale' => '34.04',
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 34.9,
'prezzo_prenotabile' => '34.04'
),
'qty' => array(
'normale' => (int) 200,
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4545019',
'op_commerciale' => false
)
)
$prodottiNovita = array(
(int) 0 => array(
'Products' => array(
'products_id' => '4901209',
'products_availability_image' => '1',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '59.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '42.0000'
),
'ProductsDescription' => array(
'products_name' => 'BOX PER SSD PCI-E SATA/NVME>USB 3.2 GEN2 UNIVERSALE/CORAZZATO/IP68 ASUS TUF GAMING A2'
),
'Prezzi' => array(
'prezzo_normale' => (float) 59.9,
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 59.9
),
'qty' => array(
'normale' => '2',
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4901209',
'op_commerciale' => false
),
(int) 1 => array(
'Products' => array(
'products_id' => '4881159',
'products_availability_image' => '1',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '119.0000',
'PrezzoUsato' => '0.0000',
'products_cost' => '84.0000'
),
'ProductsDescription' => array(
'products_name' => 'CASE ATX/M-ATX/MINI ITX ASUS A31 PLUS TG BTF ARGB WHITE'
),
'Prezzi' => array(
'prezzo_normale' => (float) 119.9,
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 119.9
),
'qty' => array(
'normale' => '1',
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4881159',
'op_commerciale' => false
),
(int) 2 => array(
'Products' => array(
'products_id' => '4880856',
'products_availability_image' => '1',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '899.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '690.0000'
),
'ProductsDescription' => array(
'products_name' => 'VGA PCI-E 5.0 ASUS TUF NVIDIA GEFORCE RTX 5070 OC 12GB DDR7 DLSS4 2XHDMI 3XDP'
),
'Prezzi' => array(
'prezzo_normale' => (float) 899.9,
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 899.9
),
'qty' => array(
'normale' => '12',
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4880856',
'op_commerciale' => false
),
(int) 3 => array(
'Products' => array(
'products_id' => '4863888',
'products_availability_image' => '1',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '57.6450',
'PrezzoUsato' => '0.0000',
'products_cost' => '35.0000'
),
'ProductsDescription' => array(
'products_name' => 'BOX PER SSD M.2 NVME PCI-E/SATA>USB TYPE-C ASUS COBBLE BLACK'
),
'Prezzi' => array(
'prezzo_normale' => (float) 57.9,
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 57.9
),
'qty' => array(
'normale' => '2',
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4863888',
'op_commerciale' => false
),
(int) 4 => array(
'Products' => array(
'products_id' => '4857533',
'products_availability_image' => '1',
'QtaUsato' => '0',
'bad_seller' => false,
'products_price' => '1099.9000',
'PrezzoUsato' => '0.0000',
'products_cost' => '820.0000'
),
'ProductsDescription' => array(
'products_name' => 'NOTEBOOK ASUS ZENBOOK A14 UX3407QA-QD202W 14OLED/QUALCOMM X1-26-100/16GB/SSD 512GB/WIN11'
),
'Prezzi' => array(
'prezzo_normale' => (float) 1099.9,
'prezzo_expo' => (float) 9999.99,
'prezzo_normale_vetrina' => (float) 1099.9
),
'qty' => array(
'normale' => '1',
'expo' => '0',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4857533',
'op_commerciale' => false
)
)
$prodottiExpo = array(
(int) 0 => array(
'Products' => array(
'products_id' => '4903516',
'products_availability_image' => '5',
'QtaUsato' => '1',
'bad_seller' => false,
'products_price' => '299.0000',
'PrezzoUsato' => '14.9000',
'products_cost' => '233.4114',
'HomePage' => null
),
'ProductsDescription' => array(
'products_name' => 'MONITOR LCD 19 4:3 NEC LCD195VXM 1280x1024/5ms/DVI-D/D-SUB.'
),
'Prezzi' => array(
'prezzo_normale' => (float) 299.9,
'prezzo_expo' => (float) 14.9,
'prezzo_normale_vetrina' => (float) 299.9
),
'qty' => array(
'normale' => (int) 1,
'expo' => '1',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4903516',
'op_commerciale' => false
),
(int) 1 => array(
'Products' => array(
'products_id' => '4902838',
'products_availability_image' => '5',
'QtaUsato' => '1',
'bad_seller' => false,
'products_price' => '699.0000',
'PrezzoUsato' => '69.0000',
'products_cost' => '545.6674',
'HomePage' => null
),
'ProductsDescription' => array(
'products_name' => 'PC DESKTOP GAMING INTEL 2DUO E6850/4GB/SSD 250GB+HD 500GB/FREEDOS'
),
'Prezzi' => array(
'prezzo_normale' => (float) 699.9,
'prezzo_expo' => (float) 69.9,
'prezzo_normale_vetrina' => (float) 699.9
),
'qty' => array(
'normale' => (int) 1,
'expo' => '1',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4902838',
'op_commerciale' => false
),
(int) 2 => array(
'Products' => array(
'products_id' => '4902189',
'products_availability_image' => '5',
'QtaUsato' => '1',
'bad_seller' => false,
'products_price' => '79.0000',
'PrezzoUsato' => '19.5000',
'products_cost' => '61.6706',
'HomePage' => null
),
'ProductsDescription' => array(
'products_name' => 'Alimentatore 180W Delta Electronics DPS-180AB-6A'
),
'Prezzi' => array(
'prezzo_normale' => (float) 79.9,
'prezzo_expo' => (float) 19.9,
'prezzo_normale_vetrina' => (float) 79.9
),
'qty' => array(
'normale' => (int) 1,
'expo' => '1',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4902189',
'op_commerciale' => false
),
(int) 3 => array(
'Products' => array(
'products_id' => '4902186',
'products_availability_image' => '5',
'QtaUsato' => '1',
'bad_seller' => false,
'products_price' => '139.0000',
'PrezzoUsato' => '19.9000',
'products_cost' => '95.6000',
'HomePage' => null
),
'ProductsDescription' => array(
'products_name' => 'MONITOR LCD 17 ASUS VW171D 1440*900 8MS'
),
'Prezzi' => array(
'prezzo_normale' => (float) 139.9,
'prezzo_expo' => (float) 19.9,
'prezzo_normale_vetrina' => (float) 139.9
),
'qty' => array(
'normale' => (int) 1,
'expo' => '1',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4902186',
'op_commerciale' => false
),
(int) 4 => array(
'Products' => array(
'products_id' => '4902185',
'products_availability_image' => '5',
'QtaUsato' => '1',
'bad_seller' => false,
'products_price' => '104.9000',
'PrezzoUsato' => '19.9000',
'products_cost' => '75.0000',
'HomePage' => null
),
'ProductsDescription' => array(
'products_name' => 'MONITOR LCD 19 ASUS VW198S 1680*1050 5MS'
),
'Prezzi' => array(
'prezzo_normale' => (float) 104.9,
'prezzo_expo' => (float) 19.9,
'prezzo_normale_vetrina' => (float) 104.9
),
'qty' => array(
'normale' => (int) 1,
'expo' => '1',
'dettaglio' => array(
[maximum depth reached]
)
),
'url_link' => '4902185',
'op_commerciale' => false
)
)
$breadcrumb = array(
(int) 0 => array(
'link' => '/',
'label' => 'Home'
),
(int) 1 => array(
'link' => '/prodotti/lista/1432/1',
'label' => 'NOTEBOOK E PC'
),
(int) 2 => array(
'link' => '/prodotti/lista/3/1',
'label' => 'NOTEBOOK'
),
(int) 3 => array(
'link' => '/prodotti/lista/120/1',
'label' => 'VIDEO 7 - 14'
),
(int) 4 => array(
'label' => 'NOTEBOOK ASUS ZENBOOK A14 UX3407QA-QD202W 14OLED/QUALCOMM X1-26-100/16GB/SSD 512GB/WIN11'
)
)
$lista_cats = array(
'parents' => array(
(int) 1432 => 'Informatica',
(int) 7 => 'Area Games',
(int) 8 => 'Audio video',
(int) 1 => 'Hardware',
(int) 242 => 'Telefonia',
(int) 102 => 'Consumabili'
),
'childs' => array(
(int) 1432 => array(
(int) 3 => array(
[maximum depth reached]
),
(int) 687 => array(
[maximum depth reached]
)
),
(int) 7 => array(
(int) 250 => array(
[maximum depth reached]
),
(int) 2504 => array(
[maximum depth reached]
),
(int) 3257 => array(
[maximum depth reached]
),
(int) 116 => array(
[maximum depth reached]
),
(int) 251 => array(
[maximum depth reached]
),
(int) 2631 => array(
[maximum depth reached]
),
(int) 3022 => array(
[maximum depth reached]
),
(int) 1279 => array(
[maximum depth reached]
)
),
(int) 8 => array(
(int) 1337 => array(
[maximum depth reached]
),
(int) 1338 => array(
[maximum depth reached]
),
(int) 2573 => array(
[maximum depth reached]
),
(int) 386 => array(
[maximum depth reached]
),
(int) 446 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
)
),
(int) 1 => array(
(int) 1482 => array(
[maximum depth reached]
),
(int) 3140 => array(
[maximum depth reached]
),
(int) 3141 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 1595 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 3145 => array(
[maximum depth reached]
),
(int) 1098 => array(
[maximum depth reached]
),
(int) 1349 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 3149 => array(
[maximum depth reached]
),
(int) 1336 => array(
[maximum depth reached]
),
(int) 3155 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 3158 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 3169 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 2330 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 3173 => array(
[maximum depth reached]
),
(int) 3174 => array(
[maximum depth reached]
),
(int) 1335 => array(
[maximum depth reached]
),
(int) 2257 => array(
[maximum depth reached]
),
(int) 183 => array(
[maximum depth reached]
),
(int) 3178 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 2194 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 1770 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
)
),
(int) 242 => array(
(int) 1062 => array(
[maximum depth reached]
),
(int) 2934 => array(
[maximum depth reached]
),
(int) 1052 => array(
[maximum depth reached]
),
(int) 2935 => array(
[maximum depth reached]
),
(int) 2349 => array(
[maximum depth reached]
),
(int) 2205 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 2853 => array(
[maximum depth reached]
),
(int) 2313 => array(
[maximum depth reached]
),
(int) 2933 => array(
[maximum depth reached]
),
(int) 1060 => array(
[maximum depth reached]
),
(int) 1061 => array(
[maximum depth reached]
),
(int) 1063 => array(
[maximum depth reached]
),
(int) 243 => array(
[maximum depth reached]
),
(int) 2306 => array(
[maximum depth reached]
)
),
(int) 102 => array(
(int) 2149 => array(
[maximum depth reached]
),
(int) 517 => array(
[maximum depth reached]
),
(int) 1838 => array(
[maximum depth reached]
),
(int) 501 => array(
[maximum depth reached]
),
(int) 511 => array(
[maximum depth reached]
),
(int) 518 => array(
[maximum depth reached]
),
(int) 2453 => array(
[maximum depth reached]
),
(int) 1616 => array(
[maximum depth reached]
),
(int) 1840 => array(
[maximum depth reached]
),
(int) 896 => array(
[maximum depth reached]
),
(int) 2483 => array(
[maximum depth reached]
),
(int) 2454 => array(
[maximum depth reached]
),
(int) 2155 => array(
[maximum depth reached]
),
(int) 2046 => array(
[maximum depth reached]
),
(int) 2157 => array(
[maximum depth reached]
),
(int) 2159 => array(
[maximum depth reached]
),
(int) 1276 => array(
[maximum depth reached]
),
(int) 2489 => array(
[maximum depth reached]
),
(int) 2520 => array(
[maximum depth reached]
),
(int) 2170 => array(
[maximum depth reached]
),
(int) 111 => array(
[maximum depth reached]
),
(int) 108 => array(
[maximum depth reached]
),
(int) 2173 => array(
[maximum depth reached]
),
(int) 2174 => array(
[maximum depth reached]
),
(int) 2175 => array(
[maximum depth reached]
)
)
)
)
$user_receive_phone_calls = false
$navigation_left = array(
(int) 0 => array(
'Categories' => array(
'categories_id' => '3264',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2019-11-12 15:30:22',
'last_modified' => '2022-02-16 18:30:47',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3264',
'language_id' => '1',
'categories_name' => 'A Isola',
'breadcrumb' => 'A Isola',
'breadcrumb_code' => '3264',
'new_breadcrumb_code' => '-3264-',
'breadcrumb_transparent' => '-3264-',
'macrocategory_id' => '3264',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 1 => array(
'Categories' => array(
'categories_id' => '126',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-09 12:59:43',
'last_modified' => '2010-04-18 18:29:17',
'transparent' => false,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '126',
'language_id' => '1',
'categories_name' => 'ACCESSORI',
'breadcrumb' => 'ACCESSORI',
'breadcrumb_code' => '126',
'new_breadcrumb_code' => '-126-',
'breadcrumb_transparent' => '-126-',
'macrocategory_id' => '126',
'count' => '288789',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 2 => array(
'Categories' => array(
'categories_id' => '3063',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:06:21',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3063',
'language_id' => '1',
'categories_name' => 'Accessoristica e Consumabili',
'breadcrumb' => 'Accessoristica e Consumabili',
'breadcrumb_code' => '3063',
'new_breadcrumb_code' => '-3063-',
'breadcrumb_transparent' => '-3063-',
'macrocategory_id' => '3063',
'count' => '30',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 3 => array(
'Categories' => array(
'categories_id' => '3258',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2018-07-10 15:30:29',
'last_modified' => '2018-07-10 15:30:29',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3258',
'language_id' => '1',
'categories_name' => 'Adattatori',
'breadcrumb' => 'Adattatori',
'breadcrumb_code' => '3258',
'new_breadcrumb_code' => '-3258-',
'breadcrumb_transparent' => '-3258-',
'macrocategory_id' => '3258',
'count' => '6',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 4 => array(
'Categories' => array(
'categories_id' => '7',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:28:32',
'last_modified' => '2009-04-16 10:50:08',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '7',
'language_id' => '1',
'categories_name' => 'AREA GAMES',
'breadcrumb' => 'AREA GAMES',
'breadcrumb_code' => '7',
'new_breadcrumb_code' => '-7-',
'breadcrumb_transparent' => '-7-',
'macrocategory_id' => '7',
'count' => '12911',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => '10',
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 5 => array(
'Categories' => array(
'categories_id' => '3049',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2013-11-08 07:30:51',
'last_modified' => '2013-11-08 07:30:51',
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3049',
'language_id' => '1',
'categories_name' => 'Assistenze',
'breadcrumb' => 'Assistenze',
'breadcrumb_code' => '3049',
'new_breadcrumb_code' => '-3049-',
'breadcrumb_transparent' => '-3049-',
'macrocategory_id' => '3049',
'count' => '9728',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 6 => array(
'Categories' => array(
'categories_id' => '8',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:30:02',
'last_modified' => '2009-04-16 10:49:41',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '8',
'language_id' => '1',
'categories_name' => 'AUDIO VIDEO FOTO',
'breadcrumb' => 'AUDIO VIDEO FOTO',
'breadcrumb_code' => '8',
'new_breadcrumb_code' => '-8-',
'breadcrumb_transparent' => '-8-',
'macrocategory_id' => '8',
'count' => '91538',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 7 => array(
'Categories' => array(
'categories_id' => '3097',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:20:46',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3097',
'language_id' => '1',
'categories_name' => 'Audio, Video, Foto',
'breadcrumb' => 'Audio, Video, Foto',
'breadcrumb_code' => '3097',
'new_breadcrumb_code' => '-3097-',
'breadcrumb_transparent' => '-3097-',
'macrocategory_id' => '3097',
'count' => '13',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 8 => array(
'Categories' => array(
'categories_id' => '1346',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2008-10-12 01:59:31',
'last_modified' => '2009-04-16 10:55:15',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '1346',
'language_id' => '1',
'categories_name' => 'CASA E UFFICIO',
'breadcrumb' => 'CASA E UFFICIO',
'breadcrumb_code' => '1346',
'new_breadcrumb_code' => '-1346-',
'breadcrumb_transparent' => '-1346-',
'macrocategory_id' => '1346',
'count' => '25749',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 9 => array(
'Categories' => array(
'categories_id' => '3118',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:27:07',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3118',
'language_id' => '1',
'categories_name' => 'Casa e Ufficio',
'breadcrumb' => 'Casa e Ufficio',
'breadcrumb_code' => '3118',
'new_breadcrumb_code' => '-3118-',
'breadcrumb_transparent' => '-3118-',
'macrocategory_id' => '3118',
'count' => '299',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 10 => array(
'Categories' => array(
'categories_id' => '3227',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:56:42',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3227',
'language_id' => '1',
'categories_name' => 'Computer',
'breadcrumb' => 'Computer',
'breadcrumb_code' => '3227',
'new_breadcrumb_code' => '-3227-',
'breadcrumb_transparent' => '-3227-',
'macrocategory_id' => '3227',
'count' => '7',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 11 => array(
'Categories' => array(
'categories_id' => '102',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 23:02:31',
'last_modified' => '2009-04-16 10:55:28',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '102',
'language_id' => '1',
'categories_name' => 'CONSUMABILI',
'breadcrumb' => 'CONSUMABILI',
'breadcrumb_code' => '102',
'new_breadcrumb_code' => '-102-',
'breadcrumb_transparent' => '-102-',
'macrocategory_id' => '102',
'count' => '11943',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 12 => array(
'Categories' => array(
'categories_id' => '3278',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2022-06-20 19:52:58',
'last_modified' => '2022-06-20 19:52:58',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3278',
'language_id' => '1',
'categories_name' => 'Cyber protection Server',
'breadcrumb' => 'Cyber protection Server',
'breadcrumb_code' => '3278',
'new_breadcrumb_code' => '-3278-',
'breadcrumb_transparent' => '-3278-',
'macrocategory_id' => '3278',
'count' => '14',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 13 => array(
'Categories' => array(
'categories_id' => '3262',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2019-03-27 07:30:34',
'last_modified' => '2019-03-27 07:30:34',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3262',
'language_id' => '1',
'categories_name' => 'ELETTRICO VENTILATO',
'breadcrumb' => 'ELETTRICO VENTILATO',
'breadcrumb_code' => '3262',
'new_breadcrumb_code' => '-3262-',
'breadcrumb_transparent' => '-3262-',
'macrocategory_id' => '3262',
'count' => '2',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 14 => array(
'Categories' => array(
'categories_id' => '2609',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2009-11-04 07:56:36',
'last_modified' => '2010-10-17 17:33:28',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '2609',
'language_id' => '1',
'categories_name' => 'FILM SERIE-TV E ALTRO',
'breadcrumb' => 'FILM SERIE-TV E ALTRO',
'breadcrumb_code' => '2609',
'new_breadcrumb_code' => '-2609-',
'breadcrumb_transparent' => '-2609-',
'macrocategory_id' => '2609',
'count' => '949',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 15 => array(
'Categories' => array(
'categories_id' => '1',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:25:04',
'last_modified' => '2009-04-16 10:55:42',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '1',
'language_id' => '1',
'categories_name' => 'HARDWARE',
'breadcrumb' => 'HARDWARE',
'breadcrumb_code' => '1',
'new_breadcrumb_code' => '-1-',
'breadcrumb_transparent' => '-1-',
'macrocategory_id' => '1',
'count' => '38831',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '10',
'ricarico_impostato' => '10',
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 16 => array(
'Categories' => array(
'categories_id' => '3260',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2019-03-22 07:30:32',
'last_modified' => '2019-03-22 07:30:32',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3260',
'language_id' => '1',
'categories_name' => 'Livelle laser',
'breadcrumb' => 'Livelle laser',
'breadcrumb_code' => '3260',
'new_breadcrumb_code' => '-3260-',
'breadcrumb_transparent' => '-3260-',
'macrocategory_id' => '3260',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 17 => array(
'Categories' => array(
'categories_id' => '20',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:38:08',
'last_modified' => '2010-04-24 22:05:10',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '20',
'language_id' => '1',
'categories_name' => 'MONITOR',
'breadcrumb' => 'MONITOR',
'breadcrumb_code' => '20',
'new_breadcrumb_code' => '-20-',
'breadcrumb_transparent' => '-20-',
'macrocategory_id' => '20',
'count' => '3368',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '10',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 18 => array(
'Categories' => array(
'categories_id' => '5',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:27:09',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '5',
'language_id' => '1',
'categories_name' => 'NAVIGATORI SATELLITARI / GPS',
'breadcrumb' => 'NAVIGATORI SATELLITARI / GPS',
'breadcrumb_code' => '5',
'new_breadcrumb_code' => '-5-',
'breadcrumb_transparent' => '-5-',
'macrocategory_id' => '5',
'count' => '66',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 19 => array(
'Categories' => array(
'categories_id' => '22',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:38:43',
'last_modified' => '2010-04-24 22:05:40',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '22',
'language_id' => '1',
'categories_name' => 'NETWORKING',
'breadcrumb' => 'NETWORKING',
'breadcrumb_code' => '22',
'new_breadcrumb_code' => '-22-',
'breadcrumb_transparent' => '-22-',
'macrocategory_id' => '22',
'count' => '11983',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 20 => array(
'Categories' => array(
'categories_id' => '3211',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:53:06',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3211',
'language_id' => '1',
'categories_name' => 'Networking',
'breadcrumb' => 'Networking',
'breadcrumb_code' => '3211',
'new_breadcrumb_code' => '-3211-',
'breadcrumb_transparent' => '-3211-',
'macrocategory_id' => '3211',
'count' => '11',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 21 => array(
'Categories' => array(
'categories_id' => '1432',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2008-10-22 12:57:24',
'last_modified' => '2009-04-16 10:55:59',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '1432',
'language_id' => '1',
'categories_name' => 'NOTEBOOK E PC',
'breadcrumb' => 'NOTEBOOK E PC',
'breadcrumb_code' => '1432',
'new_breadcrumb_code' => '-1432-',
'breadcrumb_transparent' => '-1432-',
'macrocategory_id' => '1432',
'count' => '57910',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 22 => array(
'Categories' => array(
'categories_id' => '3062',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-23 14:43:14',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3062',
'language_id' => '1',
'categories_name' => 'nuovo',
'breadcrumb' => 'nuovo',
'breadcrumb_code' => '3062',
'new_breadcrumb_code' => '-3062-',
'breadcrumb_transparent' => '-3062-',
'macrocategory_id' => '3062',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 23 => array(
'Categories' => array(
'categories_id' => '3261',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2019-03-25 15:30:37',
'last_modified' => '2019-03-25 15:30:37',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3261',
'language_id' => '1',
'categories_name' => 'ORBITALI E ROTORBITALI',
'breadcrumb' => 'ORBITALI E ROTORBITALI',
'breadcrumb_code' => '3261',
'new_breadcrumb_code' => '-3261-',
'breadcrumb_transparent' => '-3261-',
'macrocategory_id' => '3261',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 24 => array(
'Categories' => array(
'categories_id' => '3263',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2019-04-16 07:30:25',
'last_modified' => '2019-04-16 07:30:25',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3263',
'language_id' => '1',
'categories_name' => 'Patch Cord in Fibra Ottica',
'breadcrumb' => 'Patch Cord in Fibra Ottica',
'breadcrumb_code' => '3263',
'new_breadcrumb_code' => '-3263-',
'breadcrumb_transparent' => '-3263-',
'macrocategory_id' => '3263',
'count' => '226',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 25 => array(
'Categories' => array(
'categories_id' => '3180',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:44:11',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3180',
'language_id' => '1',
'categories_name' => 'Periferiche',
'breadcrumb' => 'Periferiche',
'breadcrumb_code' => '3180',
'new_breadcrumb_code' => '-3180-',
'breadcrumb_transparent' => '-3180-',
'macrocategory_id' => '3180',
'count' => '3',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 26 => array(
'Categories' => array(
'categories_id' => '3259',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2018-07-10 15:30:29',
'last_modified' => '2018-07-10 15:30:29',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3259',
'language_id' => '1',
'categories_name' => 'Precaricato',
'breadcrumb' => 'Precaricato',
'breadcrumb_code' => '3259',
'new_breadcrumb_code' => '-3259-',
'breadcrumb_transparent' => '-3259-',
'macrocategory_id' => '3259',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 27 => array(
'Categories' => array(
'categories_id' => '3271',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2021-01-15 07:30:26',
'last_modified' => '2021-01-15 07:30:26',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3271',
'language_id' => '1',
'categories_name' => 'Seggiolini',
'breadcrumb' => 'Seggiolini',
'breadcrumb_code' => '3271',
'new_breadcrumb_code' => '-3271-',
'breadcrumb_transparent' => '-3271-',
'macrocategory_id' => '3271',
'count' => '1',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 28 => array(
'Categories' => array(
'categories_id' => '242',
'tracking' => 'serial',
'reverse_charge_if_dealer' => 'cellulari',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-10 10:28:50',
'last_modified' => '2009-04-16 11:20:19',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '242',
'language_id' => '1',
'categories_name' => 'SMARTPHONE / TELEFONIA / CELLULARI',
'breadcrumb' => 'SMARTPHONE / TELEFONIA / CELLULARI',
'breadcrumb_code' => '242',
'new_breadcrumb_code' => '-242-',
'breadcrumb_transparent' => '-242-',
'macrocategory_id' => '242',
'count' => '6251',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 29 => array(
'Categories' => array(
'categories_id' => '3231',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:57:32',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3231',
'language_id' => '1',
'categories_name' => 'Software',
'breadcrumb' => 'Software',
'breadcrumb_code' => '3231',
'new_breadcrumb_code' => '-3231-',
'breadcrumb_transparent' => '-3231-',
'macrocategory_id' => '3231',
'count' => '210',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 30 => array(
'Categories' => array(
'categories_id' => '1347',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2008-10-12 02:25:23',
'last_modified' => '2009-04-29 07:54:29',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '1347',
'language_id' => '1',
'categories_name' => 'SOFTWARE / ESTENSIONI DI GARANZIA',
'breadcrumb' => 'SOFTWARE / ESTENSIONI DI GARANZIA',
'breadcrumb_code' => '1347',
'new_breadcrumb_code' => '-1347-',
'breadcrumb_transparent' => '-1347-',
'macrocategory_id' => '1347',
'count' => '26566',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 31 => array(
'Categories' => array(
'categories_id' => '3272',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2021-03-29 15:30:28',
'last_modified' => '2021-03-29 15:30:28',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3272',
'language_id' => '1',
'categories_name' => 'SoundBar',
'breadcrumb' => 'SoundBar',
'breadcrumb_code' => '3272',
'new_breadcrumb_code' => '-3272-',
'breadcrumb_transparent' => '-3272-',
'macrocategory_id' => '3272',
'count' => '17',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 32 => array(
'Categories' => array(
'categories_id' => '31',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2007-12-06 13:43:09',
'last_modified' => '2010-04-24 22:07:00',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '31',
'language_id' => '1',
'categories_name' => 'STAMPANTI / MULTIFUNZIONE',
'breadcrumb' => 'STAMPANTI / MULTIFUNZIONE',
'breadcrumb_code' => '31',
'new_breadcrumb_code' => '-31-',
'breadcrumb_transparent' => '-31-',
'macrocategory_id' => '31',
'count' => '26425',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '10',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 33 => array(
'Categories' => array(
'categories_id' => '3222',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:55:02',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3222',
'language_id' => '1',
'categories_name' => 'Storage e Memorie',
'breadcrumb' => 'Storage e Memorie',
'breadcrumb_code' => '3222',
'new_breadcrumb_code' => '-3222-',
'breadcrumb_transparent' => '-3222-',
'macrocategory_id' => '3222',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 34 => array(
'Categories' => array(
'categories_id' => '3302',
'tracking' => 'none',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2025-03-26 08:19:37',
'last_modified' => '2025-03-26 08:19:37',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3302',
'language_id' => '1',
'categories_name' => 'Strumenti Sviluppo',
'breadcrumb' => 'Strumenti Sviluppo',
'breadcrumb_code' => '3302',
'new_breadcrumb_code' => '-3302-',
'breadcrumb_transparent' => '-3302-',
'macrocategory_id' => '3302',
'count' => '0',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 35 => array(
'Categories' => array(
'categories_id' => '3197',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:49:28',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3197',
'language_id' => '1',
'categories_name' => 'Telefonia, Tablet, Navigazione',
'breadcrumb' => 'Telefonia, Tablet, Navigazione',
'breadcrumb_code' => '3197',
'new_breadcrumb_code' => '-3197-',
'breadcrumb_transparent' => '-3197-',
'macrocategory_id' => '3197',
'count' => '73',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 36 => array(
'Categories' => array(
'categories_id' => '3255',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => null,
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2017-05-31 07:30:23',
'last_modified' => '2017-05-31 07:30:23',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '3255',
'language_id' => '1',
'categories_name' => 'Telescopi Catadiottrici',
'breadcrumb' => 'Telescopi Catadiottrici',
'breadcrumb_code' => '3255',
'new_breadcrumb_code' => '-3255-',
'breadcrumb_transparent' => '-3255-',
'macrocategory_id' => '3255',
'count' => '6',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
),
(int) 37 => array(
'Categories' => array(
'categories_id' => '1314',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2008-09-08 13:02:58',
'last_modified' => '2010-11-03 13:40:39',
'transparent' => true,
'visibleInTree' => true
),
'CategoriesDescription' => array(
'categories_id' => '1314',
'language_id' => '1',
'categories_name' => 'TV E MULTIMEDIA',
'breadcrumb' => 'TV E MULTIMEDIA',
'breadcrumb_code' => '1314',
'new_breadcrumb_code' => '-1314-',
'breadcrumb_transparent' => '-1314-',
'macrocategory_id' => '1314',
'count' => '4053',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => '0',
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => '0',
'ricarico_euro_impostato' => null
)
),
(int) 38 => array(
'Categories' => array(
'categories_id' => '3129',
'tracking' => 'serial',
'reverse_charge_if_dealer' => '',
'categories_image' => '',
'parent_id' => '0',
'sort_order' => '0',
'date_added' => '2014-05-26 10:30:01',
'last_modified' => null,
'transparent' => true,
'visibleInTree' => false
),
'CategoriesDescription' => array(
'categories_id' => '3129',
'language_id' => '1',
'categories_name' => 'TV e Multimedia',
'breadcrumb' => 'TV e Multimedia',
'breadcrumb_code' => '3129',
'new_breadcrumb_code' => '-3129-',
'breadcrumb_transparent' => '-3129-',
'macrocategory_id' => '3129',
'count' => '3',
'date' => '0000-00-00 00:00:00',
'ricarico_effettivo' => null,
'ricarico_impostato' => null,
'ricarico_euro_effettivo' => null,
'ricarico_euro_impostato' => null
)
)
)
$theme = ''
$myPath = array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
)
$timeArray = array()
$timeStart = (float) 1744035901.2483
$content_for_layout = '<h2>Missing Database Connection</h2>
<p class="error">
<strong>Error: </strong>
A Database connection using "Mysql" was missing or unable to connect. <br />
The database server returned this error: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_connection.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/DboSource.php line 278</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Mysql->connect()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$autoConnect</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">connect</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/ConnectionManager.php line 105</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">DboSource->__construct(array)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'message' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'Datasource is not found in Model/Datasource package.'</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">$_dataSources</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">] = new </span><span style="color: #0000BB">$class</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$config</span><span style="color: #007700">->{</span><span style="color: #0000BB">$name</span><span style="color: #007700">});</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">$_dataSources</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">]-></span><span style="color: #0000BB">configKeyName </span><span style="color: #007700">= </span><span style="color: #0000BB">$name</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false,
'prefix' => '',
'encoding' => 'utf8'
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Model.php line 3659</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">ConnectionManager::getDataSource(string)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig </span><span style="color: #007700">= </span><span style="color: #0000BB">$dataSource</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $db </span><span style="color: #007700">= </span><span style="color: #0000BB">ConnectionManager</span><span style="color: #007700">::</span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$oldConfig</span><span style="color: #007700">) && isset(</span><span style="color: #0000BB">$db</span><span style="color: #007700">-></span><span style="color: #0000BB">config</span><span style="color: #007700">[</span><span style="color: #DD0000">'prefix'</span><span style="color: #007700">])) {</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>'AL_import'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Model/Model.php line 1162</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">Model->setDataSource(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">void</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">setSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$tableName</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">setDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> $db </span><span style="color: #007700">= </span><span style="color: #0000BB">ConnectionManager</span><span style="color: #007700">::</span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useDbConfig</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>'AL_import'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Model/Model.php line 3686</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">Model->setSource(string)</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">() {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sourceConfigured </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useTable </span><span style="color: #007700">!== </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sourceConfigured </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">setSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">useTable</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre>'movimenti_magazzino'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Model/Model.php line 3053</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">Model->getDataSource()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return array</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected function </span><span style="color: #0000BB">_readDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDataSource</span><span style="color: #007700">()-></span><span style="color: #0000BB">read</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">resetAssociations</span><span style="color: #007700">();</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Model/Model.php line 3025</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">Model->_readDataSource(string, array)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_readDataSource</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>'first'
array(
'conditions' => 'products_id = 4857533 AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'',
'fields' => 'data_movimento',
'joins' => array(),
'limit' => (int) 1,
'offset' => null,
'order' => array(
(int) 0 => 'data_movimento DESC'
),
'page' => (int) 1,
'group' => null,
'callbacks' => true
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">APP/Controller/Component/ProdottiComponent.php line 5462</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">Model->find(string, array)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $opt</span><span style="color: #007700">[</span><span style="color: #DD0000">'conditions'</span><span style="color: #007700">] = </span><span style="color: #DD0000">"products_id = </span><span style="color: #0000BB">$pid</span><span style="color: #DD0000"> AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'"</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $opt</span><span style="color: #007700">[</span><span style="color: #DD0000">'order'</span><span style="color: #007700">] = </span><span style="color: #DD0000">"data_movimento DESC"</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $mov </span><span style="color: #007700">= </span><span style="color: #0000BB">$movimenti</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'first'</span><span style="color: #007700">, </span><span style="color: #0000BB">$opt</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>'first'
array(
'fields' => 'data_movimento',
'conditions' => 'products_id = 4857533 AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'',
'order' => 'data_movimento DESC'
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">APP/Controller/Component/ProdottiComponent.php line 4513</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">ProdottiComponent->ckBadSeller(string, string)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">#####################################################################################################################################################################</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//Aggiorno l'attributo del badseller</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $p</span><span style="color: #007700">[</span><span style="color: #DD0000">'bad_seller'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">ckBadSeller</span><span style="color: #007700">(</span><span style="color: #0000BB">$pid</span><span style="color: #007700">, </span><span style="color: #0000BB">$p</span><span style="color: #007700">[</span><span style="color: #DD0000">'products_availability_image'</span><span style="color: #007700">]);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>'4857533'
'1'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">APP/Controller/ProdottiController.php line 77</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">ProdottiComponent->product_update_general(string, integer)</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">################################################################################################################</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Prodotti</span><span style="color: #007700">-></span><span style="color: #0000BB">product_update_general</span><span style="color: #007700">(</span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre>'4857533'
(int) 0</pre></div></li>
<li><a href="#">[internal function]</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">ProdottiController->info(string)</a> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>'4857533'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">CORE/Cake/Controller/Controller.php line 499</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">ReflectionMethod->invokeArgs(ProdottiController, array)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">]</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$method</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeArgs</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">]);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(ProdottiController) {
uses => array()
components => array(
'Session' => null,
'Cookie' => null,
'Navigation' => null,
'Configuration' => null,
'Users' => null,
'Email' => null,
'Prodotti' => null,
'Prezzi' => null,
'Carrello' => null,
'Utilities' => null,
'Breadcrumb' => null,
'Utility' => null,
'Image' => null,
'Ferie' => null,
'Banners' => null,
'Config' => null,
'ToolbarAdmin' => null,
'AdoDB' => null,
'Succedanei' => null,
'Attributi' => null,
'WaitingList' => null
)
helpers => array(
(int) 0 => 'Utility'
)
prodotti => 'Prodotti'
robot => false
name => 'Prodotti'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Prodotti'
layoutPath => null
viewVars => array(
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0057368278503418,
'Dopo della generazione albero categorie' => (float) 0.00021815299987793,
'Prima BREADCRUMB' => (float) 0.00011086463928223,
'Dopo BREADCRUMB' => (float) 0.0028519630432129,
'Prima EXPO' => (float) 1.1920928955078E-6,
'Dopo EXPO' => (float) 4.1961669921875E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 3.2901763916016E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 2.9087066650391E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiNovita' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiExpo' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'breadcrumb' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'lista_cats' => array(
'parents' => array(
[maximum depth reached]
),
'childs' => array(
[maximum depth reached]
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 16 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 20 => array(
[maximum depth reached]
),
(int) 21 => array(
[maximum depth reached]
),
(int) 22 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 24 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 26 => array(
[maximum depth reached]
),
(int) 27 => array(
[maximum depth reached]
),
(int) 28 => array(
[maximum depth reached]
),
(int) 29 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 31 => array(
[maximum depth reached]
),
(int) 32 => array(
[maximum depth reached]
),
(int) 33 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
),
(int) 36 => array(
[maximum depth reached]
),
(int) 37 => array(
[maximum depth reached]
),
(int) 38 => array(
[maximum depth reached]
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.1937
)
view => 'info'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(ProdottiController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '4857533'
)
scaffold => false
methods => array(
(int) 1 => 'index',
(int) 2 => 'info',
(int) 3 => 'lista',
(int) 4 => 'expo',
(int) 5 => 'trasporto_gratuito',
(int) 6 => 'promozioni',
(int) 7 => 'novita',
(int) 8 => 'prossime_uscite',
(int) 9 => 'tools_index',
(int) 10 => 'products_update',
(int) 11 => 'rigenera_immagini_mancanti',
(int) 12 => 'tools_product_update',
(int) 13 => 'salva_immagine_provider',
(int) 14 => 'salva_immagini',
(int) 15 => 'salva_immagini_providers',
(int) 16 => 'search',
(int) 17 => 'tools_salvaScheda',
(int) 19 => 'setInterTime'
)
modelClass => 'Prodotti'
modelKey => 'prodotti'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookie => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'ALEXDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Navigation => object(NavigationComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Categories => object(Categories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Navigation'
}
Configuration => object(ConfigurationComponent) {
name => 'Configuration'
settings => array([maximum depth reached])
components => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Users => object(UsersComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Customers => object(Customers) {}
Session => object(SessionComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => 'Users'
[private] name => 'Users'
[private] Controller => object(ProdottiController) {}
}
Email => object(EmailComponent) {
to => null
from => null
replyTo => null
readReceipt => null
return => null
cc => array([maximum depth reached])
bcc => array([maximum depth reached])
date => null
subject => null
headers => array([maximum depth reached])
additionalParams => null
layout => 'default'
template => null
lineFeed => ''
sendAs => 'text'
delivery => 'mail'
charset => 'UTF-8'
attachments => array([maximum depth reached])
xMailer => 'CakePHP Email Component'
filePaths => array([maximum depth reached])
smtpOptions => array([maximum depth reached])
textMessage => null
htmlMessage => null
messageId => true
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(ProdottiController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prodotti => object(ProdottiComponent) {
components => array(
[maximum depth reached]
)
COEFFA => (int) 100
COEFFB => (int) 70
COEFFC => (int) 14
settings => array([maximum depth reached])
Products => object(Products) {}
Utilities => object(UtilitiesComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prodotti'
}
Prezzi => object(PrezziComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prezzi'
}
Carrello => object(CarrelloComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Carrello'
}
Utilities => object(UtilitiesComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Breadcrumb => object(BreadcrumbComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Prodotti => object(ProdottiComponent) {}
ProductsToCategories => object(ProductsToCategories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Utility => object(UtilityComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Image => object(ImageComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Image'
[private] articles_images_result => array([maximum depth reached])
[private] Controller => object(ProdottiController) {}
[private] result => array(
[maximum depth reached]
)
[private] articles => object(Articles) {}
[private] products => object(Products) {}
}
Ferie => object(FerieComponent) {
name => 'Ferie'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
imgPath => null
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Banners => object(BannersComponent) {
name => 'Banners'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Config => object(ConfigComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Config'
}
ToolbarAdmin => object(ToolbarAdminComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] name => 'ToolbarAdmin'
[private] controller => ''
}
AdoDB => object(AdoDBComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'AdoDB'
}
Succedanei => object(SuccedaneiComponent) {
name => 'Succedanei'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Attributi => object(AttributiComponent) {
name => 'Attributi'
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] Controller => object(ProdottiController) {}
}
WaitingList => object(WaitingListComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
array(
(int) 0 => '4857533'
)</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-12')">CORE/Cake/Routing/Dispatcher.php line 193</a> → <a href="#" onclick="traceToggle(event, 'trace-args-12')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-12" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $render </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">) {</span></span></code></pre></div> <div id="trace-args-12" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-13')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-13')">Dispatcher->_invoke(ProdottiController, CakeRequest)</a> <div id="file-excerpt-13" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) {</span></span></code></pre></div> <div id="trace-args-13" class="cake-code-dump" style="display: none;"><pre>object(ProdottiController) {
uses => array()
components => array(
'Session' => null,
'Cookie' => null,
'Navigation' => null,
'Configuration' => null,
'Users' => null,
'Email' => null,
'Prodotti' => null,
'Prezzi' => null,
'Carrello' => null,
'Utilities' => null,
'Breadcrumb' => null,
'Utility' => null,
'Image' => null,
'Ferie' => null,
'Banners' => null,
'Config' => null,
'ToolbarAdmin' => null,
'AdoDB' => null,
'Succedanei' => null,
'Attributi' => null,
'WaitingList' => null
)
helpers => array(
(int) 0 => 'Utility'
)
prodotti => 'Prodotti'
robot => false
name => 'Prodotti'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Prodotti'
layoutPath => null
viewVars => array(
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0057368278503418,
'Dopo della generazione albero categorie' => (float) 0.00021815299987793,
'Prima BREADCRUMB' => (float) 0.00011086463928223,
'Dopo BREADCRUMB' => (float) 0.0028519630432129,
'Prima EXPO' => (float) 1.1920928955078E-6,
'Dopo EXPO' => (float) 4.1961669921875E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 3.2901763916016E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 2.9087066650391E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiNovita' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiExpo' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'breadcrumb' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'lista_cats' => array(
'parents' => array(
[maximum depth reached]
),
'childs' => array(
[maximum depth reached]
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 16 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 20 => array(
[maximum depth reached]
),
(int) 21 => array(
[maximum depth reached]
),
(int) 22 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 24 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 26 => array(
[maximum depth reached]
),
(int) 27 => array(
[maximum depth reached]
),
(int) 28 => array(
[maximum depth reached]
),
(int) 29 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 31 => array(
[maximum depth reached]
),
(int) 32 => array(
[maximum depth reached]
),
(int) 33 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
),
(int) 36 => array(
[maximum depth reached]
),
(int) 37 => array(
[maximum depth reached]
),
(int) 38 => array(
[maximum depth reached]
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.1937
)
view => 'info'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(ProdottiController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '4857533'
)
scaffold => false
methods => array(
(int) 1 => 'index',
(int) 2 => 'info',
(int) 3 => 'lista',
(int) 4 => 'expo',
(int) 5 => 'trasporto_gratuito',
(int) 6 => 'promozioni',
(int) 7 => 'novita',
(int) 8 => 'prossime_uscite',
(int) 9 => 'tools_index',
(int) 10 => 'products_update',
(int) 11 => 'rigenera_immagini_mancanti',
(int) 12 => 'tools_product_update',
(int) 13 => 'salva_immagine_provider',
(int) 14 => 'salva_immagini',
(int) 15 => 'salva_immagini_providers',
(int) 16 => 'search',
(int) 17 => 'tools_salvaScheda',
(int) 19 => 'setInterTime'
)
modelClass => 'Prodotti'
modelKey => 'prodotti'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookie => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'ALEXDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Navigation => object(NavigationComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Categories => object(Categories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Navigation'
}
Configuration => object(ConfigurationComponent) {
name => 'Configuration'
settings => array([maximum depth reached])
components => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Users => object(UsersComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Customers => object(Customers) {}
Session => object(SessionComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => 'Users'
[private] name => 'Users'
[private] Controller => object(ProdottiController) {}
}
Email => object(EmailComponent) {
to => null
from => null
replyTo => null
readReceipt => null
return => null
cc => array([maximum depth reached])
bcc => array([maximum depth reached])
date => null
subject => null
headers => array([maximum depth reached])
additionalParams => null
layout => 'default'
template => null
lineFeed => ''
sendAs => 'text'
delivery => 'mail'
charset => 'UTF-8'
attachments => array([maximum depth reached])
xMailer => 'CakePHP Email Component'
filePaths => array([maximum depth reached])
smtpOptions => array([maximum depth reached])
textMessage => null
htmlMessage => null
messageId => true
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(ProdottiController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prodotti => object(ProdottiComponent) {
components => array(
[maximum depth reached]
)
COEFFA => (int) 100
COEFFB => (int) 70
COEFFC => (int) 14
settings => array([maximum depth reached])
Products => object(Products) {}
Utilities => object(UtilitiesComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prodotti'
}
Prezzi => object(PrezziComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prezzi'
}
Carrello => object(CarrelloComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Carrello'
}
Utilities => object(UtilitiesComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Breadcrumb => object(BreadcrumbComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Prodotti => object(ProdottiComponent) {}
ProductsToCategories => object(ProductsToCategories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Utility => object(UtilityComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Image => object(ImageComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Image'
[private] articles_images_result => array([maximum depth reached])
[private] Controller => object(ProdottiController) {}
[private] result => array(
[maximum depth reached]
)
[private] articles => object(Articles) {}
[private] products => object(Products) {}
}
Ferie => object(FerieComponent) {
name => 'Ferie'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
imgPath => null
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Banners => object(BannersComponent) {
name => 'Banners'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Config => object(ConfigComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Config'
}
ToolbarAdmin => object(ToolbarAdminComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] name => 'ToolbarAdmin'
[private] controller => ''
}
AdoDB => object(AdoDBComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'AdoDB'
}
Succedanei => object(SuccedaneiComponent) {
name => 'Succedanei'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Attributi => object(AttributiComponent) {
name => 'Attributi'
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] Controller => object(ProdottiController) {}
}
WaitingList => object(WaitingListComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-14')">APP/webroot/index.php line 110</a> → <a href="#" onclick="traceToggle(event, 'trace-args-14')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-14" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(
</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),
</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-14" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 307 => 'Temporary Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Time-out',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Request Entity Too Large',
(int) 414 => 'Request-URI Too Large',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Requested range not satisfiable',
(int) 417 => 'Expectation Failed',
(int) 429 => 'Too Many Requests',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Time-out',
(int) 505 => 'Unsupported Version'
)
[protected] _mimeTypes => array(
'html' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'json' => 'application/json',
'xml' => array(
(int) 0 => 'application/xml',
(int) 1 => 'text/xml'
),
'rss' => 'application/rss+xml',
'ai' => 'application/postscript',
'bcpio' => 'application/x-bcpio',
'bin' => 'application/octet-stream',
'ccad' => 'application/clariscad',
'cdf' => 'application/x-netcdf',
'class' => 'application/octet-stream',
'cpio' => 'application/x-cpio',
'cpt' => 'application/mac-compactpro',
'csh' => 'application/x-csh',
'csv' => array(
(int) 0 => 'text/csv',
(int) 1 => 'application/vnd.ms-excel'
),
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'drw' => 'application/drafting',
'dvi' => 'application/x-dvi',
'dwg' => 'application/acad',
'dxf' => 'application/dxf',
'dxr' => 'application/x-director',
'eot' => 'application/vnd.ms-fontobject',
'eps' => 'application/postscript',
'exe' => 'application/octet-stream',
'ez' => 'application/andrew-inset',
'flv' => 'video/x-flv',
'gtar' => 'application/x-gtar',
'gz' => 'application/x-gzip',
'bz2' => 'application/x-bzip',
'7z' => 'application/x-7z-compressed',
'hdf' => 'application/x-hdf',
'hqx' => 'application/mac-binhex40',
'ico' => 'image/x-icon',
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
'lzh' => 'application/octet-stream',
'man' => 'application/x-troff-man',
'me' => 'application/x-troff-me',
'mif' => 'application/vnd.mif',
'ms' => 'application/x-troff-ms',
'nc' => 'application/x-netcdf',
'oda' => 'application/oda',
'otf' => 'font/otf',
'pdf' => 'application/pdf',
'pgn' => 'application/x-chess-pgn',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'ppz' => 'application/vnd.ms-powerpoint',
'pre' => 'application/x-freelance',
'prt' => 'application/pro_eng',
'ps' => 'application/postscript',
'roff' => 'application/x-troff',
'scm' => 'application/x-lotusscreencam',
'set' => 'application/set',
'sh' => 'application/x-sh',
'shar' => 'application/x-shar',
'sit' => 'application/x-stuffit',
'skd' => 'application/x-koan',
'skm' => 'application/x-koan',
'skp' => 'application/x-koan',
'skt' => 'application/x-koan',
'smi' => 'application/smil',
'smil' => 'application/smil',
'sol' => 'application/solids',
'spl' => 'application/x-futuresplash',
'src' => 'application/x-wais-source',
'step' => 'application/STEP',
'stl' => 'application/SLA',
'stp' => 'application/STEP',
'sv4cpio' => 'application/x-sv4cpio',
'sv4crc' => 'application/x-sv4crc',
'svg' => 'image/svg+xml',
'svgz' => 'image/svg+xml',
'swf' => 'application/x-shockwave-flash',
't' => 'application/x-troff',
'tar' => 'application/x-tar',
'tcl' => 'application/x-tcl',
'tex' => 'application/x-tex',
'texi' => 'application/x-texinfo',
'texinfo' => 'application/x-texinfo',
'tr' => 'application/x-troff',
'tsp' => 'application/dsptype',
'ttc' => 'font/ttf',
'ttf' => 'font/ttf',
'unv' => 'application/i-deas',
'ustar' => 'application/x-ustar',
'vcd' => 'application/x-cdlink',
'vda' => 'application/vda',
'xlc' => 'application/vnd.ms-excel',
'xll' => 'application/vnd.ms-excel',
'xlm' => 'application/vnd.ms-excel',
'xls' => 'application/vnd.ms-excel',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xlw' => 'application/vnd.ms-excel',
'zip' => 'application/zip',
'aif' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'au' => 'audio/basic',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'ogg' => 'audio/ogg',
'oga' => 'audio/ogg',
'spx' => 'audio/ogg',
'ra' => 'audio/x-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rm' => 'audio/x-pn-realaudio',
'rpm' => 'audio/x-pn-realaudio-plugin',
'snd' => 'audio/basic',
'tsi' => 'audio/TSP-audio',
'wav' => 'audio/x-wav',
'aac' => 'audio/aac',
'asc' => 'text/plain',
'c' => 'text/plain',
'cc' => 'text/plain',
'css' => 'text/css',
'etx' => 'text/x-setext',
'f' => 'text/plain',
'f90' => 'text/plain',
'h' => 'text/plain',
'hh' => 'text/plain',
'htm' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',
'sgm' => 'text/sgml',
'sgml' => 'text/sgml',
'tsv' => 'text/tab-separated-values',
'tpl' => 'text/template',
'txt' => 'text/plain',
'text' => 'text/plain',
'avi' => 'video/x-msvideo',
'fli' => 'video/x-fli',
'mov' => 'video/quicktime',
'movie' => 'video/x-sgi-movie',
'mpe' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'qt' => 'video/quicktime',
'viv' => 'video/vnd.vivo',
'vivo' => 'video/vnd.vivo',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mp4' => 'video/mp4',
'm4v' => 'video/mp4',
'f4v' => 'video/mp4',
'f4p' => 'video/mp4',
'm4a' => 'audio/mp4',
'f4a' => 'audio/mp4',
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
'pnm' => 'image/x-portable-anymap',
'ppm' => 'image/x-portable-pixmap',
'ras' => 'image/cmu-raster',
'rgb' => 'image/x-rgb',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'xbm' => 'image/x-xbitmap',
'xpm' => 'image/x-xpixmap',
'xwd' => 'image/x-xwindowdump',
'psd' => array(
(int) 0 => 'application/photoshop',
(int) 1 => 'application/psd',
(int) 2 => 'image/psd',
(int) 3 => 'image/x-photoshop',
(int) 4 => 'image/photoshop',
(int) 5 => 'zz-application/zz-winassoc-psd'
),
'ice' => 'x-conference/x-cooltalk',
'iges' => 'model/iges',
'igs' => 'model/iges',
'mesh' => 'model/mesh',
'msh' => 'model/mesh',
'silo' => 'model/mesh',
'vrml' => 'model/vrml',
'wrl' => 'model/vrml',
'mime' => 'www/mime',
'pdb' => 'chemical/x-pdb',
'xyz' => 'chemical/x-pdb',
'javascript' => 'application/javascript',
'form' => 'application/x-www-form-urlencoded',
'file' => 'multipart/form-data',
'xhtml' => array(
(int) 0 => 'application/xhtml+xml',
(int) 1 => 'application/xhtml',
(int) 2 => 'text/xhtml'
),
'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
'atom' => 'application/atom+xml',
'amf' => 'application/x-amf',
'wap' => array(
(int) 0 => 'text/vnd.wap.wml',
(int) 1 => 'text/vnd.wap.wmlscript',
(int) 2 => 'image/vnd.wap.wbmp'
),
'wml' => 'text/vnd.wap.wml',
'wmlscript' => 'text/vnd.wap.wmlscript',
'wbmp' => 'image/vnd.wap.wbmp',
'woff' => 'application/x-font-woff',
'webp' => 'image/webp',
'appcache' => 'text/cache-manifest',
'manifest' => 'text/cache-manifest',
'htc' => 'text/x-component',
'rdf' => 'application/xml',
'crx' => 'application/x-chrome-extension',
'oex' => 'application/x-opera-extension',
'xpi' => 'application/x-xpinstall',
'safariextz' => 'application/octet-stream',
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array()
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array()
[protected] _cookies => array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$myKeyword = 'vendita assistenza pc torino, VENDITA ASSISTENZA PC TORINO, vendita notebook torino, VENDITA NOTEBOOK TORINO, vendita console torino, VENDITA CONSOLE TORINO, vendita stampanti torino, VENDITA STAMPANTI TORINO, giochi usati playstation torino, GIOCHI USATI PLAYSTATION TORINO'
$myTitle = 'Vendita assistenza pc torino Vendita notebook torino Vendita console torino | ALEX.IT'
$myDescription = '' include - APP/View/Elements/meta.ctp, line 66
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/default.ctp, line 7
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
| ALEX.IT
Sto eseguendo l'operazione...
Missing Database Connection
Error:
A Database connection using "Mysql" was missing or unable to connect.
The database server returned this error: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Notice:
If you want to customize this error message, create app/View/Errors/missing_connection.ctp
Stack Trace
CORE/Cake/Model/Datasource/DboSource.php line 278 → Mysql->connect() ));
}
if ( $autoConnect ) {
$this -> connect ();
}
CORE/Cake/Model/ConnectionManager.php line 105 → DboSource->__construct(array) 'message' => 'Datasource is not found in Model/Datasource package.'
));
}
static:: $_dataSources [ $name ] = new $class (static:: $config ->{ $name });
static:: $_dataSources [ $name ]-> configKeyName = $name ;
array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false,
'prefix' => '',
'encoding' => 'utf8'
)
CORE/Cake/Model/Model.php line 3659 → ConnectionManager::getDataSource(string) $this -> useDbConfig = $dataSource ;
}
$db = ConnectionManager :: getDataSource ( $this -> useDbConfig );
if (!empty( $oldConfig ) && isset( $db -> config [ 'prefix' ])) {
CORE/Cake/Model/Model.php line 1162 → Model->setDataSource(string) * @return void
*/
public function setSource ( $tableName ) {
$this -> setDataSource ( $this -> useDbConfig );
$db = ConnectionManager :: getDataSource ( $this -> useDbConfig );
CORE/Cake/Model/Model.php line 3686 → Model->setSource(string) public function getDataSource () {
if (! $this -> _sourceConfigured && $this -> useTable !== false ) {
$this -> _sourceConfigured = true ;
$this -> setSource ( $this -> useTable );
}
CORE/Cake/Model/Model.php line 3053 → Model->getDataSource() * @return array
*/
protected function _readDataSource ( $type , $query ) {
$results = $this -> getDataSource ()-> read ( $this , $query );
$this -> resetAssociations ();
CORE/Cake/Model/Model.php line 3025 → Model->_readDataSource(string, array) return null ;
}
return $this -> _readDataSource ( $type , $query );
}
'first'
array(
'conditions' => 'products_id = 4857533 AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'',
'fields' => 'data_movimento',
'joins' => array(),
'limit' => (int) 1,
'offset' => null,
'order' => array(
(int) 0 => 'data_movimento DESC'
),
'page' => (int) 1,
'group' => null,
'callbacks' => true
)
APP/Controller/Component/ProdottiComponent.php line 5462 → Model->find(string, array) $opt [ 'conditions' ] = "products_id = $pid AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'" ;
$opt [ 'order' ] = "data_movimento DESC" ;
$mov = $movimenti -> find ( 'first' , $opt );
'first'
array(
'fields' => 'data_movimento',
'conditions' => 'products_id = 4857533 AND tipo_movimento IN('A','V') AND movimento_id NOT LIKE 'comp_%'',
'order' => 'data_movimento DESC'
)
APP/Controller/Component/ProdottiComponent.php line 4513 → ProdottiComponent->ckBadSeller(string, string) #####################################################################################################################################################################
//Aggiorno l'attributo del badseller
$p [ 'bad_seller' ] = $this -> ckBadSeller ( $pid , $p [ 'products_availability_image' ]);
APP/Controller/ProdottiController.php line 77 → ProdottiComponent->product_update_general(string, integer)
################################################################################################################
$this -> Prodotti -> product_update_general ( $id , 0 );
[internal function] → ProdottiController->info(string)
CORE/Cake/Controller/Controller.php line 499 → ReflectionMethod->invokeArgs(ProdottiController, array) 'action' => $request -> params [ 'action' ]
));
}
return $method -> invokeArgs ( $this , $request -> params [ 'pass' ]);
object(ProdottiController) {
uses => array()
components => array(
'Session' => null,
'Cookie' => null,
'Navigation' => null,
'Configuration' => null,
'Users' => null,
'Email' => null,
'Prodotti' => null,
'Prezzi' => null,
'Carrello' => null,
'Utilities' => null,
'Breadcrumb' => null,
'Utility' => null,
'Image' => null,
'Ferie' => null,
'Banners' => null,
'Config' => null,
'ToolbarAdmin' => null,
'AdoDB' => null,
'Succedanei' => null,
'Attributi' => null,
'WaitingList' => null
)
helpers => array(
(int) 0 => 'Utility'
)
prodotti => 'Prodotti'
robot => false
name => 'Prodotti'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Prodotti'
layoutPath => null
viewVars => array(
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0057368278503418,
'Dopo della generazione albero categorie' => (float) 0.00021815299987793,
'Prima BREADCRUMB' => (float) 0.00011086463928223,
'Dopo BREADCRUMB' => (float) 0.0028519630432129,
'Prima EXPO' => (float) 1.1920928955078E-6,
'Dopo EXPO' => (float) 4.1961669921875E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 3.2901763916016E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 2.9087066650391E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiNovita' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiExpo' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'breadcrumb' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'lista_cats' => array(
'parents' => array(
[maximum depth reached]
),
'childs' => array(
[maximum depth reached]
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 16 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 20 => array(
[maximum depth reached]
),
(int) 21 => array(
[maximum depth reached]
),
(int) 22 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 24 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 26 => array(
[maximum depth reached]
),
(int) 27 => array(
[maximum depth reached]
),
(int) 28 => array(
[maximum depth reached]
),
(int) 29 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 31 => array(
[maximum depth reached]
),
(int) 32 => array(
[maximum depth reached]
),
(int) 33 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
),
(int) 36 => array(
[maximum depth reached]
),
(int) 37 => array(
[maximum depth reached]
),
(int) 38 => array(
[maximum depth reached]
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.1937
)
view => 'info'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(ProdottiController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '4857533'
)
scaffold => false
methods => array(
(int) 1 => 'index',
(int) 2 => 'info',
(int) 3 => 'lista',
(int) 4 => 'expo',
(int) 5 => 'trasporto_gratuito',
(int) 6 => 'promozioni',
(int) 7 => 'novita',
(int) 8 => 'prossime_uscite',
(int) 9 => 'tools_index',
(int) 10 => 'products_update',
(int) 11 => 'rigenera_immagini_mancanti',
(int) 12 => 'tools_product_update',
(int) 13 => 'salva_immagine_provider',
(int) 14 => 'salva_immagini',
(int) 15 => 'salva_immagini_providers',
(int) 16 => 'search',
(int) 17 => 'tools_salvaScheda',
(int) 19 => 'setInterTime'
)
modelClass => 'Prodotti'
modelKey => 'prodotti'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookie => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'ALEXDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Navigation => object(NavigationComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Categories => object(Categories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Navigation'
}
Configuration => object(ConfigurationComponent) {
name => 'Configuration'
settings => array([maximum depth reached])
components => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Users => object(UsersComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Customers => object(Customers) {}
Session => object(SessionComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => 'Users'
[private] name => 'Users'
[private] Controller => object(ProdottiController) {}
}
Email => object(EmailComponent) {
to => null
from => null
replyTo => null
readReceipt => null
return => null
cc => array([maximum depth reached])
bcc => array([maximum depth reached])
date => null
subject => null
headers => array([maximum depth reached])
additionalParams => null
layout => 'default'
template => null
lineFeed => ''
sendAs => 'text'
delivery => 'mail'
charset => 'UTF-8'
attachments => array([maximum depth reached])
xMailer => 'CakePHP Email Component'
filePaths => array([maximum depth reached])
smtpOptions => array([maximum depth reached])
textMessage => null
htmlMessage => null
messageId => true
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(ProdottiController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prodotti => object(ProdottiComponent) {
components => array(
[maximum depth reached]
)
COEFFA => (int) 100
COEFFB => (int) 70
COEFFC => (int) 14
settings => array([maximum depth reached])
Products => object(Products) {}
Utilities => object(UtilitiesComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prodotti'
}
Prezzi => object(PrezziComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prezzi'
}
Carrello => object(CarrelloComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Carrello'
}
Utilities => object(UtilitiesComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Breadcrumb => object(BreadcrumbComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Prodotti => object(ProdottiComponent) {}
ProductsToCategories => object(ProductsToCategories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Utility => object(UtilityComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Image => object(ImageComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Image'
[private] articles_images_result => array([maximum depth reached])
[private] Controller => object(ProdottiController) {}
[private] result => array(
[maximum depth reached]
)
[private] articles => object(Articles) {}
[private] products => object(Products) {}
}
Ferie => object(FerieComponent) {
name => 'Ferie'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
imgPath => null
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Banners => object(BannersComponent) {
name => 'Banners'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Config => object(ConfigComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Config'
}
ToolbarAdmin => object(ToolbarAdminComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] name => 'ToolbarAdmin'
[private] controller => ''
}
AdoDB => object(AdoDBComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'AdoDB'
}
Succedanei => object(SuccedaneiComponent) {
name => 'Succedanei'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Attributi => object(AttributiComponent) {
name => 'Attributi'
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] Controller => object(ProdottiController) {}
}
WaitingList => object(WaitingListComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
array(
(int) 0 => '4857533'
)
CORE/Cake/Routing/Dispatcher.php line 193 → Controller->invokeAction(CakeRequest)
$response = $controller -> response ;
$render = true ;
$result = $controller -> invokeAction ( $request );
if ( $result instanceof CakeResponse ) {
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(ProdottiController, CakeRequest) ));
}
$response = $this -> _invoke ( $controller , $request );
if (isset( $request -> params [ 'return' ])) {
object(ProdottiController) {
uses => array()
components => array(
'Session' => null,
'Cookie' => null,
'Navigation' => null,
'Configuration' => null,
'Users' => null,
'Email' => null,
'Prodotti' => null,
'Prezzi' => null,
'Carrello' => null,
'Utilities' => null,
'Breadcrumb' => null,
'Utility' => null,
'Image' => null,
'Ferie' => null,
'Banners' => null,
'Config' => null,
'ToolbarAdmin' => null,
'AdoDB' => null,
'Succedanei' => null,
'Attributi' => null,
'WaitingList' => null
)
helpers => array(
(int) 0 => 'Utility'
)
prodotti => 'Prodotti'
robot => false
name => 'Prodotti'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Prodotti'
layoutPath => null
viewVars => array(
'snowEffect' => array(
'enabled' => '0',
'flakes_number' => '200'
),
'timeBefore' => array(
'Prima della generazione albero categorie' => (float) 0.0057368278503418,
'Dopo della generazione albero categorie' => (float) 0.00021815299987793,
'Prima BREADCRUMB' => (float) 0.00011086463928223,
'Dopo BREADCRUMB' => (float) 0.0028519630432129,
'Prima EXPO' => (float) 1.1920928955078E-6,
'Dopo EXPO' => (float) 4.1961669921875E-5,
'Prima NOVITA' => (float) 0,
'Dopo NOVITA' => (float) 3.2901763916016E-5,
'Prima PROSSIME USCITE' => (float) 0,
'Dopo PROSSIME USCITE' => (float) 2.9087066650391E-5
),
'urlSuggest' => 'https://www.alex.it/el/products_test_2/_search/',
'bannerFerie' => array(),
'bad_city_notice' => 'Il costo di spedizione è stato aumentato di 10 euro per spedire al Suo attuale indirizzo di consegna',
'gest_selected' => array(
(int) 0 => 'gestione',
(int) 1 => 'etichette',
(int) 2 => 'tooltip',
(int) 3 => 'operazionecommerciale',
(int) 4 => 'operazione_commerciale',
(int) 5 => 'amazon',
(int) 6 => 'etichette',
(int) 7 => 'tooltip',
(int) 8 => 'vetrine',
(int) 9 => 'home',
(int) 10 => 'tools'
),
'prodottiProssimeUscite' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiNovita' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'prodottiExpo' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'breadcrumb' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
)
),
'lista_cats' => array(
'parents' => array(
[maximum depth reached]
),
'childs' => array(
[maximum depth reached]
)
),
'user_receive_phone_calls' => false,
'navigation_left' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
),
(int) 15 => array(
[maximum depth reached]
),
(int) 16 => array(
[maximum depth reached]
),
(int) 17 => array(
[maximum depth reached]
),
(int) 18 => array(
[maximum depth reached]
),
(int) 19 => array(
[maximum depth reached]
),
(int) 20 => array(
[maximum depth reached]
),
(int) 21 => array(
[maximum depth reached]
),
(int) 22 => array(
[maximum depth reached]
),
(int) 23 => array(
[maximum depth reached]
),
(int) 24 => array(
[maximum depth reached]
),
(int) 25 => array(
[maximum depth reached]
),
(int) 26 => array(
[maximum depth reached]
),
(int) 27 => array(
[maximum depth reached]
),
(int) 28 => array(
[maximum depth reached]
),
(int) 29 => array(
[maximum depth reached]
),
(int) 30 => array(
[maximum depth reached]
),
(int) 31 => array(
[maximum depth reached]
),
(int) 32 => array(
[maximum depth reached]
),
(int) 33 => array(
[maximum depth reached]
),
(int) 34 => array(
[maximum depth reached]
),
(int) 35 => array(
[maximum depth reached]
),
(int) 36 => array(
[maximum depth reached]
),
(int) 37 => array(
[maximum depth reached]
),
(int) 38 => array(
[maximum depth reached]
)
),
'theme' => '',
'myPath' => array(
'ajax-static' => '//develop.alex.it/ajax/',
'images' => '/images/prodotti/',
'graphics' => '/images/',
'css' => '/css/',
'js' => '/js/',
'ajax' => '/ajax/',
'api' => '/api/',
'fonts' => '/fonts/',
'ftp_immagini' => '/home/www.alex-computer.it/HTML/IMAGES/',
'root' => '/'
),
'timeArray' => array(),
'timeStart' => (float) 1744035901.1937
)
view => 'info'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(ProdottiController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '4857533'
)
scaffold => false
methods => array(
(int) 1 => 'index',
(int) 2 => 'info',
(int) 3 => 'lista',
(int) 4 => 'expo',
(int) 5 => 'trasporto_gratuito',
(int) 6 => 'promozioni',
(int) 7 => 'novita',
(int) 8 => 'prossime_uscite',
(int) 9 => 'tools_index',
(int) 10 => 'products_update',
(int) 11 => 'rigenera_immagini_mancanti',
(int) 12 => 'tools_product_update',
(int) 13 => 'salva_immagine_provider',
(int) 14 => 'salva_immagini',
(int) 15 => 'salva_immagini_providers',
(int) 16 => 'search',
(int) 17 => 'tools_salvaScheda',
(int) 19 => 'setInterTime'
)
modelClass => 'Prodotti'
modelKey => 'prodotti'
validationErrors => null
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Cookie => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'ALEXDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Navigation => object(NavigationComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Categories => object(Categories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Navigation'
}
Configuration => object(ConfigurationComponent) {
name => 'Configuration'
settings => array([maximum depth reached])
components => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Users => object(UsersComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Customers => object(Customers) {}
Session => object(SessionComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => 'Users'
[private] name => 'Users'
[private] Controller => object(ProdottiController) {}
}
Email => object(EmailComponent) {
to => null
from => null
replyTo => null
readReceipt => null
return => null
cc => array([maximum depth reached])
bcc => array([maximum depth reached])
date => null
subject => null
headers => array([maximum depth reached])
additionalParams => null
layout => 'default'
template => null
lineFeed => ''
sendAs => 'text'
delivery => 'mail'
charset => 'UTF-8'
attachments => array([maximum depth reached])
xMailer => 'CakePHP Email Component'
filePaths => array([maximum depth reached])
smtpOptions => array([maximum depth reached])
textMessage => null
htmlMessage => null
messageId => true
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(ProdottiController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Prodotti => object(ProdottiComponent) {
components => array(
[maximum depth reached]
)
COEFFA => (int) 100
COEFFB => (int) 70
COEFFC => (int) 14
settings => array([maximum depth reached])
Products => object(Products) {}
Utilities => object(UtilitiesComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prodotti'
}
Prezzi => object(PrezziComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Prezzi'
}
Carrello => object(CarrelloComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Carrello'
}
Utilities => object(UtilitiesComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Breadcrumb => object(BreadcrumbComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Prodotti => object(ProdottiComponent) {}
ProductsToCategories => object(ProductsToCategories) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Utilities'
}
Utility => object(UtilityComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Image => object(ImageComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Image'
[private] articles_images_result => array([maximum depth reached])
[private] Controller => object(ProdottiController) {}
[private] result => array(
[maximum depth reached]
)
[private] articles => object(Articles) {}
[private] products => object(Products) {}
}
Ferie => object(FerieComponent) {
name => 'Ferie'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
imgPath => null
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Banners => object(BannersComponent) {
name => 'Banners'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Config => object(ConfigComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
Configuration => object(Configuration) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'Config'
}
ToolbarAdmin => object(ToolbarAdminComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] name => 'ToolbarAdmin'
[private] controller => ''
}
AdoDB => object(AdoDBComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
[private] name => 'AdoDB'
}
Succedanei => object(SuccedaneiComponent) {
name => 'Succedanei'
components => array(
[maximum depth reached]
)
Controller => object(ProdottiController) {}
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Attributi => object(AttributiComponent) {
name => 'Attributi'
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] Controller => object(ProdottiController) {}
}
WaitingList => object(WaitingListComponent) {
components => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
[private] controller => ''
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
APP/webroot/index.php line 110 → Dispatcher->dispatch(CakeRequest, CakeResponse) $Dispatcher -> dispatch (
new CakeRequest (),
new CakeResponse ()
);
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'prodotti',
'action' => 'info',
'named' => array(),
'pass' => array(
(int) 0 => '4857533'
),
'models' => array(
'Products' => array(
[maximum depth reached]
),
'Articles' => array(
[maximum depth reached]
),
'Configuration' => array(
[maximum depth reached]
),
'Categories' => array(
[maximum depth reached]
),
'Customers' => array(
[maximum depth reached]
),
'ProductsToCategories' => array(
[maximum depth reached]
),
'Ferie' => array(
[maximum depth reached]
),
'ProductsDescription' => array(
[maximum depth reached]
),
'OrdersProducts' => array(
[maximum depth reached]
),
'IstantRebate' => array(
[maximum depth reached]
),
'ProductsToOperazioneCommerciale' => array(
[maximum depth reached]
),
'Traduzioni' => array(
[maximum depth reached]
),
'Manufacturer' => array(
[maximum depth reached]
),
'ManufacturerAlias' => array(
[maximum depth reached]
),
'MovimentiMagazzino' => array(
[maximum depth reached]
),
'SiteBanners' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'prodotti/info/4857533'
base => ''
webroot => '/'
here => '/prodotti/info/4857533'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 307 => 'Temporary Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Time-out',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Request Entity Too Large',
(int) 414 => 'Request-URI Too Large',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Requested range not satisfiable',
(int) 417 => 'Expectation Failed',
(int) 429 => 'Too Many Requests',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Time-out',
(int) 505 => 'Unsupported Version'
)
[protected] _mimeTypes => array(
'html' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'json' => 'application/json',
'xml' => array(
(int) 0 => 'application/xml',
(int) 1 => 'text/xml'
),
'rss' => 'application/rss+xml',
'ai' => 'application/postscript',
'bcpio' => 'application/x-bcpio',
'bin' => 'application/octet-stream',
'ccad' => 'application/clariscad',
'cdf' => 'application/x-netcdf',
'class' => 'application/octet-stream',
'cpio' => 'application/x-cpio',
'cpt' => 'application/mac-compactpro',
'csh' => 'application/x-csh',
'csv' => array(
(int) 0 => 'text/csv',
(int) 1 => 'application/vnd.ms-excel'
),
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'drw' => 'application/drafting',
'dvi' => 'application/x-dvi',
'dwg' => 'application/acad',
'dxf' => 'application/dxf',
'dxr' => 'application/x-director',
'eot' => 'application/vnd.ms-fontobject',
'eps' => 'application/postscript',
'exe' => 'application/octet-stream',
'ez' => 'application/andrew-inset',
'flv' => 'video/x-flv',
'gtar' => 'application/x-gtar',
'gz' => 'application/x-gzip',
'bz2' => 'application/x-bzip',
'7z' => 'application/x-7z-compressed',
'hdf' => 'application/x-hdf',
'hqx' => 'application/mac-binhex40',
'ico' => 'image/x-icon',
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
'lzh' => 'application/octet-stream',
'man' => 'application/x-troff-man',
'me' => 'application/x-troff-me',
'mif' => 'application/vnd.mif',
'ms' => 'application/x-troff-ms',
'nc' => 'application/x-netcdf',
'oda' => 'application/oda',
'otf' => 'font/otf',
'pdf' => 'application/pdf',
'pgn' => 'application/x-chess-pgn',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'ppz' => 'application/vnd.ms-powerpoint',
'pre' => 'application/x-freelance',
'prt' => 'application/pro_eng',
'ps' => 'application/postscript',
'roff' => 'application/x-troff',
'scm' => 'application/x-lotusscreencam',
'set' => 'application/set',
'sh' => 'application/x-sh',
'shar' => 'application/x-shar',
'sit' => 'application/x-stuffit',
'skd' => 'application/x-koan',
'skm' => 'application/x-koan',
'skp' => 'application/x-koan',
'skt' => 'application/x-koan',
'smi' => 'application/smil',
'smil' => 'application/smil',
'sol' => 'application/solids',
'spl' => 'application/x-futuresplash',
'src' => 'application/x-wais-source',
'step' => 'application/STEP',
'stl' => 'application/SLA',
'stp' => 'application/STEP',
'sv4cpio' => 'application/x-sv4cpio',
'sv4crc' => 'application/x-sv4crc',
'svg' => 'image/svg+xml',
'svgz' => 'image/svg+xml',
'swf' => 'application/x-shockwave-flash',
't' => 'application/x-troff',
'tar' => 'application/x-tar',
'tcl' => 'application/x-tcl',
'tex' => 'application/x-tex',
'texi' => 'application/x-texinfo',
'texinfo' => 'application/x-texinfo',
'tr' => 'application/x-troff',
'tsp' => 'application/dsptype',
'ttc' => 'font/ttf',
'ttf' => 'font/ttf',
'unv' => 'application/i-deas',
'ustar' => 'application/x-ustar',
'vcd' => 'application/x-cdlink',
'vda' => 'application/vda',
'xlc' => 'application/vnd.ms-excel',
'xll' => 'application/vnd.ms-excel',
'xlm' => 'application/vnd.ms-excel',
'xls' => 'application/vnd.ms-excel',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xlw' => 'application/vnd.ms-excel',
'zip' => 'application/zip',
'aif' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'au' => 'audio/basic',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'ogg' => 'audio/ogg',
'oga' => 'audio/ogg',
'spx' => 'audio/ogg',
'ra' => 'audio/x-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rm' => 'audio/x-pn-realaudio',
'rpm' => 'audio/x-pn-realaudio-plugin',
'snd' => 'audio/basic',
'tsi' => 'audio/TSP-audio',
'wav' => 'audio/x-wav',
'aac' => 'audio/aac',
'asc' => 'text/plain',
'c' => 'text/plain',
'cc' => 'text/plain',
'css' => 'text/css',
'etx' => 'text/x-setext',
'f' => 'text/plain',
'f90' => 'text/plain',
'h' => 'text/plain',
'hh' => 'text/plain',
'htm' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',
'sgm' => 'text/sgml',
'sgml' => 'text/sgml',
'tsv' => 'text/tab-separated-values',
'tpl' => 'text/template',
'txt' => 'text/plain',
'text' => 'text/plain',
'avi' => 'video/x-msvideo',
'fli' => 'video/x-fli',
'mov' => 'video/quicktime',
'movie' => 'video/x-sgi-movie',
'mpe' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'qt' => 'video/quicktime',
'viv' => 'video/vnd.vivo',
'vivo' => 'video/vnd.vivo',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mp4' => 'video/mp4',
'm4v' => 'video/mp4',
'f4v' => 'video/mp4',
'f4p' => 'video/mp4',
'm4a' => 'audio/mp4',
'f4a' => 'audio/mp4',
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
'pnm' => 'image/x-portable-anymap',
'ppm' => 'image/x-portable-pixmap',
'ras' => 'image/cmu-raster',
'rgb' => 'image/x-rgb',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'xbm' => 'image/x-xbitmap',
'xpm' => 'image/x-xpixmap',
'xwd' => 'image/x-xwindowdump',
'psd' => array(
(int) 0 => 'application/photoshop',
(int) 1 => 'application/psd',
(int) 2 => 'image/psd',
(int) 3 => 'image/x-photoshop',
(int) 4 => 'image/photoshop',
(int) 5 => 'zz-application/zz-winassoc-psd'
),
'ice' => 'x-conference/x-cooltalk',
'iges' => 'model/iges',
'igs' => 'model/iges',
'mesh' => 'model/mesh',
'msh' => 'model/mesh',
'silo' => 'model/mesh',
'vrml' => 'model/vrml',
'wrl' => 'model/vrml',
'mime' => 'www/mime',
'pdb' => 'chemical/x-pdb',
'xyz' => 'chemical/x-pdb',
'javascript' => 'application/javascript',
'form' => 'application/x-www-form-urlencoded',
'file' => 'multipart/form-data',
'xhtml' => array(
(int) 0 => 'application/xhtml+xml',
(int) 1 => 'application/xhtml',
(int) 2 => 'text/xhtml'
),
'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
'atom' => 'application/atom+xml',
'amf' => 'application/x-amf',
'wap' => array(
(int) 0 => 'text/vnd.wap.wml',
(int) 1 => 'text/vnd.wap.wmlscript',
(int) 2 => 'image/vnd.wap.wbmp'
),
'wml' => 'text/vnd.wap.wml',
'wmlscript' => 'text/vnd.wap.wmlscript',
'wbmp' => 'image/vnd.wap.wbmp',
'woff' => 'application/x-font-woff',
'webp' => 'image/webp',
'appcache' => 'text/cache-manifest',
'manifest' => 'text/cache-manifest',
'htc' => 'text/x-component',
'rdf' => 'application/xml',
'crx' => 'application/x-chrome-extension',
'oex' => 'application/x-opera-extension',
'xpi' => 'application/x-xpinstall',
'safariextz' => 'application/octet-stream',
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array()
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array()
[protected] _cookies => array()
}
Express Checkout
Chiudi
Vuoi eseguire express checkout, Confermando ora l'ordine?
Gli articoli presenti nel tuo carrello verranno automaticamente acquistati.
Annulla
Conferma
© 2024 ALEXIT s.r.l. | Tutti i diritti riservati | P.IVA: 10449220010 | REA: 1134099 | Codice destinatario: USAL8PV | Cap.Soc. 10.000 i.v.