Warning (2): file_get_contents(http://download.iluo.pl/) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
[APP/controllers/components/iluo.php, line 96]Code |
Context$save = true
$http_response_header = array(
"HTTP/1.1 302 Found",
"Date: Mon, 24 Aug 2026 04:24:40 GMT",
"Content-Type: text/html; charset=UTF-8",
"Connection: close",
"Server: Apache",
"Location: http://www.iluo.pl",
"HTTP/1.1 500 Internal Server Error",
"Date: Mon, 24 Aug 2026 04:24:40 GMT",
"Content-Type: text/html; charset=UTF-8",
"Connection: close",
"Server: Apache",
"Expires: Wed, 11 Jan 1984 05:00:00 GMT",
"Cache-Control: no-cache, must-revalidate, max-age=0, no-store, private"
)
file_get_contents - [internal], line ??
IluoComponent::getVersions() - APP/controllers/components/iluo.php, line 96
IluoComponent::read() - APP/controllers/components/iluo.php, line 60
OrdersController::beforeFilter() - APP/controllers/orders_controller.php, line 28
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87
Warning (2): Cannot modify header information - headers already sent by (output started at /data/httpd/solution-4u.com/htdocs/cake/libs/debugger.php:683) [CORE/cake/libs/controller/components/request_handler.php, line 761]Code |
Context$header = "Content-type: text/html; charset=UTF-8"
header - [internal], line ??
RequestHandlerComponent::_header() - CORE/cake/libs/controller/components/request_handler.php, line 761
RequestHandlerComponent::respondAs() - CORE/cake/libs/controller/components/request_handler.php, line 745
RequestHandlerComponent::startup() - CORE/cake/libs/controller/components/request_handler.php, line 246
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87
Warning (512): PHP SQL Server interface is not installed, cannot continue. For troubleshooting information, see http://php.net/mssql/ [CORE/cake/libs/model/datasources/dbo/dbo_mssql.php, line 121]Code |
Context if ($autoConnect) {
if (!function_exists('mssql_min_message_severity')) {
trigger_error(__("PHP SQL Server interface is not installed, cannot continue. For troubleshooting information, see http://php.net/mssql/", true), E_USER_WARNING);
$config = array(
"driver" => "mssql_ext",
"persistent" => false,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"prefix" => "*****",
"port" => "*****"
)
$autoConnect = true
DboMssql::__construct() - CORE/cake/libs/model/datasources/dbo/dbo_mssql.php, line 121
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2841
Model::__construct() - CORE/cake/libs/model/model.php, line 469
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Product::iluoTowary() - APP/models/product.php, line 164
Product::afterFind() - APP/models/product.php, line 109
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2385
Model::find() - CORE/cake/libs/model/model.php, line 2139
AppModel::find() - APP/app_model.php, line 213
Order::getProducts() - APP/models/order.php, line 510
OrdersController::checkout() - APP/controllers/orders_controller.php, line 225
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87