ErrorException [ Deprecated ]:
SYSPATH/classes/kohana/arr.php [ 104 ]
99 // The path has already been separated into keys100 $keys = $path;101 }102 else103 {104 if (array_key_exists($path, $array))105 {106 // No need to do extra processing107 return $array[$path];108 }109
SYSPATH/classes/kohana/arr.php [ 104 ]»Kohana_Core::error_handler(arguments)
0
integer 8192
1
string(111) "array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead"
2
string(94) "/home/raketonlin/domains/klanten.raket.online/public_html/kohana_system/classes/kohana/arr.php"
3
integer 104
4
array(4) ( "array" => object Config_Group(3)
{ public site_id => integer 1 public master_url => string(0) "" public multilanguage => bool FALSE }
"path" => string(10) "master_url" "default" => NULL "delimiter" => string(1) ".")99 // The path has already been separated into keys100 $keys = $path;101 }102 else103 {104 if (array_key_exists($path, $array))105 {106 // No need to do extra processing107 return $array[$path];108 }109
SYSPATH/classes/kohana/config.php [ 110 ]»Kohana_Arr::path(arguments)
0
object Config_Group(3)
{ public site_id => integer 1 public master_url => string(0) "" public multilanguage => bool FALSE}
1
string(10) "master_url"
2
NULL
3
string(1) "."
105 106 if(isset($this->_groups[$group]))107 {108 if (isset($path))109 {110 return Arr::path($this->_groups[$group], $path, NULL, '.');111 }112 return $this->_groups[$group];113 }114 115 $config = array();
APPPATH/classes/url.php [ 45 ]»Kohana_Config->load(arguments)
0
string(4) "main"
40 if($width !== NULL OR $height !== NULL)41 {42 $uri = '/'.$scale_method.'/'.$width.'/'.$height.'/'.$uri;43 }44 45 $master_url = Kohana::$config->load('main.master_url');46 if($master_url !== '')47 {48 $domain = $master_url;49 $protocol = 'http';50 $port = '';
APPPATH/classes/view.php(45) : eval()'d code [ 5 ]»URL::image(arguments)
0
string(74) "/resize/300/0/media/ontwerpvoorstel/wax-beauty-ontwerp-2019-desktop-v2.jpg"
1
integer 300
2
integer 0
APPPATH/classes/view.php [ 45 ]»eval()
40 41 try42 {43 // Load the view within the current scope44 //include $kohana_view_filename;45 eval(' ?>'.$kohana_view_content.'<?php ');46 }47 catch (Exception $e)48 {49 // Delete the output buffer50 ob_end_clean();
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0
string(87) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/design.php"
1
array(1) ( "designs" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 1 protected _query => string(92) "SELECT `design`.* FROM `design` AS `design` WHERE `active` = 1 ORDER BY `design`.`title` ASC" protected _result => object mysqli_result(5)
){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(12) "Model_Design" protected _object_params => NULL }338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/view.php [ 228 ]»Kohana_View->render()
223 */224 public function __toString()225 {226 try227 {228 return $this->render();229 }230 catch (Exception $e)231 {232 // Display the exception message233 Kohana_Exception::handler($e);
APPPATH/classes/view.php(45) : eval()'d code [ 341 ]»Kohana_View->__toString()
APPPATH/classes/view.php [ 45 ]»eval()
40 41 try42 {43 // Load the view within the current scope44 //include $kohana_view_filename;45 eval(' ?>'.$kohana_view_content.'<?php ');46 }47 catch (Exception $e)48 {49 // Delete the output buffer50 ob_end_clean();
SYSPATH/classes/kohana/view.php [ 343 ]»View::capture(arguments)
0
string(89) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/standaard_pagina.php"
1
array(7) ( "title" => string(6) "design" "title_long" => string(6) "design" "title_page" => string(42) "design - Raket - Online Marketing Funnels " "unique_name" => string(15) "ontwerpvoorstel" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "content" => object View(2)
{ protected _file => string(87) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/design.php" protected _data => array(1) ( "designs" => object Database_MySQLi_Result(7)
){ protected _internal_row => integer 1 protected _query => string(92) "SELECT `design`.* FROM `design` AS `design` WHERE `active` = 1 ORDER BY `design`.`title` ASC" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(12) "Model_Design" protected _object_params => NULL }338 {339 throw new View_Exception('You must set the file to use within your view before rendering');340 }341 342 // Combine local and global data and capture the output343 return View::capture($this->_file, $this->_data);344 }345 346 } // End View
SYSPATH/classes/kohana/controller/template.php [ 44 ]»Kohana_View->render()
39 */40 public function after()41 {42 if ($this->auto_render === TRUE)43 {44 $this->response->body($this->template->render());45 }46 47 parent::after();48 }49
{PHP internal call}»Kohana_Controller_Template->after()
SYSPATH/classes/kohana/request/client/internal.php [ 121 ]»ReflectionMethod->invoke(arguments)
0
object Controller_Module_Design(8)
{ protected site_id => NULL protected shop_id => NULL protected lang_id => NULL public redirect => bool TRUE public template => object View(2)
{ protected _file => string(89) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/standaard_pagina.php" protected _data => array(7) ( "title" => string(6) "design" "title_long" => string(6) "design" "title_page" => string(42) "design - Raket - Online Marketing Funnels " "unique_name" => string(15) "ontwerpvoorstel" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "content" => object View(2)
public auto_render => bool TRUE public request => object Request(22){ protected _file => string(87) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/design.php" protected _data => array(1) ( "designs" => object Database_MySQLi_Result(7)
) }{ protected _internal_row => integer 1 protected _query => string(92) "SELECT `design`.* FROM `design` AS `design` WHERE `active` = 1 ORDER BY `design`.`title` ASC" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(12) "Model_Design" protected _object_params => NULL }{ protected unique_name => string(15) "ontwerpvoorstel" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _callback => NULL protected _uri => string(20) "(nl/)ontwerpvoorstel" protected _regex => array(1) ( "args" => string(2) ".*" ) protected _defaults => array(4) ( "directory" => string(6) "module" "lang" => string(2) "nl" "controller" => string(6) "design" "action" => string(5) "index" ) protected _route_regex => string(29) "#^(?:nl/)?ontwerpvoorstel$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(6) "module" protected _controller => string(6) "design" protected _action => string(5) "index" protected _uri => string(15) "ontwerpvoorstel" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "nl" ) protected _get => array(1) ( "/ontwerpvoorstel" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }116 117 $method = $class->getMethod('action_'.$action);118 $method->invoke($controller);119 120 // Execute the "after action" method121 $class->getMethod('after')->invoke($controller);122 }123 catch (Exception $e)124 {125 // Restore the previous request126 if ($previous instanceof Request)
SYSPATH/classes/kohana/request/client.php [ 64 ]»Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(22)
{ protected unique_name => string(15) "ontwerpvoorstel" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(20) "(nl/)ontwerpvoorstel" protected _regex => array(1) ( "args" => string(2) ".*" ) protected _defaults => array(4) ( "directory" => string(6) "module" "lang" => string(2) "nl" "controller" => string(6) "design" "action" => string(5) "index" ) protected _route_regex => string(29) "#^(?:nl/)?ontwerpvoorstel$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(6) "module" protected _controller => string(6) "design" protected _action => string(5) "index" protected _uri => string(15) "ontwerpvoorstel" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "nl" ) protected _get => array(1) ( "/ontwerpvoorstel" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }59 public function execute(Request $request)60 {61 if ($this->_cache instanceof HTTP_Cache)62 return $this->_cache->execute($this, $request);63 64 return $this->execute_request($request);65 }66 67 /**68 * Processes the request passed to it and returns the response from69 * the URI resource identified.
SYSPATH/classes/kohana/request.php [ 1141 ]»Kohana_Request_Client->execute(arguments)
0
object Request(22)
{ protected unique_name => string(15) "ontwerpvoorstel" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(20) "(nl/)ontwerpvoorstel" protected _regex => array(1) ( "args" => string(2) ".*" ) protected _defaults => array(4) ( "directory" => string(6) "module" "lang" => string(2) "nl" "controller" => string(6) "design" "action" => string(5) "index" ) protected _route_regex => string(29) "#^(?:nl/)?ontwerpvoorstel$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(6) "module" protected _controller => string(6) "design" protected _action => string(5) "index" protected _uri => string(15) "ontwerpvoorstel" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "nl" ) protected _get => array(1) ( "/ontwerpvoorstel" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }1136 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(1137 ':uri' => $this->_uri,1138 ));1139 }1140 1141 return $this->_client->execute($this);1142 }1143 1144 /**1145 * Returns whether this request is the initial request Kohana received.1146 * Can be used to test for sub requests.
DOCROOT/index.php [ 134 ]»Kohana_Request->execute()
129 ->body();130 }else{131 echo HTML::minify_output(132 HTML::obfuscate_email(133 Request::factory()134 ->execute()135 ->send_headers()136 ->body()137 )138 );139 }
Environment
Included files (146)
DOCROOT/index.php |
DOCROOT/license.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/kohana/exception.php |
SYSPATH/classes/kohana/kohana/exceptionphp7.php |
SYSPATH/classes/log.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/log/file.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/log/writer.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/config/file.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/kohana/config/file/reader.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/kohana/config/source.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
SYSPATH/classes/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/config/group.php |
SYSPATH/classes/kohana/config/group.php |
SYSPATH/classes/session/native.php |
SYSPATH/classes/kohana/session/native.php |
APPPATH/config/main.php |
MODPATH/shared/classes/setting.php |
MODPATH/orm/classes/orm.php |
MODPATH/orm/classes/kohana/orm.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
MODPATH/shared/classes/model/setting.php |
MODPATH/shared/classes/model/base.php |
SYSPATH/classes/inflector.php |
SYSPATH/classes/kohana/inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/database/mysqli.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
MODPATH/database/classes/database/mysqli/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database/query/builder/select.php |
MODPATH/database/classes/kohana/database/query/builder/select.php |
MODPATH/database/classes/database/query/builder/where.php |
MODPATH/database/classes/kohana/database/query/builder/where.php |
MODPATH/database/classes/database/query/builder.php |
MODPATH/database/classes/kohana/database/query/builder.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
MODPATH/shared/classes/model/site.php |
MODPATH/shared/classes/model/language.php |
MODPATH/cache/classes/cache.php |
MODPATH/cache/classes/kohana/cache.php |
MODPATH/cache/config/cache.php |
MODPATH/cache/classes/cache/file.php |
MODPATH/cache/classes/kohana/cache/file.php |
MODPATH/cache/classes/cache/garbagecollect.php |
MODPATH/cache/classes/kohana/cache/garbagecollect.php |
MODPATH/shared/classes/model/redirect.php |
APPPATH/routes.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
MODPATH/shared/classes/model/item.php |
MODPATH/shared/classes/model/itemtranslation.php |
MODPATH/shared/classes/model/basetranslation.php |
MODPATH/shared/classes/model/category.php |
MODPATH/database/classes/database/query/builder/join.php |
MODPATH/database/classes/kohana/database/query/builder/join.php |
MODPATH/shared/classes/model/categorytranslation.php |
APPPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
APPPATH/classes/request.php |
SYSPATH/classes/kohana/request.php |
SYSPATH/classes/http/request.php |
SYSPATH/classes/kohana/http/request.php |
SYSPATH/classes/http/message.php |
SYSPATH/classes/kohana/http/message.php |
SYSPATH/classes/http/header.php |
SYSPATH/classes/kohana/http/header.php |
SYSPATH/classes/request/client/internal.php |
SYSPATH/classes/kohana/request/client/internal.php |
SYSPATH/classes/request/client.php |
SYSPATH/classes/kohana/request/client.php |
APPPATH/classes/controller/module/design.php |
APPPATH/classes/controller/module/base.php |
APPPATH/classes/controller/base.php |
SYSPATH/classes/controller/template.php |
SYSPATH/classes/kohana/controller/template.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/response.php |
SYSPATH/classes/kohana/response.php |
SYSPATH/classes/http/response.php |
SYSPATH/classes/kohana/http/response.php |
APPPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
APPPATH/classes/shop/cart.php |
APPPATH/config/shop.php |
APPPATH/classes/shop/customer.php |
MODPATH/shared/classes/model/design.php |
APPPATH/classes/controller/module/notifications.php |
SYSPATH/classes/http.php |
SYSPATH/classes/kohana/http.php |
MODPATH/shared/classes/model/blogs.php |
APPPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
APPPATH/classes/controller/module/menu.php |
APPPATH/classes/controller/module/submenu.php |
APPPATH/classes/controller/module/teaser.php |
SYSPATH/classes/debug.php |
SYSPATH/classes/kohana/debug.php |
SYSPATH/classes/date.php |
SYSPATH/classes/kohana/date.php |
MODPATH/shared/classes/model/errorlog.php |
SYSPATH/classes/validation.php |
SYSPATH/classes/kohana/validation.php |
MODPATH/database/classes/database/query/builder/update.php |
MODPATH/database/classes/kohana/database/query/builder/update.php |
SYSPATH/views/kohana/error.php |
APPPATH/classes/controller/module/person.php |
MODPATH/shared/classes/model/person.php |
MODPATH/database/classes/database/expression.php |
MODPATH/database/classes/kohana/database/expression.php |
APPPATH/classes/controller/form.php |
MODPATH/shared/classes/model/form.php |
MODPATH/shared/classes/model/formfield.php |
MODPATH/shared/classes/model/formtranslation.php |
APPPATH/classes/controller/module/copyright.php |
APPPATH/classes/controller/module/avg.php |
Loaded extensions (50)
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bz2 |
calendar |
ctype |
curl |
hash |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
pcntl |
readline |
Reflection |
session |
standard |
shmop |
SimpleXML |
mbstring |
tokenizer |
xml |
litespeed |
bcmath |
dom |
fileinfo |
gd |
imap |
intl |
json |
exif |
mysqli |
mysqlnd |
PDO |
pdo_mysql |
pdo_sqlite |
Phar |
posix |
soap |
sockets |
xmlreader |
xmlwriter |
xsl |
zip |
$_SESSION
site_id | integer 1 |
shop_id | string(1) "1" |
language_abbr | string(2) "nl" |
secondary_language_id | string(1) "1" |
language_id | string(1) "1" |
cart | object Shop_Cart(16) |
customer | object Shop_Customer(0) |
prices_incl_tax | bool FALSE |
prices_incl_tax_show | bool TRUE |
$_GET
/ontwerpvoorstel | string(0) "" |
$_SERVER
PATH | string(28) "/usr/local/bin:/usr/bin:/bin" |
TEMP | string(4) "/tmp" |
TMP | string(4) "/tmp" |
TMPDIR | string(4) "/tmp" |
PWD | string(1) "/" |
HTTP_ACCEPT | string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_ENCODING | string(7) "br,gzip" |
HTTP_ACCEPT_LANGUAGE | string(14) "en-US,en;q=0.5" |
HTTP_CONNECTION | string(5) "close" |
CONTENT_LENGTH | string(1) "0" |
HTTP_HOST | string(20) "klanten.raket.online" |
HTTP_USER_AGENT | string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_X_ZXCS_URI | string(16) "/ontwerpvoorstel" |
HTTP_X_ZXCS_VHOST | string(20) "klanten.raket.online" |
HTTP_X_FORWARDED_PORT | string(3) "443" |
HTTP_X_FORWARDED_PROTO | string(5) "https" |
HTTP_SET_COOKIE | string(6) "Secure" |
HTTP_REMOTE_ADDR | string(13) "185.104.29.36" |
REDIRECT_UNIQUE_ID | string(27) "ZuehkXxV_6igEINGlwWk4wAAAQ4" |
REDIRECT_HTTPS | string(2) "on" |
REDIRECT_SCRIPT_URL | string(16) "/ontwerpvoorstel" |
REDIRECT_SCRIPT_URI | string(43) "http://klanten.raket.online/ontwerpvoorstel" |
REDIRECT_STATUS | string(3) "200" |
UNIQUE_ID | string(27) "ZuehkXxV_6igEINGlwWk4wAAAQ4" |
HTTPS | string(2) "on" |
SCRIPT_URL | string(16) "/ontwerpvoorstel" |
SCRIPT_URI | string(43) "http://klanten.raket.online/ontwerpvoorstel" |
SERVER_SIGNATURE | string(0) "" |
SERVER_SOFTWARE | string(8) "Apache/2" |
SERVER_NAME | string(20) "klanten.raket.online" |
SERVER_ADDR | string(9) "127.0.0.1" |
SERVER_PORT | string(2) "80" |
REMOTE_ADDR | string(14) "44.220.247.152" |
DOCUMENT_ROOT | string(57) "/home/raketonlin/domains/klanten.raket.online/public_html" |
REQUEST_SCHEME | string(4) "http" |
CONTEXT_PREFIX | string(0) "" |
CONTEXT_DOCUMENT_ROOT | string(57) "/home/raketonlin/domains/klanten.raket.online/public_html" |
SERVER_ADMIN | string(30) "webmaster@klanten.raket.online" |
SCRIPT_FILENAME | string(67) "/home/raketonlin/domains/klanten.raket.online/public_html/index.php" |
REMOTE_PORT | string(5) "44342" |
REDIRECT_URL | string(16) "/ontwerpvoorstel" |
REDIRECT_QUERY_STRING | string(16) "/ontwerpvoorstel" |
SERVER_PROTOCOL | string(8) "HTTP/1.1" |
REQUEST_METHOD | string(3) "GET" |
QUERY_STRING | string(16) "/ontwerpvoorstel" |
REQUEST_URI | string(16) "/ontwerpvoorstel" |
SCRIPT_NAME | string(10) "/index.php" |
PHP_SELF | string(10) "/index.php" |
REQUEST_TIME_FLOAT | float 1726456209.5495 |
REQUEST_TIME | integer 1726456209 |