ErrorException [ Notice ]:
APPPATH/views/view.php [ 18 ]
13 </tr>
14 </thead>
15 <tbody>
16 <tr>
17 <td>Категория</td>
18 <td><? echo $category; ?></td>
19 </tr>
20 <? if ( isset($subcategory) ){ ?>
21 <tr>
22 <td>Подкатегория</td>
23 <td><? echo $subcategory; ?></td>
-
APPPATH/views/view.php [ 18 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(28) "Undefined variable: category"
2
string(68) "/var/www/u0088330/data/www/grand-model.ru/application/views/view.php"
3
integer 18
4
array(28) ( "kohana_view_filename" => string(68) "/var/www/u0088330/data/www/grand-model.ru/application/views/view.php" "kohana_view_data" => array(23) ( "id" => string(3) "831" "article" => string(4) "1134" "image" => string(8) "1134.jpg" "categoryindex" => string(1) "0" "subcategoryindex" => string(1) "0" "stone" => NULL "insetindex" => string(1) "2" "inset" => string(10) "Багет" "elementindex" => NULL "element" => NULL "brasletunit" => NULL "size" => NULL "mass" => string(3) "0.2" "dateadd" => string(10) "2021-04-11" "datepay" => NULL "series" => NULL "comment" => NULL "width" => NULL "height" => NULL "length" => NULL "breadcrumbs" => object View(2)
{ protected _file => string(75) "/var/www/u0088330/data/www/grand-model.ru/application/views/breadcrumbs.php" protected _data => array(0) }
"next_id" => string(2) "57" "previous_id" => string(3) "830" ) "id" => string(3) "831" "article" => string(4) "1134" "image" => string(8) "1134.jpg" "categoryindex" => string(1) "0" "subcategoryindex" => string(1) "0" "stone" => NULL "insetindex" => string(1) "2" "inset" => string(10) "Багет" "elementindex" => NULL "element" => NULL "brasletunit" => NULL "size" => NULL "mass" => string(3) "0.2" "dateadd" => string(10) "2021-04-11" "datepay" => NULL "series" => NULL "comment" => NULL "width" => NULL "height" => NULL "length" => NULL "breadcrumbs" => object View(2){ protected _file => string(75) "/var/www/u0088330/data/www/grand-model.ru/application/views/breadcrumbs.php" protected _data => array(0) }
"next_id" => string(2) "57" "previous_id" => string(3) "830" "title" => string(50) "Дизайн ювелирных украшений" "description" => string(0) "" "keywords" => string(0) "" )13 </tr> 14 </thead> 15 <tbody> 16 <tr> 17 <td>Категория</td> 18 <td><? echo $category; ?></td> 19 </tr> 20 <? if ( isset($subcategory) ){ ?> 21 <tr> 22 <td>Подкатегория</td> 23 <td><? echo $subcategory; ?></td>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(68) "/var/www/u0088330/data/www/grand-model.ru/application/views/view.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();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(68) "/var/www/u0088330/data/www/grand-model.ru/application/views/view.php"
1
array(23) ( "id" => string(3) "831" "article" => string(4) "1134" "image" => string(8) "1134.jpg" "categoryindex" => string(1) "0" "subcategoryindex" => string(1) "0" "stone" => NULL "insetindex" => string(1) "2" "inset" => string(10) "Багет" "elementindex" => NULL "element" => NULL "brasletunit" => NULL "size" => NULL "mass" => string(3) "0.2" "dateadd" => string(10) "2021-04-11" "datepay" => NULL "series" => NULL "comment" => NULL "width" => NULL "height" => NULL "length" => NULL "breadcrumbs" => object View(2)
{ protected _file => string(75) "/var/www/u0088330/data/www/grand-model.ru/application/views/breadcrumbs.php" protected _data => array(0) }
"next_id" => string(2) "57" "previous_id" => string(3) "830" )343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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 /** 233 * Display the exception message.
-
APPPATH/views/basic.php [ 103 ] » Kohana_View->__toString()
98 <!-- PAGE-HEADER--> 99 100 <div class="content"> 101 <div class="container"> 102 <? if(isset($carousel)) echo $carousel; ?> 103 <? if(isset($content)) echo $content; ?> 104 <!-- related projects --> 105 106 <!-- /container --> 107 </div> 108 <!--/ CONTENT -->
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(69) "/var/www/u0088330/data/www/grand-model.ru/application/views/basic.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();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(69) "/var/www/u0088330/data/www/grand-model.ru/application/views/basic.php"
1
array(7) ( "tittle" => string(19) "Артикул 1134" "carousel" => string(0) "" "content" => object View(2)
{ protected _file => string(68) "/var/www/u0088330/data/www/grand-model.ru/application/views/view.php" protected _data => array(23) ( "id" => string(3) "831" "article" => string(4) "1134" "image" => string(8) "1134.jpg" "categoryindex" => string(1) "0" "subcategoryindex" => string(1) "0" "stone" => NULL "insetindex" => string(1) "2" "inset" => string(10) "Багет" "elementindex" => NULL "element" => NULL "brasletunit" => NULL "size" => NULL "mass" => string(3) "0.2" "dateadd" => string(10) "2021-04-11" "datepay" => NULL "series" => NULL "comment" => NULL "width" => NULL "height" => NULL "length" => NULL "breadcrumbs" => object View(2)
"topmenu" => object Response(5){ protected _file => string(75) "/var/www/u0088330/data/www/grand-model.ru/application/views/breadcrumbs.php" protected _data => array(0) }
"next_id" => string(2) "57" "previous_id" => string(3) "830" ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"menu" => object Response(5){ }
protected _body => string(930) "<li><a href="/catalog/">Весь каталог</a></li><li><a href="/catalog/1/0">Кольца</a></li><li><a href="/catalog/2/0">Серьги</a></li …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"topArticle" => object Response(5){ }
protected _body => string(992) "<li><a class="active" href="/catalog/">Весь каталог</a></li><li><a href="/series/">Наборы</a></li><li><a href="/catalog/1/0"> …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"leftArticle" => object Response(5){ }
protected _body => string(447) "<li><a href="/article/price/">Прейскурант</a></li><li><a href="/main/addarticle/">Быстрый заказ</a></li><li><a href="/article/vi …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
){ }
protected _body => string(248) "<ul class="nav bs-sidenav"><li><a href="/article/price/">Прейскурант</a></li><li><a href="/main/addarticle/">Быстрый заказ</a></ …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->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 [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Main(6)
{ public template => object View(2)
{ protected _file => string(69) "/var/www/u0088330/data/www/grand-model.ru/application/views/basic.php" protected _data => array(7) ( "tittle" => string(19) "Артикул 1134" "carousel" => string(0) "" "content" => object View(2)
public auto_render => bool TRUE public request => object Request(19){ protected _file => string(68) "/var/www/u0088330/data/www/grand-model.ru/application/views/view.php" protected _data => array(23) ( "id" => string(3) "831" "article" => string(4) "1134" "image" => string(8) "1134.jpg" "categoryindex" => string(1) "0" "subcategoryindex" => string(1) "0" "stone" => NULL "insetindex" => string(1) "2" "inset" => string(10) "Багет" "elementindex" => NULL "element" => NULL "brasletunit" => NULL "size" => NULL "mass" => string(3) "0.2" "dateadd" => string(10) "2021-04-11" "datepay" => NULL "series" => NULL "comment" => NULL "width" => NULL "height" => NULL "length" => NULL "breadcrumbs" => object View(2)
"topmenu" => object Response(5){ protected _file => string(75) "/var/www/u0088330/data/www/grand-model.ru/application/views/breadcrumbs.php" protected _data => array(0) }
"next_id" => string(2) "57" "previous_id" => string(3) "830" ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"menu" => object Response(5){ }
protected _body => string(930) "<li><a href="/catalog/">Весь каталог</a></li><li><a href="/catalog/1/0">Кольца</a></li><li><a href="/catalog/2/0">Серьги</a></li …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"topArticle" => object Response(5){ }
protected _body => string(992) "<li><a class="active" href="/catalog/">Весь каталог</a></li><li><a href="/series/">Наборы</a></li><li><a href="/catalog/1/0"> …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"leftArticle" => object Response(5){ }
protected _body => string(447) "<li><a href="/article/price/">Прейскурант</a></li><li><a href="/main/addarticle/">Быстрый заказ</a></li><li><a href="/article/vi …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) }{ }
protected _body => string(248) "<ul class="nav bs-sidenav"><li><a href="/article/price/">Прейскурант</a></li><li><a href="/main/addarticle/">Быстрый заказ</a></ …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(11) "view(/<id>)" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(4) "Main" "action" => string(4) "view" "id" => integer 0 ) protected _route_regex => string(30) "#^view(?:/(?P<id>[0-9]+))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Main" protected _action => string(4) "view" protected _uri => string(8) "view/831" protected _external => bool FALSE protected _params => array(1) ( "id" => string(3) "831" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public session => object Session_Native(5){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
public auth => object Auth_ORM(2){ protected _session => object Session_Native(5)
}{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
protected _config => object Config_Group(7){ public driver => string(3) "ORM" public hash_method => string(6) "sha256" public hash_key => string(63) "1szukLG79qijRVXh5bYQeXJjMf597Q1SRrLtp7Zw690J2ocw6nzdl4SCo1WOuCT" public lifetime => integer 1209600 public session_type => string(6) "native" public session_key => string(9) "auth_user" public users => array(0) }
}92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(11) "view(/<id>)" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(4) "Main" "action" => string(4) "view" "id" => integer 0 ) protected _route_regex => string(30) "#^view(?:/(?P<id>[0-9]+))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Main" protected _action => string(4) "view" protected _uri => string(8) "view/831" protected _external => bool FALSE protected _params => array(1) ( "id" => string(3) "831" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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) }
}1
object 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)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(11) "view(/<id>)" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(4) "Main" "action" => string(4) "view" "id" => integer 0 ) protected _route_regex => string(30) "#^view(?:/(?P<id>[0-9]+))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Main" protected _action => string(4) "view" protected _uri => string(8) "view/831" protected _external => bool FALSE protected _params => array(1) ( "id" => string(3) "831" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }
Environment
Included files (116)
DOCROOT/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/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 |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
APPPATH/config/siteconfig.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/captcha/init.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.php |
SYSPATH/classes/Kohana/HTTP.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 |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
APPPATH/classes/Controller/Main.php |
APPPATH/classes/BasicController.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/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
APPPATH/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
MODPATH/auth/classes/Auth.php |
MODPATH/auth/classes/Kohana/Auth.php |
MODPATH/auth/config/auth.php |
APPPATH/config/auth.php |
MODPATH/orm/classes/Auth/ORM.php |
MODPATH/orm/classes/Kohana/Auth/ORM.php |
APPPATH/classes/Controller/Menu.php |
MODPATH/orm/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Category.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/MySQL.php |
MODPATH/database/classes/Kohana/Database/MySQL.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 |
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 |
APPPATH/classes/Model/Article.php |
APPPATH/classes/Model/Catalog.php |
APPPATH/classes/Model/Parameter.php |
APPPATH/classes/Model/Element.php |
APPPATH/views/basic.php |
APPPATH/views/view.php |
APPPATH/views/breadcrumbs.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/views/kohana/error.php |
APPPATH/i18n/ru.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
Loaded extensions (64)
Core |
date |
ereg |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bcmath |
bz2 |
calendar |
ctype |
curl |
dba |
dom |
hash |
fileinfo |
filter |
ftp |
gd |
gettext |
gmp |
SPL |
iconv |
session |
json |
mbstring |
mcrypt |
mysql |
mysqli |
pcntl |
standard |
PDO |
pdo_mysql |
pdo_sqlite |
Phar |
posix |
pspell |
Reflection |
imap |
shmop |
SimpleXML |
soap |
sockets |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xml |
xmlreader |
xmlrpc |
xmlwriter |
xsl |
zip |
cgi-fcgi |
eAccelerator |
htscanner |
imagick |
timezonedb |
mhash |
ionCube Loader |
Zend Guard Loader |
$_SERVER
PATH |
string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
FCGI_ROLE |
string(9) "RESPONDER" |
REDIRECT_UNIQUE_ID |
string(27) "Z1cbhDsL-eeGUKL049U2iwAAAEo" |
REDIRECT_HTTPS |
string(3) "off" |
REDIRECT_REQUEST_SCHEME |
string(4) "http" |
REDIRECT_PERL5LIB |
string(49) "/usr/share/awstats/lib:/usr/share/awstats/plugins" |
REDIRECT_STATUS |
string(3) "200" |
UNIQUE_ID |
string(27) "Z1cbhDsL-eeGUKL049U2iwAAAEo" |
HTTPS |
string(3) "off" |
REQUEST_SCHEME |
string(4) "http" |
PERL5LIB |
string(49) "/usr/share/awstats/lib:/usr/share/awstats/plugins" |
HTTP_HOST |
string(15) "grand-model.com" |
HTTP_X_FORWARDED_PROTO |
string(4) "http" |
HTTP_X_FORWARDED_PORT |
string(2) "80" |
HTTP_CONNECTION |
string(5) "close" |
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, 18 Jun 2024 15:12:24 GMT" |
HTTP_ACCEPT_ENCODING |
string(7) "br,gzip" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(82) "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 Phusion_Passenger/6.0.22" |
SERVER_NAME |
string(15) "grand-model.com" |
SERVER_ADDR |
string(9) "127.0.0.1" |
SERVER_PORT |
string(2) "80" |
REMOTE_ADDR |
string(11) "18.97.14.85" |
DOCUMENT_ROOT |
string(41) "/var/www/u0088330/data/www/grand-model.ru" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(41) "/var/www/u0088330/data/www/grand-model.ru" |
SERVER_ADMIN |
string(20) "don.bilgen@gmail.com" |
SCRIPT_FILENAME |
string(51) "/var/www/u0088330/data/www/grand-model.ru/index.php" |
REMOTE_PORT |
string(5) "60968" |
REDIRECT_URL |
string(9) "/view/831" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.0" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(9) "/view/831" |
SCRIPT_NAME |
string(10) "/index.php" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME |
integer 1733761924 |
argv |
array(0) |
argc |
integer 0 |