File |
/var/www/html/lifepc/vendor/spoon/library/spoon/database/database.php
|
Line |
644
|
Class |
PDOStatement |
Function |
execute |
|
File |
/var/www/html/lifepc/frontend/modules/blog/engine/model.php
|
Line |
148
|
Class |
SpoonDatabase |
Function |
getRecords |
Argument(s) |
array(3) {
[0] => string(336) "SELECT c.id, c.title AS label, m.url, COUNT(c.id) AS total, m.data AS meta_data
FROM blog_categories AS c
INNER JOIN blog_posts AS i ON c.id = i.category_id AND c.language = i.language
INNER JOIN meta AS m ON c.meta_id = m.id
WHERE c.language = ? AND i.status = ? AND i.hidden = ? AND i.publish_on <= ?
GROUP BY c.id"
[1] => array(4) {
[0] => string(2) "en"
[1] => string(6) "active"
[2] => string(1) "N"
[3] => string(19) "2025-05-13 06:08:00"
}
[2] => string(2) "id"
}
|
|
|
|
|
|
|
File |
/var/www/html/lifepc/frontend/core/engine/frontend.php
|
Line |
48
|
Class |
FrontendPage |
Function |
load |
|
|
|
File |
/var/www/html/lifepc/index.php
|
Line |
45
|
Class |
Kernel |
Function |
handle |
Argument(s) |
array(1) {
[0] => object(Symfony\Component\HttpFoundation\Request) (20) {
["attributes"] => object(Symfony\Component\HttpFoundation\ParameterBag) (1) {
["parameters":protected] => array(0) {
}
}
["request"] => object(Symfony\Component\HttpFoundation\ParameterBag) (1) {
["parameters":protected] => array(0) {
}
}
["query"] => object(Symfony\Component\HttpFoundation\ParameterBag) (1) {
["parameters":protected] => array(0) {
}
}
["server"] => object(Symfony\Component\HttpFoundation\ServerBag) (1) {
["parameters":protected] => array(27) {
["REDIRECT_STATUS"] => string(3) "200"
["MOD_REWRITE"] => string(1) "1"
["HTTP_ACCEPT"] => string(3) "*/*"
["HTTP_USER_AGENT"] => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
["HTTP_ACCEPT_ENCODING"] => string(23) "gzip, br, zstd, deflate"
["HTTP_HOST"] => string(12) "81.161.61.88"
["PATH"] => string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
["SERVER_SIGNATURE"] => string(0) ""
["SERVER_SOFTWARE"] => string(22) "Apache/2.2.15 (CentOS)"
["SERVER_NAME"] => string(12) "81.161.61.88"
["SERVER_ADDR"] => string(13) "192.168.8.200"
["SERVER_PORT"] => string(2) "80"
["REMOTE_ADDR"] => string(14) "18.116.235.184"
["DOCUMENT_ROOT"] => string(20) "/var/www/html/lifepc"
["SERVER_ADMIN"] => string(14) "root@lifepc.sk"
["SCRIPT_FILENAME"] => string(30) "/var/www/html/lifepc/index.php"
["REMOTE_PORT"] => string(5) "52663"
["REDIRECT_URL"] => string(68) "/novinky-2/detail/upgrade-internetoveho-pripojenia-pre-niektore-obce"
["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(68) "/novinky-2/detail/upgrade-internetoveho-pripojenia-pre-niektore-obce"
["SCRIPT_NAME"] => string(10) "/index.php"
["PHP_SELF"] => string(10) "/index.php"
["REQUEST_TIME_FLOAT"] => float(1747116485.812)
["REQUEST_TIME"] => int(1747116485)
}
}
["files"] => object(Symfony\Component\HttpFoundation\FileBag) (1) {
["parameters":protected] => array(0) {
}
}
["cookies"] => object(Symfony\Component\HttpFoundation\ParameterBag) (1) {
["parameters":protected] => array(0) {
}
}
["headers"] => object(Symfony\Component\HttpFoundation\HeaderBag) (2) {
["headers":protected] => array(4) {
["accept"] => array(1) {
[0] => string(3) "*/*"
}
["user-agent"] => array(1) {
[0] => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
}
["accept-encoding"] => array(1) {
[0] => string(23) "gzip, br, zstd, deflate"
}
["host"] => array(1) {
[0] => string(12) "81.161.61.88"
}
}
["cacheControl":protected] => array(0) {
}
}
["content":protected] => NULL
["languages":protected] => NULL
["charsets":protected] => NULL
["acceptableContentTypes":protected] => NULL
["pathInfo":protected] => NULL
["requestUri":protected] => string(68) "/novinky-2/detail/upgrade-internetoveho-pripojenia-pre-niektore-obce"
["baseUrl":protected] => NULL
["basePath":protected] => NULL
["method":protected] => NULL
["format":protected] => NULL
["session":protected] => NULL
["locale":protected] => NULL
["defaultLocale":protected] => string(2) "en"
}
}
|
|