Warning (512): Cache not configured properly. Please check Cache::config(); in APP/config/core.php [CORE/cake/libs/configure.php, line 628]
Code |
Context$boot = true
$vendorPaths = null
$pluginPaths = null
$helperPaths = null
$viewPaths = null
$componentPaths = null
$controllerPaths = null
$behaviorPaths = null
$modelPaths = null
$session = array(
"save" => "php",
"cookie" => "TELEBID",
"timeout" => "120",
"start" => true,
"checkAgent" => true
)
$security = array(
"level" => "medium",
"salt" => "07a6b2214c954ba069dbf8196d315f83a30baef9"
)
$appConfigurations = array(
"encoding" => "UTF-8",
"baseUrl" => "",
"base" => "",
"dir" => "app",
"webroot" => "webroot",
"name" => "The best online deals",
"url" => "http://auctionscape.com",
"timezone" => "Asia/Jakarta",
"language" => "en",
"email" => "",
"theme" => "net4bids2",
"currency" => "USD",
"pageLimit" => 100,
"bidHistoryLimit" => 10,
"remember_me" => "+30 days",
"auctionUpdateFrequency" => 1,
"timeSyncFrequency" => 9,
"gateway" => true,
"demoMode" => false,
"noAutobids" => false,
"cronTime" => 1,
"Image" => array(
"thumb_width" => 100,
"thumb_height" => 100,
"max_width" => 340,
"max_height" => 230
),
"Dob" => array(
"year_min" => 1912,
"year_max" => 1995
)
)
$cache = false
if (empty($cache['settings'])) {
trigger_error('Cache not configured properly. Please check Cache::config(); in APP/config/core.php', E_USER_WARNING);
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 628
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 45
[main] - APP/webroot/index.php, line 83
Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [CORE/cake/libs/configure.php, line 649]
Code |
Context$boot = true
$vendorPaths = null
$pluginPaths = null
$helperPaths = null
$viewPaths = null
$componentPaths = null
$controllerPaths = null
$behaviorPaths = null
$modelPaths = null
$session = array(
"save" => "php",
"cookie" => "TELEBID",
"timeout" => "120",
"start" => true,
"checkAgent" => true
)
$security = array(
"level" => "medium",
"salt" => "07a6b2214c954ba069dbf8196d315f83a30baef9"
)
$appConfigurations = array(
"encoding" => "UTF-8",
"baseUrl" => "",
"base" => "",
"dir" => "app",
"webroot" => "webroot",
"name" => "The best online deals",
"url" => "http://auctionscape.com",
"timezone" => "Asia/Jakarta",
"language" => "en",
"email" => "",
"theme" => "net4bids2",
"currency" => "USD",
"pageLimit" => 100,
"bidHistoryLimit" => 10,
"remember_me" => "+30 days",
"auctionUpdateFrequency" => 1,
"timeSyncFrequency" => 9,
"gateway" => true,
"demoMode" => false,
"noAutobids" => false,
"cronTime" => 1,
"Image" => array(
"thumb_width" => 100,
"thumb_height" => 100,
"max_width" => 340,
"max_height" => 230
),
"Dob" => array(
"year_min" => 1912,
"year_max" => 1995
)
)
$cache = false
$duration = "+10 seconds"
$prefix = null
$path = null
array_merge - [internal], line ??
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 649
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 45
[main] - APP/webroot/index.php, line 83
Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [CORE/cake/libs/configure.php, line 656]
Code |
Context$boot = true
$vendorPaths = null
$pluginPaths = null
$helperPaths = null
$viewPaths = null
$componentPaths = null
$controllerPaths = null
$behaviorPaths = null
$modelPaths = null
$session = array(
"save" => "php",
"cookie" => "TELEBID",
"timeout" => "120",
"start" => true,
"checkAgent" => true
)
$security = array(
"level" => "medium",
"salt" => "07a6b2214c954ba069dbf8196d315f83a30baef9"
)
$appConfigurations = array(
"encoding" => "UTF-8",
"baseUrl" => "",
"base" => "",
"dir" => "app",
"webroot" => "webroot",
"name" => "The best online deals",
"url" => "http://auctionscape.com",
"timezone" => "Asia/Jakarta",
"language" => "en",
"email" => "",
"theme" => "net4bids2",
"currency" => "USD",
"pageLimit" => 100,
"bidHistoryLimit" => 10,
"remember_me" => "+30 days",
"auctionUpdateFrequency" => 1,
"timeSyncFrequency" => 9,
"gateway" => true,
"demoMode" => false,
"noAutobids" => false,
"cronTime" => 1,
"Image" => array(
"thumb_width" => 100,
"thumb_height" => 100,
"max_width" => 340,
"max_height" => 230
),
"Dob" => array(
"year_min" => 1912,
"year_max" => 1995
)
)
$cache = false
$duration = "+10 seconds"
$prefix = null
$path = null
array_merge - [internal], line ??
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 656
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 45
[main] - APP/webroot/index.php, line 83
Warning (2): Cannot modify header information - headers already sent by (output started at /home4/outletde/public_html/auctionscape/cake/basics.php:111) [CORE/cake/libs/controller/controller.php, line 587]
Code |
Context$status = "Location: http://www.auctionscape.com/users/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 587
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 568
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 330
Component::startup() - CORE/cake/libs/controller/component.php, line 103
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90