ErrorException [ Warning ]: parse_url(/page/2//%22http://www.nationalparknockberge.at/%22) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL

SYSPATH/classes/kohana/request.php [ 230 ]

225 						// REQUEST_URI and PHP_SELF include the docroot and index
226 
227 						if (isset($_SERVER['REQUEST_URI']))
228 						{
229 							// REQUEST_URI includes the query string, remove it
230 							$uri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
231 
232 							// Decode the request URI
233 							$uri = rawurldecode($uri);
234 						}
235 						elseif (isset($_SERVER['PHP_SELF']))
  1. {PHP internal call} » Kohana_Core::error_handler()

  2. SYSPATH/classes/kohana/request.php [ 230 ] » parse_url(arguments)

    url
    string(51) "/page/2//%22http://www.nationalparknockberge.at/%22"
    component
    integer 5
    225 						// REQUEST_URI and PHP_SELF include the docroot and index
    226 
    227 						if (isset($_SERVER['REQUEST_URI']))
    228 						{
    229 							// REQUEST_URI includes the query string, remove it
    230 							$uri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
    231 
    232 							// Decode the request URI
    233 							$uri = rawurldecode($uri);
    234 						}
    235 						elseif (isset($_SERVER['PHP_SELF']))
    
  3. APPPATH/views/template/header.php [ 30 ] » Kohana_Request::instance()

    25       </ul>
    26 
    27    </div>
    28 
    29    <?php
    30         $sControl = Request::instance()->param('lang');
    31         $number =  rand(1,7);
    32 		$link = "{$sBase}media/swf/gasthof_durigon.swf";
    33 		
    34         //$link = "{$sBase}media/swf/gasthof_durigon_na_zime.swf";
    35         if(!empty($sControl)){
    
  4. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

    0
    string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php"
    56 		ob_start();
    57 
    58 		try
    59 		{
    60 			// Load the view within the current scope
    61 			include $kohana_view_filename;
    62 		}
    63 		catch (Exception $e)
    64 		{
    65 			// Delete the output buffer
    66 			ob_end_clean();
    
  5. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

    0
    string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php"
    338 		{
    339 			throw new Kohana_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 output
    343 		return View::capture($this->_file, $this->_data);
    344 	}
    345 
    346 } // End View
    
  6. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

    223 	 */
    224 	public function __toString()
    225 	{
    226 		try
    227 		{
    228 			return $this->render();
    229 		}
    230 		catch (Exception $e)
    231 		{
    232 			// Display the exception message
    233 			Kohana::exception_handler($e);
    
  7. APPPATH/views/template/index.php [ 91 ] » Kohana_View->__toString()

    86          <div class="tail-top">
    87               <div class="tail-bottom">
    88                  <div id="main">
    89                     <!-- header -->
    90                     <div id="header">
    91                          <?php echo isset($oHeader) ? $oHeader : '' ;?>
    92                     </div>
    93                     <!-- content -->
    94                     <div id="content">
    95                          <div class="wrapper">
    96                               <div class="col-1">
    
  8. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

    0
    string(76) "/homepages/15/d241899427/htdocs/durigon/application/views/template/index.php"
    56 		ob_start();
    57 
    58 		try
    59 		{
    60 			// Load the view within the current scope
    61 			include $kohana_view_filename;
    62 		}
    63 		catch (Exception $e)
    64 		{
    65 			// Delete the output buffer
    66 			ob_end_clean();
    
  9. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

    0
    string(76) "/homepages/15/d241899427/htdocs/durigon/application/views/template/index.php"
    338 		{
    339 			throw new Kohana_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 output
    343 		return View::capture($this->_file, $this->_data);
    344 	}
    345 
    346 } // End View
    
  10. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

    223 	 */
    224 	public function __toString()
    225 	{
    226 		try
    227 		{
    228 			return $this->render();
    229 		}
    230 		catch (Exception $e)
    231 		{
    232 			// Display the exception message
    233 			Kohana::exception_handler($e);
    
  11. APPPATH/bootstrap.php [ 174 ] » Kohana_View->__toString()

    169 	$total = array(
    170 		'1,054.60KB'   => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB',
    171 		'0.03239 seconds' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds');
    172 
    173 	// Insert the totals into the response
    174 	$request->response = strtr((string) $request->response, $total);
    175 }
    176 
    177 
    178 
    179 /**
    
  12. DOCROOT/index.php [ 103 ] » require(arguments)

    0
    string(65) "/homepages/15/d241899427/htdocs/durigon/application/bootstrap.php"
     98 	// Load empty core extension
     99 	require SYSPATH.'classes/kohana'.EXT;
    100 }
    101 
    102 // Bootstrap the application
    103 require APPPATH.'bootstrap'.EXT;
    

Environment

Included files (62)

DOCROOT/index.php
SYSPATH/base.php
SYSPATH/classes/kohana/core.php
SYSPATH/classes/kohana.php
APPPATH/bootstrap.php
SYSPATH/classes/profiler.php
SYSPATH/classes/kohana/profiler.php
SYSPATH/classes/kohana/log.php
SYSPATH/classes/kohana/config.php
SYSPATH/classes/kohana/log/file.php
SYSPATH/classes/kohana/log/writer.php
SYSPATH/classes/kohana/config/file.php
SYSPATH/classes/kohana/config/reader.php
MODPATH/userguide/init.php
SYSPATH/classes/route.php
SYSPATH/classes/kohana/route.php
SYSPATH/classes/arr.php
SYSPATH/classes/kohana/arr.php
MODPATH/userguide/config/userguide.php
SYSPATH/classes/request.php
SYSPATH/classes/kohana/request.php
APPPATH/classes/controller/errors.php
APPPATH/classes/controller/main.php
SYSPATH/classes/controller/template.php
SYSPATH/classes/kohana/controller/template.php
SYSPATH/classes/controller.php
SYSPATH/classes/kohana/controller.php
SYSPATH/classes/view.php
SYSPATH/classes/kohana/view.php
SYSPATH/classes/url.php
SYSPATH/classes/kohana/url.php
SYSPATH/classes/cookie.php
SYSPATH/classes/kohana/cookie.php
SYSPATH/classes/i18n.php
SYSPATH/classes/kohana/i18n.php
APPPATH/classes/model/menu.php
SYSPATH/classes/model.php
SYSPATH/classes/kohana/model.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/mysql.php
MODPATH/database/classes/kohana/database/mysql.php
APPPATH/classes/model/pages.php
MODPATH/database/classes/db.php
MODPATH/database/classes/kohana/db.php
MODPATH/database/classes/database/query.php
MODPATH/database/classes/kohana/database/query.php
MODPATH/database/classes/database/mysql/result.php
MODPATH/database/classes/kohana/database/mysql/result.php
MODPATH/database/classes/database/result.php
MODPATH/database/classes/kohana/database/result.php
APPPATH/views/template/index.php
APPPATH/views/template/header.php
SYSPATH/views/kohana/error.php
SYSPATH/classes/html.php
SYSPATH/classes/kohana/html.php
SYSPATH/i18n/du.php
APPPATH/i18n/du.php
SYSPATH/classes/utf8.php
SYSPATH/classes/kohana/utf8.php

Loaded extensions (49)

date
libxml
openssl
pcre
zlib
bcmath
bz2
calendar
ctype
curl
dba
dbase
dom
hash
filter
ftp
gd
gettext
session
iconv
idn
standard
json
mbstring
mcrypt
mhash
mysql
SimpleXML
SPL
PDO
pdo_sqlite
posix
Reflection
imap
shmop
pdo_mysql
soap
mysqli
SQLite
exif
tidy
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
cgi-fcgi

$_SERVER

REDIRECT_REDIRECT_DBENTRY_HOST
string(10) "durigon.at"
REDIRECT_REDIRECT_DBENTRY
string(127) "/kunden/homepages/15/d241899427/htdocs/durigon:d0000#CPU 6 #MEM 10240 #CGI 346 #NPROC 12 #TAID 48959744 #WERB 0 #LANG 0 #STAT 1"
REDIRECT_REDIRECT_SCRIPT_URL
string(47) "/page/2//"http://www.nationalparknockberge.at/""
REDIRECT_REDIRECT_SCRIPT_URI
string(68) "http://www.durigon.at/page/2//"http://www.nationalparknockberge.at/""
REDIRECT_REDIRECT_STATUS
string(3) "200"
REDIRECT_DBENTRY_HOST
string(10) "durigon.at"
REDIRECT_DBENTRY
string(127) "/kunden/homepages/15/d241899427/htdocs/durigon:d0000#CPU 6 #MEM 10240 #CGI 346 #NPROC 12 #TAID 48959744 #WERB 0 #LANG 0 #STAT 1"
REDIRECT_SCRIPT_URL
string(47) "/page/2//"http://www.nationalparknockberge.at/""
REDIRECT_SCRIPT_URI
string(68) "http://www.durigon.at/page/2//"http://www.nationalparknockberge.at/""
REDIRECT_HANDLER
string(11) "x-mapp-php5"
REDIRECT_STATUS
string(3) "200"
DBENTRY_HOST
string(10) "durigon.at"
DBENTRY
string(127) "/kunden/homepages/15/d241899427/htdocs/durigon:d0000#CPU 6 #MEM 10240 #CGI 346 #NPROC 12 #TAID 48959744 #WERB 0 #LANG 0 #STAT 1"
SCRIPT_URL
string(47) "/page/2//"http://www.nationalparknockberge.at/""
SCRIPT_URI
string(68) "http://www.durigon.at/page/2//"http://www.nationalparknockberge.at/""
HTTP_X_CC_ID
string(8) "ccc02-02"
HTTP_HOST
string(14) "www.durigon.at"
HTTP_USER_AGENT
string(48) "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)"
HTTP_ACCEPT
string(83) "text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"
HTTP_ACCEPT_LANGUAGE
string(14) "en-us,en;q=0.5"
HTTP_ACCEPT_ENCODING
string(4) "gzip"
HTTP_ACCEPT_CHARSET
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
HTTP_CONNECTION
string(5) "close"
HTTP_CACHE_CONTROL
string(8) "no-cache"
HTTP_PRAGMA
string(8) "no-cache"
PATH
string(13) "/bin:/usr/bin"
SERVER_SIGNATURE
string(0) ""
SERVER_SOFTWARE
string(6) "Apache"
SERVER_NAME
string(10) "durigon.at"
SERVER_ADDR
string(14) "212.227.193.35"
SERVER_PORT
string(2) "80"
REMOTE_ADDR
string(14) "38.107.179.224"
DOCUMENT_ROOT
string(46) "/kunden/homepages/15/d241899427/htdocs/durigon"
SERVER_ADMIN
string(20) "webmaster@durigon.at"
SCRIPT_FILENAME
string(56) "/kunden/homepages/15/d241899427/htdocs/durigon/index.php"
REMOTE_PORT
string(5) "50602"
REDIRECT_URL
string(55) "/index.php/page/2/"http:/www.nationalparknockberge.at/""
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(51) "/page/2//%22http://www.nationalparknockberge.at/%22"
SCRIPT_NAME
string(10) "/index.php"
STATUS
string(3) "200"
ORIG_PATH_INFO
string(45) "/page/2/"http:/www.nationalparknockberge.at/""
ORIG_PATH_TRANSLATED
string(56) "/kunden/homepages/15/d241899427/htdocs/durigon/index.php"
PHP_SELF
string(10) "/index.php"
REQUEST_TIME
integer 1337406465
argv
array(0) 
argc
integer 0
English German Polish Russian

Information

  • Victoria Travel
  • News
  • Unser Partner
  • Stellenangebote
  • Silvester 2012 !!!
  • MT Messe Warschau 2011





Gasthof Durigon © 2010 | powered by: ARTplus