Notice (8) : Undefined index: data_items [ROOT/plugins/Day/src/View/Helper/HeadersHelper.php , line 30 ]Code Context $result = $response -> getJson ();
$data_items = $result [ 'data_items' ];
Cache :: write ( 'getHeader_' . SITES_CODE , $data_items , 'long' );
$data_items = false
$urlserver = 'https://fastec.online/api/headers/view.json'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 500
[protected] cookies => null
[protected] reasonPhrase => 'Internal Server Error'
[protected] _xml => null
[protected] _json => [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.headers' doesn't exist',
'url' => '/api/headers/view.json?sites=app-demo',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Vary' => [
[maximum depth reached]
],
'x-powered-by' => [
[maximum depth reached]
],
'platform' => [
[maximum depth reached]
],
'panel' => [
[maximum depth reached]
],
'content-security-policy' => [
[maximum depth reached]
],
'Server' => [
[maximum depth reached]
],
'alt-svc' => [
[maximum depth reached]
],
'x-hcdn-request-id' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'vary' => 'Vary',
'x-powered-by' => 'x-powered-by',
'platform' => 'platform',
'panel' => 'panel',
'content-security-policy' => 'content-security-policy',
'server' => 'Server',
'alt-svc' => 'alt-svc',
'x-hcdn-request-id' => 'x-hcdn-request-id'
]
[private] protocol => '1.1'
[private] stream => object(Laminas\Diactoros\Stream) {}
}
$result = [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.headers' doesn't exist',
'url' => '/api/headers/view.json?sites=app-demo',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
] Day\View\Helper\HeadersHelper::getHeader() - ROOT/plugins/Day/src/View/Helper/HeadersHelper.php, line 30
include - ROOT/plugins/Day/src/Template/Layout/default.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435
Cake\View\View::_render() - CORE/src/View/View.php, line 1393
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 939
Cake\View\View::render() - CORE/src/View/View.php, line 897
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
App\Controller\PagesController::display() - APP/Controller/PagesController.php, line 60
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 122
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Notice (8) : Undefined index: data_items [ROOT/plugins/Day/src/View/Helper/ColorsHelper.php , line 29 ]Code Context $result = $response -> getJson ();
$data_items = $result [ 'data_items' ];
Cache :: write ( 'getColor_' . SITES_CODE , $data_items , 'long' );
$data_items = false
$urlserver = 'https://fastec.online/api/colors/view.json'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 500
[protected] cookies => null
[protected] reasonPhrase => 'Internal Server Error'
[protected] _xml => null
[protected] _json => [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.colors' doesn't exist',
'url' => '/api/colors/view.json?sites=app-demo',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Vary' => [
[maximum depth reached]
],
'x-powered-by' => [
[maximum depth reached]
],
'platform' => [
[maximum depth reached]
],
'panel' => [
[maximum depth reached]
],
'content-security-policy' => [
[maximum depth reached]
],
'Server' => [
[maximum depth reached]
],
'alt-svc' => [
[maximum depth reached]
],
'x-hcdn-request-id' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'vary' => 'Vary',
'x-powered-by' => 'x-powered-by',
'platform' => 'platform',
'panel' => 'panel',
'content-security-policy' => 'content-security-policy',
'server' => 'Server',
'alt-svc' => 'alt-svc',
'x-hcdn-request-id' => 'x-hcdn-request-id'
]
[private] protocol => '1.1'
[private] stream => object(Laminas\Diactoros\Stream) {}
}
$result = [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.colors' doesn't exist',
'url' => '/api/colors/view.json?sites=app-demo',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
] Day\View\Helper\ColorsHelper::getColor() - ROOT/plugins/Day/src/View/Helper/ColorsHelper.php, line 29
include - ROOT/plugins/Day/src/Template/Layout/default.ctp, line 7
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435
Cake\View\View::_render() - CORE/src/View/View.php, line 1393
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 939
Cake\View\View::render() - CORE/src/View/View.php, line 897
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
App\Controller\PagesController::display() - APP/Controller/PagesController.php, line 60
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 122
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
fastec
Notice (8) : Undefined index: data_items [ROOT/plugins/Day/src/View/Helper/WebSitesHelper.php , line 105 ]Code Context $result = $response -> getJson ();
$data_items = $result [ 'data_items' ];
Cache :: write ( 'getDocument_' . SITES_CODE . '_' . $code . '_' . $section_id . '_' . $section_class . '_' . $tag , $data_items , 'long' );
$data_items = false
$urlserver = 'https://fastec.online/api/web-sites/view.json'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 500
[protected] cookies => null
[protected] reasonPhrase => 'Internal Server Error'
[protected] _xml => null
[protected] _json => [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.web_sites' doesn't exist',
'url' => '/api/web-sites/view.json?sites=app-demo&code=header&section_id=footer&section_class=footer&tag=document_support',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Vary' => [
[maximum depth reached]
],
'x-powered-by' => [
[maximum depth reached]
],
'platform' => [
[maximum depth reached]
],
'panel' => [
[maximum depth reached]
],
'content-security-policy' => [
[maximum depth reached]
],
'Server' => [
[maximum depth reached]
],
'alt-svc' => [
[maximum depth reached]
],
'x-hcdn-request-id' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'vary' => 'Vary',
'x-powered-by' => 'x-powered-by',
'platform' => 'platform',
'panel' => 'panel',
'content-security-policy' => 'content-security-policy',
'server' => 'Server',
'alt-svc' => 'alt-svc',
'x-hcdn-request-id' => 'x-hcdn-request-id'
]
[private] protocol => '1.1'
[private] stream => object(Laminas\Diactoros\Stream) {}
}
$result = [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.web_sites' doesn't exist',
'url' => '/api/web-sites/view.json?sites=app-demo&code=header&section_id=footer&section_class=footer&tag=document_support',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
] Day\View\Helper\WebSitesHelper::getDocument() - ROOT/plugins/Day/src/View/Helper/WebSitesHelper.php, line 105
include - ROOT/plugins/Day/src/Template/Layout/default.ctp, line 931
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435
Cake\View\View::_render() - CORE/src/View/View.php, line 1393
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 939
Cake\View\View::render() - CORE/src/View/View.php, line 897
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
App\Controller\PagesController::display() - APP/Controller/PagesController.php, line 60
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 122
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Pilih File
Notice (8) : Undefined index: data_items [ROOT/plugins/Day/src/View/Helper/HeadersHelper.php , line 43 ]Code Context $result = $response -> getJson ();
$data_items = $result [ 'data_items' ];
Cache :: write ( 'getContents_' . SITES_CODE , $data_items , 'long' );
$data_items = false
$urlserver = 'https://fastec.online/api/headers/listview.json'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 500
[protected] cookies => null
[protected] reasonPhrase => 'Internal Server Error'
[protected] _xml => null
[protected] _json => [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.headers' doesn't exist',
'url' => '/api/headers/listview.json?sites=app-demo',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Vary' => [
[maximum depth reached]
],
'x-powered-by' => [
[maximum depth reached]
],
'platform' => [
[maximum depth reached]
],
'panel' => [
[maximum depth reached]
],
'content-security-policy' => [
[maximum depth reached]
],
'Server' => [
[maximum depth reached]
],
'alt-svc' => [
[maximum depth reached]
],
'x-hcdn-request-id' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'vary' => 'Vary',
'x-powered-by' => 'x-powered-by',
'platform' => 'platform',
'panel' => 'panel',
'content-security-policy' => 'content-security-policy',
'server' => 'Server',
'alt-svc' => 'alt-svc',
'x-hcdn-request-id' => 'x-hcdn-request-id'
]
[private] protocol => '1.1'
[private] stream => object(Laminas\Diactoros\Stream) {}
}
$result = [
'message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u822769818_dbfastec.headers' doesn't exist',
'url' => '/api/headers/listview.json?sites=app-demo',
'code' => (int) 500,
'file' => '/home/u981425156/domains/fastec.online/public_html/vendor/cakephp/cakephp/src/Database/Schema/Collection.php',
'line' => (int) 133
] Day\View\Helper\HeadersHelper::getContents() - ROOT/plugins/Day/src/View/Helper/HeadersHelper.php, line 43
include - ROOT/plugins/Day/src/Template/Pages/home.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435
Cake\View\View::_render() - CORE/src/View/View.php, line 1393
Cake\View\View::render() - CORE/src/View/View.php, line 892
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
App\Controller\PagesController::display() - APP/Controller/PagesController.php, line 60
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 122
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 170