Warning (2) : simplexml_load_string(): Entity: line 6: parser error : Opening and ending tag mismatch: hr line 5 and body [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : simplexml_load_string() [function.simplexml-load-string ]: </body> [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : simplexml_load_string() [function.simplexml-load-string ]: ^ [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : simplexml_load_string() [function.simplexml-load-string ]: Entity: line 7: parser error : Opening and ending tag mismatch: body line 3 and html [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : simplexml_load_string() [function.simplexml-load-string ]: </html> [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : simplexml_load_string() [function.simplexml-load-string ]: ^ [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : simplexml_load_string() [function.simplexml-load-string ]: Entity: line 8: parser error : Premature end of data in tag html line 1 [APP/Model/Amazon.php , line 136 ]Code Context $response = $socket -> get ( $this -> api_url , $data );
$xml = simplexml_load_string ( $response );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
} simplexml_load_string - [internal], line ??
Amazon::search() - APP/Model/Amazon.php, line 136
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Trying to get property of non-object [APP/Model/Amazon.php , line 138 ]Code Context $xml = simplexml_load_string ( $response );
$this -> setError ( $xml -> Items -> Request );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
}
$xml = false Amazon::search() - APP/Model/Amazon.php, line 138
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Trying to get property of non-object [APP/Model/Amazon.php , line 138 ]Code Context $xml = simplexml_load_string ( $response );
$this -> setError ( $xml -> Items -> Request );
$query = 'angebote'
$page = (int) 1
$category = 'All'
$manufacturer = ''
$sort = ''
$min = ''
$max = ''
$socket = object(HttpSocket) {
quirksMode => false
request => array(
'method' => 'GET',
'uri' => array(
[maximum depth reached]
),
'version' => '1.1',
'body' => '',
'line' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
',
'header' => 'Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'raw' => 'GET /onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D HTTP/1.1
Host: webservices.amazon.de
Connection: close
User-Agent: CakePHP
',
'redirect' => false,
'cookies' => array([maximum depth reached]),
'proxy' => array([maximum depth reached]),
'auth' => array([maximum depth reached])
)
response => object(HttpSocketResponse) {}
responseClass => 'HttpSocketResponse'
config => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30,
'request' => array(
[maximum depth reached]
),
'context' => array(
[maximum depth reached]
)
)
description => 'Remote DataSource Network Socket Interface'
connection => null
connected => false
lastError => array()
encrypted => false
[protected] _auth => array()
[protected] _proxy => array()
[protected] _contentResource => null
[protected] _baseConfig => array(
'host' => '*****',
'port' => '*****',
'persistent' => false,
'protocol' => 'tcp',
'timeout' => (int) 30
)
[protected] _encryptMethods => array(
'sslv2_client' => (int) 3,
'sslv3_client' => (int) 5,
'sslv23_client' => (int) 57,
'tls_client' => (int) 9,
'sslv2_server' => (int) 2,
'sslv3_server' => (int) 4,
'sslv23_server' => (int) 56,
'tls_server' => (int) 8
)
[protected] _connectionErrors => array()
}
$data = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'MinimumPrice' => '',
'MaximumPrice' => '',
'Manufacturer' => '',
'Sort' => '',
'Operation' => 'ItemSearch',
'Condition' => 'All',
'Availability' => 'Available',
'SearchIndex' => 'All',
'Keywords' => 'angebote',
'Service' => 'AWSECommerceService',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'ItemPage' => (int) 1,
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$sign = array(
'AWSAccessKeyId' => 'AKIAJACQAIT4CM7QWITA',
'AssociateTag' => 'maxtri-21',
'Availability' => 'Available',
'Condition' => 'All',
'ItemPage' => (int) 1,
'Keywords' => 'angebote',
'Manufacturer' => '',
'MaximumPrice' => '',
'MinimumPrice' => '',
'Operation' => 'ItemSearch',
'ResponseGroup' => 'Medium,Offers,VariationSummary',
'SearchIndex' => 'All',
'Service' => 'AWSECommerceService',
'Sort' => '',
'Timestamp' => '2024-12-21T11:52:04+00:00',
'Version' => '2013-08-01',
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$s = array(
'Signature' => 'CIe3GcV1w+uPDv9hLk0S5CyYayPg839K7QaQtUwtu2U='
)
$response = object(HttpSocketResponse) {
body => '<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
headers => array(
'Server' => 'Server',
'Date' => 'Sat, 21 Dec 2024 11:52:04 GMT',
'Content-Type' => 'text/html',
'Content-Length' => '163',
'Connection' => 'close',
'Location' => 'https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D'
)
cookies => false
httpVersion => 'HTTP/1.1'
code => '301'
reasonPhrase => 'Moved Permanently'
raw => 'HTTP/1.1 301 Moved Permanently
Server: Server
Date: Sat, 21 Dec 2024 11:52:04 GMT
Content-Type: text/html
Content-Length: 163
Connection: close
Location: https://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJACQAIT4CM7QWITA&AssociateTag=maxtri-21&MinimumPrice=&MaximumPrice=&Manufacturer=&Sort=&Operation=ItemSearch&Condition=All&Availability=Available&SearchIndex=All&Keywords=angebote&Service=AWSECommerceService&Timestamp=2024-12-21T11%3A52%3A04%2B00%3A00&Version=2013-08-01&ResponseGroup=Medium%2COffers%2CVariationSummary&ItemPage=1&Signature=CIe3GcV1w%2BuPDv9hLk0S5CyYayPg839K7QaQtUwtu2U%3D
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>Server</center>
</body>
</html>
'
context => array()
}
$xml = false Amazon::search() - APP/Model/Amazon.php, line 138
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Trying to get property of non-object [APP/Model/Amazon.php , line 170 ]Code Context private function setError ( $data = null ) {
if ( $data -> Errors -> Error ) {
$data = null Amazon::setError() - APP/Model/Amazon.php, line 170
Amazon::search() - APP/Model/Amazon.php, line 138
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Trying to get property of non-object [APP/Model/Amazon.php , line 170 ]Code Context private function setError ( $data = null ) {
if ( $data -> Errors -> Error ) {
$data = null Amazon::setError() - APP/Model/Amazon.php, line 170
Amazon::search() - APP/Model/Amazon.php, line 138
ItemsController::all() - APP/Controller/ItemsController.php, line 40
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Trying to get property of non-object [APP/Controller/ItemsController.php , line 46 ]Code Context if (empty( $this -> Amazon -> error )) {
$items = $this -> Object -> vars ( $apis -> Items );
$page = (int) 1
$q = null
$apis = false
$items = array() ItemsController::all() - APP/Controller/ItemsController.php, line 46
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
My Shopping Mile :: Einkaufen bei mehr als 4.000 Händlern mit über 100 Millionen Produkten
JavaScript scheint in Ihrem Browser deaktiviert zu sein.
Sie müssen JavaScript in Ihrem Browser aktivieren um alle Funktionen in diesem Shop nutzen zu können.
Keine Beschreibung