Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.DB.php
Line: 1553
Method: DB->dump
Request: class.DB.php
Line: 1540
Method: DB->switchDebug
Request: class.scifi.php
Line: 2396
Method: scifi->Uzivatel
Request: class.scifi.php
Line: 2392
Method: scifi->Go_Uzivatel
Request: index.php
Line: 5
string(41) "Please contact SnazzyBee if you see this."
array(1) {
[0]=>
string(41) "Start DB Debug: class.scifi.php line 2396"
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.DB.php
Line: 1553
Method: DB->dump
Request: class.DB.php
Line: 757
Method: DB->Select
Request: class.scifi.php
Line: 2397
Method: scifi->Uzivatel
Request: class.scifi.php
Line: 2392
Method: scifi->Go_Uzivatel
Request: index.php
Line: 5
string(41) "Please contact SnazzyBee if you see this."
array(1) {
[0]=>
array(1) {
["Requested SQL"]=>
string(206) "select text_to_letters_underline(lower(b."slug")) slug from userslughistory a left join user b on b.id = a."user" where text_to_letters_underline(lower(a.slug)) = text_to_letters_underline(lower('Nominus'))"
}
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.Postgres.php
Line: 229
Method: postgres->dump
Request: class.Postgres.php
Line: 457
Method: postgres->Query
Request: class.DB.php
Line: 1180
Method: DB->Exec
Request: class.DB.php
Line: 760
Method: DB->Select
Request: class.scifi.php
Line: 2397
Method: scifi->Uzivatel
Request: class.scifi.php
Line: 2392
Method: scifi->Go_Uzivatel
Request: index.php
Line: 5
string(41) "Please contact SnazzyBee if you see this."
array(2) {
[0]=>
string(3) "SQL"
[1]=>
string(236) "select text_to_letters_underline(lower(b."slug")) slug from userslughistory a left join user b on b.id = a."user" where text_to_letters_underline(lower(a.slug)) = text_to_letters_underline(lower('Nominus'))"
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.Postgres.php
Line: 229
Method: postgres->dump
Request: class.Postgres.php
Line: 464
Method: postgres->Query
Request: class.DB.php
Line: 1180
Method: DB->Exec
Request: class.DB.php
Line: 760
Method: DB->Select
Request: class.scifi.php
Line: 2397
Method: scifi->Uzivatel
Request: class.scifi.php
Line: 2392
Method: scifi->Go_Uzivatel
Request: index.php
Line: 5
string(41) "Please contact SnazzyBee if you see this."
array(2) {
[0]=>
string(10) "LastError:"
[1]=>
string(229) "ERROR: column b.id does not exist
LINE 1: ...) slug from userslughistory a left join user b on b.id = a."...
^
HINT: Perhaps you meant to reference the column "a.id"."
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.DB.php
Line: 1553
Method: DB->dump
Request: class.DB.php
Line: 2210
Method: DB->showSQLHistory
Request: class.System.php
Line: 1089
Function: shutdown_function_error
string(41) "Please contact SnazzyBee if you see this."
array(1) {
[0]=>
array(11) {
["select id,name from sfdbrole order by name"]=>
int(1)
["select key,value,type from setting"]=>
int(1)
["select time,showed,supervizor,title,file,server,delete,time_created from module where script = 'banner' order by id LIMIT 1 OFFSET 0;"]=>
int(1)
["update module set showed = showed+1 where script = 'banner'"]=>
int(1)
["select a.id,a.name,a.url,a.image,a.date_start::date as date_start,a.date_stop::date as date_stop,
b.name as location_name,a.location
from banner a left join bannerlocation b on a.location = b.id where not a.deleted and (a.date_start is null or a.date_start=now()::date) and b.system_name = 'standard' order by name LIMIT 100 OFFSET 0;"]=>
int(1)
["select id from statistics where ident = 'quywjgbxlircimwtyohhusypcyfjhm'"]=>
int(1)
["select id,name,text_to_letters_underline(name) as url_nazov,editorial from spacetheme where start < 1737988427 and published and not deleted and featured order by start desc,name"]=>
int(1)
["select a.id,a.nazov,case a.thumbnail when 0 then null else thumbnail end as thumbnail,text_to_letters_underline(a.nazov) as url_name from article a where a.type = 's' and a.published and a.x_publikovatdna <1737988427 and a.x_publikovatdna >=1706452427 order by a.topnews desc nulls last,random(),a.id desc LIMIT 3 OFFSET 0;"]=>
int(1)
["select
a.id,
a.id as sfdb,
a.premiera_date-now()::date as days,
a.type,
a.seria,
a.poradie,
b.sknazov as sknazov_serie,
a.www,
a.sknazov,
a.premiera_date_type,
a.premiera_date,
to_char(a.premiera_time,'HH24:MI') as premiera_time,
a.ending_date,to_char(a.ending_time,'H24:MI') as ending_time,
a.ending_date_type
from
sfdb a
left join sfdb b on a.serialid = b.id
where
a.premiera_date_type = 4
and
a.type in (3,7)
and (
a.premiera_date > now()::date or (a.premiera_date=now()::date
and (
(a.ending_time is not null and a.ending_time>=now()::time)
or
(a.ending_time is null and a.premiera_time>=(now() - interval '1 hour')::time))
)
)
order by
a.premiera_date,
a.premiera_time LIMIT 3 OFFSET 0;"]=>
int(1)
["select
a.premiera_date-now()::date as days,
a.id as sfdb,
a.seria,
a.poradie,
b.sknazov as sknazov_serie,
a.type,
a.sknazov,
a.premiera_date_type,
a.premiera_date,
to_char(a.premiera_time,'HH24:MI') as premiera_time,
a.ending_date,
to_char(a.ending_time,'H24:MI') as ending_time,
a.ending_date_type,
(select max(b.id) from video b where b.type='sfdb' and b.module_id = a.id and b.scene_type=3) as video
from
sfdb a
left join sfdb b on a.serialid=b.id
where a.premiera_date_type = 4 and (
(
a.premiera_date < now()::date
and
a.type in (3,7)
)
or
(
a.premiera_date=now()::date
and
(
(a.ending_time is null and a.premiera_time<=now()::time)
or
(a.ending_time is not null and a.ending_time
int(1)
["select text_to_letters_underline(lower(b."slug")) slug from userslughistory a left join user b on b.id = a."user" where text_to_letters_underline(lower(a.slug)) = text_to_letters_underline(lower('Nominus'))"]=>
int(1)
}
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.DB.php
Line: 1553
Method: DB->dump
Request: class.DB.php
Line: 2211
Method: DB->showSQLHistory
Request: class.System.php
Line: 1089
Function: shutdown_function_error
string(41) "Please contact SnazzyBee if you see this."
array(2) {
[0]=>
string(23) "Unclosed transactions: "
[1]=>
array(0) {
}
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.DB.php
Line: 1553
Method: DB->dump
Request: class.DB.php
Line: 590
Method: DB->Abort
Request: class.System.php
Line: 1104
Function: shutdown_function_error
string(41) "Please contact SnazzyBee if you see this."
array(5) {
[0]=>
string(15) "SQL Transaction"
[1]=>
string(5) "Abort"
[2]=>
int(0)
[3]=>
array(1) {
[0]=>
array(2) {
["function"]=>
string(23) "shutdown_function_error"
["args"]=>
array(0) {
}
}
}
[4]=>
bool(true)
}
Memory usage: 2.097.152 27.01.2025 15:33:47 more...
Memory peak: 2.097.152
Request: class.DB.php
Line: 1553
Method: DB->dump
Request: class.DB.php
Line: 590
Method: DB->Abort
Request: class.DB.php
Line: 640
Method: DB->Close
Request: class.DB.php
Line: 20
Function: system_db_close
string(41) "Please contact SnazzyBee if you see this."
array(5) {
[0]=>
string(15) "SQL Transaction"
[1]=>
string(5) "Abort"
[2]=>
int(0)
[3]=>
array(1) {
[0]=>
array(2) {
["function"]=>
string(15) "system_db_close"
["args"]=>
array(0) {
}
}
}
[4]=>
bool(true)
}