APPPATH/classes/Controller/Basket.php [ 2 ]
1 <?php defined('SYSPATH') or die('No direct script access.');
2 header("Access-Control-Allow-Origin: *");
3
4 // SzamlaAgent lib
5 require_once(CMDPATH . 'szamlaagent/v2/examples/autoload.php');
6 use \SzamlaAgent\SzamlaAgentAPI;
7 use \SzamlaAgent\Document\Receipt\Receipt;
-
{PHP internal call} » Kohana_Core::error_handler(arguments)
0integer 2
1string(156) "Cannot modify header information - headers already sent by (output started at /home/dasl1/homeinfo.hu/public_html/assets/homeinf …"2string(78) "/home/dasl1/homeinfo.hu/public_html/termekek/app/classes/Controller/Basket.php"3integer 2
4array(6) ( "class" => string(17) "Controller_Basket" "directory" => string(7) "classes" "file" => string(17) "Controller/Basket" "namespace" => string(0) "" "last_namespace_position" => bool FALSE "path" => string(78) "/home/dasl1/homeinfo.hu/public_html/termekek/app/classes/Controller/Basket.php" )
-
APPPATH/classes/Controller/Basket.php [ 2 ] » header(arguments)
headerstring(30) "Access-Control-Allow-Origin: *"1 <?php defined('SYSPATH') or die('No direct script access.'); 2 header("Access-Control-Allow-Origin: *"); 3 4 // SzamlaAgent lib 5 require_once(CMDPATH . 'szamlaagent/v2/examples/autoload.php'); 6 use \SzamlaAgent\SzamlaAgentAPI; 7 use \SzamlaAgent\Document\Receipt\Receipt; -
SYSPATH/classes/Kohana/Core.php [ 511 ] » require(arguments)
0string(78) "/home/dasl1/homeinfo.hu/public_html/termekek/app/classes/Controller/Basket.php"506 $file .= str_replace('_', DIRECTORY_SEPARATOR, $class); 507 508 if ($path = Kohana::find_file($directory, $file)) 509 { 510 // Load the class file 511 require $path; 512 513 // Class has been found 514 return TRUE; 515 } 516 -
{PHP internal call} » Kohana_Core::auto_load(arguments)
0string(17) "Controller_Basket" -
{PHP internal call} » spl_autoload_call(arguments)
class_namestring(17) "Controller_Basket" -
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 74 ] » class_exists(arguments)
classnamestring(17) "Controller_Basket"69 // Is this the initial request 70 $initial_request = ($request === Request::$initial); 71 72 try 73 { 74 if ( ! class_exists($prefix.$controller)) 75 { 76 throw HTTP_Exception::factory(404, 77 'The requested URL :uri was not found on this server.', 78 array(':uri' => $request->uri()) 79 )->request($request); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(19)
{ 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 _filters => array(0) protected _uri => string(41) "(<lang>(/<controller>(/<action>(/<id>))))" protected _regex => array(2) ( "lang" => string(4) "(hu)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(4) "home" "action" => string(7) "default" ) protected _route_regex => string(105) "#^(?:(?P<lang>(hu))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Basket" protected _action => string(3) "add" protected _uri => string(21) "hu/basket/add/1268155" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(7) "1268155" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "homeinfo" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ 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" }109 $orig_response = $response = Response::factory(array('_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 [ 986 ] » Kohana_Request_Client->execute(arguments)
0object Request(19)
{ 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 _filters => array(0) protected _uri => string(41) "(<lang>(/<controller>(/<action>(/<id>))))" protected _regex => array(2) ( "lang" => string(4) "(hu)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(4) "home" "action" => string(7) "default" ) protected _route_regex => string(105) "#^(?:(?P<lang>(hu))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Basket" protected _action => string(3) "add" protected _uri => string(21) "hu/basket/add/1268155" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(7) "1268155" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "homeinfo" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests. -
DOCROOT/index.php [ 128 ] » Kohana_Request->execute()
123 /** 124 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 125 * If no source is specified, the URI will be automatically detected. 126 */ 127 echo Request::factory(TRUE, array(), FALSE) 128 ->execute() 129 ->send_headers(TRUE) 130 ->body(); 131 }