Mix de Dance Hall
ErrorException [ Warning ]:
APPPATH/views/content/blog/element/link.php [ 13 ]
8 <a href="<?php echo $data->url; ?>" class="text-white" target="_blank"><div class="font-weight-bold"><?php echo $data->title; ?></div></a>
9 <figcaption class="pt-1 text-muted"><?php echo $data->description; ?></figcaption>
10 </div>
11 <div class="card-footer d-lg-flex justify-content-lg-between">
12 <div><?php echo $data->site_name; ?></div>
13 <div><?php echo $data->author; ?></div>
14 </div>
15 </div>
-
APPPATH/views/content/blog/element/link.php [ 13 ] » Kohana_Core::error_handler()
8 <a href="<?php echo $data->url; ?>" class="text-white" target="_blank"><div class="font-weight-bold"><?php echo $data->title; ?></div></a> 9 <figcaption class="pt-1 text-muted"><?php echo $data->description; ?></figcaption> 10 </div> 11 <div class="card-footer d-lg-flex justify-content-lg-between"> 12 <div><?php echo $data->site_name; ?></div> 13 <div><?php echo $data->author; ?></div> 14 </div> 15 </div>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(72) "/var/www/html/djflea.com/application/views/content/blog/element/link.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/content/blog/item.php [ 29 ] » Kohana_View->__toString()
24 foreach ($data->data->content as $item) 25 { 26 if ($item->type == 'image') 27 echo View::factory('content/blog/element/image')->set('data', $item); 28 elseif ($item->type == 'link') 29 echo View::factory('content/blog/element/link')->set('data', $item); 30 elseif ($item->type == 'text') 31 echo View::factory('content/blog/element/text')->set('data', $item); 32 elseif ($item->type == 'video') 33 echo View::factory('content/blog/element/video')->set('data', $item); 34 }
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(64) "/var/www/html/djflea.com/application/views/content/blog/item.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/layouts/default.php [ 7 ] » Kohana_View->__toString()
2 <div class="site-overlay"></div> 3 <?php echo View::factory('templates/header'), PHP_EOL; ?> 4 <?php echo $heading ?? '', PHP_EOL; ?> 5 <div class="site-content"> 6 <div class="container"> 7 <?php echo $content ?? '', PHP_EOL; ?> 8 </div> 9 </div> 10 <?php echo View::factory('templates/footer'), PHP_EOL; ?> 11 </div>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(62) "/var/www/html/djflea.com/application/views/layouts/default.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
MODPATH/var/www/frameworks/koseven/modules/webapp/views/templates/webapp.php [ 7 ] » Kohana_View->__toString()
2 <html<?php echo HTML::attributes($html ?? []); ?>> 3 <?php echo $head ?? ''; ?> 4 <body<?php echo HTML::attributes($body ?? []); ?>> 5 <?php echo empty($pre_scripts) ? '' : $pre_scripts.PHP_EOL; ?> 6 7 <?php echo $layout ?? '', PHP_EOL; ?> 8 9 <?php echo $footer ?? ''; ?> 10 <?php echo empty($post_scripts) ? '' : $post_scripts.PHP_EOL; ?> 11 </body> 12 </html>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(69) "/var/www/frameworks/koseven/modules/webapp/views/templates/webapp.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
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
-
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Controller.php [ 190 ] » Kohana_Controller_Template->after()
185 { 186 Cache::instance()->delete_all(); 187 Cache::instance()->set(WebApp::$cache_id, $this->config->version); 188 } 189 190 parent::after(); 191 } 192 193 public function config(): object 194 { 195 return WebApp::config();
-
APPPATH/classes/Controller/Interface.php [ 35 ] » WebApp_Controller->after()
30 31 public function after() 32 { 33 View::bind_global('breadcrumbs', $this->_breadcrumb); 34 35 parent::after(); 36 } 37 38 public function _content_render($path = NULL) 39 { 40 if(empty($path))
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Interface->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()
89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()
109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()
995 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 996 ':uri' => $this->_uri, 997 ]); 998 } 999 1000 return $this->_client->execute($this); 1001 } 1002 1003 /** 1004 * Returns whether this request is the initial request Kohana received. 1005 * Can be used to test for sub requests.
-
MODPATH/var/www/html/djflea.com/index.php [ 114 ] » Kohana_Request->execute()
109 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 110 * If no source is specified, the URI will be automatically detected. 111 */ 112 113 echo Request::factory(TRUE, [], FALSE) 114 ->execute() 115 ->send_headers(TRUE) 116 ->body(); 117 }
Environment
Included files (203)
MODPATH/var/www/html/djflea.com/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.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 |
MODPATH/var/www/frameworks/koseven/modules/encryption/init.php |
MODPATH/var/www/frameworks/koseven/modules/encryption/vendor/encryption.php |
MODPATH/var/www/frameworks/koseven/modules/encryption/vendor/composer/autoload_real.php |
MODPATH/var/www/frameworks/koseven/modules/encryption/vendor/composer/ClassLoader.php |
MODPATH/var/www/frameworks/koseven/modules/encryption/vendor/composer/autoload_static.php |
MODPATH/var/www/frameworks/koseven/modules/encryption/vendor/paragonie/random_compat/lib/random.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/init.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/autoload.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/composer/autoload_real.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/composer/platform_check.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/composer/autoload_static.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/ralouphie/getallheaders/src/getallheaders.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/guzzlehttp/promises/src/functions_include.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/guzzlehttp/promises/src/functions.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/symfony/deprecation-contracts/function.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/symfony/polyfill-mbstring/bootstrap.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/symfony/polyfill-mbstring/bootstrap80.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/guzzlehttp/guzzle/src/functions_include.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/guzzlehttp/guzzle/src/functions.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/mtdowling/jmespath.php/src/JmesPath.php |
MODPATH/var/www/frameworks/koseven/modules/awsmail/vendor/awsmail/aws/aws-sdk-php/src/functions.php |
MODPATH/var/www/frameworks/koseven/modules/podcast/init.php |
MODPATH/var/www/frameworks/koseven/modules/podcast/vendor/ArrayToXml.php |
MODPATH/var/www/frameworks/koseven/modules/mediafire/init.php |
MODPATH/var/www/frameworks/koseven/modules/mediafire/vendor/mflib.php |
MODPATH/var/www/frameworks/koseven/modules/mediafire/vendor/upload.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/init.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/autoload.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/composer/autoload_real.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/composer/platform_check.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/composer/autoload_static.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/init.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/autoload.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/composer/autoload_real.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/composer/platform_check.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/composer/autoload_static.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/init.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7I18n.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/I18n.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Core.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/config/webapp.php |
APPPATH/config/webapp.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/I18n/Core.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/I18n/Reader/Kohana.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/I18n/Reader/ReaderInterface.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7Arr.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/Arr.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/i18n/es.php |
APPPATH/i18n/es.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
SYSPATH/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/Location.php |
APPPATH/classes/Kohana/Location.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Cache.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Kohana/Cache.php |
MODPATH/var/www/frameworks/koseven/modules/cache/config/cache.php |
APPPATH/config/cache.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Cache/Sqlite.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Kohana/Cache/Sqlite.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Cache/Tagging.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Kohana/Cache/Tagging.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Cache/GarbageCollect.php |
MODPATH/var/www/frameworks/koseven/modules/cache/classes/Kohana/Cache/GarbageCollect.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7Date.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/Date.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
APPPATH/classes/Controller/Blog.php |
APPPATH/classes/Controller/Interface.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Controller.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
SYSPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7URL.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/URL.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
SYSPATH/utf8/rtrim.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/config/webapp-default.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7Text.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/Text.php |
SYSPATH/classes/Text.php |
SYSPATH/classes/Kohana/Text.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7HTML.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/HTML.php |
SYSPATH/classes/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
SYSPATH/utf8/trim.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/i18n/en.php |
APPPATH/i18n/en.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/classes/Tumblr.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/classes/Kohana/Tumblr/Tumblr.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/classes/Tumblr/Type/Blog.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/classes/Kohana/Tumblr/Type/Blog.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/classes/Tumblr/Main.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/classes/Kohana/Tumblr/Main.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/config/tumblr.php |
APPPATH/config/tumblr.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/lib/Tumblr/API/Client.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/lib/Tumblr/API/RequestHandler.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/eher/oauth/src/Eher/OAuth/HmacSha1.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/eher/oauth/src/Eher/OAuth/SignatureMethod.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Client.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/ClientTrait.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/ClientInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/psr/http-client/src/ClientInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/HandlerStack.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Utils.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/Proxy.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/CurlFactory.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/CurlHandler.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/StreamHandler.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Middleware.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/RedirectMiddleware.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/eher/oauth/src/Eher/OAuth/Consumer.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/eher/oauth/src/Eher/OAuth/Token.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/eher/oauth/src/Eher/OAuth/Request.php |
MODPATH/var/www/frameworks/koseven/modules/tumblr/vendor/tumblr/eher/oauth/src/Eher/OAuth/Util.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/psr7/src/Uri.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/psr/http-message/src/UriInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/RequestOptions.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/psr7/src/Utils.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/psr7/src/Request.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/psr7/src/MessageTrait.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/psr/http-message/src/RequestInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/psr/http-message/src/MessageInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/psr7/src/Stream.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/psr/http-message/src/StreamInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/promises/src/Create.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/EasyHandle.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/psr7/src/Response.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/psr/http-message/src/ResponseInterface.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/promises/src/FulfilledPromise.php |
MODPATH/var/www/frameworks/koseven/modules/twitter/vendor/twitter/guzzlehttp/promises/src/PromiseInterface.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/K7File.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/classes/WebApp/Kohana/File.php |
SYSPATH/classes/File.php |
SYSPATH/classes/Kohana/File.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/views/templates/webapp.php |
MODPATH/var/www/frameworks/koseven/modules/webapp/views/sections/head.php |
APPPATH/views/layouts/default.php |
APPPATH/views/templates/header.php |
APPPATH/views/components/heading.php |
APPPATH/views/content/blog/item.php |
APPPATH/views/content/blog/element/link.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (55)
Core |
date |
libxml |
openssl |
pcre |
zlib |
filter |
hash |
json |
Reflection |
SPL |
session |
standard |
sodium |
apache2handler |
mysqlnd |
PDO |
xml |
calendar |
ctype |
curl |
dom |
mbstring |
FFI |
fileinfo |
ftp |
gd |
gettext |
iconv |
igbinary |
imap |
intl |
ldap |
exif |
mysqli |
pdo_mysql |
pdo_sqlite |
Phar |
posix |
readline |
redis |
shmop |
SimpleXML |
sockets |
sqlite3 |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
xmlreader |
xmlrpc |
xmlwriter |
xsl |
zip |
Zend OPcache |
$_SERVER
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_SSL_TLS_SNI |
string(10) "djflea.com" |
REDIRECT_STATUS |
string(3) "200" |
HTTPS |
string(2) "on" |
SSL_TLS_SNI |
string(10) "djflea.com" |
HTTP_HOST |
string(10) "djflea.com" |
HTTP_CONNECTION |
string(10) "Keep-Alive" |
HTTP_ACCEPT_ENCODING |
string(8) "gzip, br" |
HTTP_X_FORWARDED_FOR |
string(14) "44.200.122.214" |
HTTP_CF_RAY |
string(20) "8cf4a9adcede82c0-IAD" |
HTTP_X_FORWARDED_PROTO |
string(5) "https" |
HTTP_CF_VISITOR |
string(18) "{"scheme":"https"}" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_IF_MODIFIED_SINCE |
string(29) "Tue, 28 May 2024 19:03:40 GMT" |
HTTP_CF_CONNECTING_IP |
string(14) "44.200.122.214" |
HTTP_CDN_LOOP |
string(19) "cloudflare; loops=1" |
HTTP_CF_IPCOUNTRY |
string(2) "US" |
PATH |
string(70) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
SERVER_SIGNATURE |
string(72) "<address>Apache/2.4.55 (Ubuntu) Server at djflea.com Port 443</address>
" |
SERVER_SOFTWARE |
string(22) "Apache/2.4.55 (Ubuntu)" |
SERVER_NAME |
string(10) "djflea.com" |
SERVER_ADDR |
string(14) "170.187.160.71" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(14) "172.68.244.184" |
DOCUMENT_ROOT |
string(24) "/var/www/html/djflea.com" |
REQUEST_SCHEME |
string(5) "https" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(24) "/var/www/html/djflea.com" |
SERVER_ADMIN |
string(18) "[no address given]" |
SCRIPT_FILENAME |
string(34) "/var/www/html/djflea.com/index.php" |
REMOTE_PORT |
string(5) "57118" |
REDIRECT_URL |
string(32) "/en/blog/item/674637916628287488" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(32) "/en/blog/item/674637916628287488" |
SCRIPT_NAME |
string(10) "/index.php" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1728375113.9297 |
REQUEST_TIME |
integer 1728375113 |
Mix con algunas canciones de la vieja escuela del dance hall jamaiquino.