Database Object
(
[connectedby] =>
[numrows] => 3
[numfields] => 2
[result] =>
[connection] => Resource id #13
[row] => 0
[debug] =>
[dbname] => noble
[port] =>
[host] => ''
[tty] =>
[options] =>
[user] => noble
[password] => ************
)
SQL FEJL: ERROR: invalid input syntax for type integer: ""
LINE 1: ...join good g on (gcr.goodid = g.id) where gcr.categoryid = ''
^
QUERY: select count(goodid) from good_category_rel gcr inner join good g on (gcr.goodid = g.id) where gcr.categoryid = ''
PLACEMENT:
1 Database Object
(
[connectedby] =>
[numrows] => 3
[numfields] => 2
[result] =>
[connection] => Resource id #13
[row] => 0
[debug] =>
[dbname] => noble
[port] =>
[host] => ''
[tty] =>
[options] =>
[user] => noble
[password] => ************
)
SQL FEJL: ERROR: invalid input syntax for type integer: ""
LINE 1: ...s null and gcr.goodid = g.id and gcr.categoryid = '' order b...
^
QUERY: select g.*, gp.id as pictureid, ext from good g, good_category_rel gcr left join goodpicture gp on (gcr.goodid = gp.goodid and primarypicture = 't') where g.paused is null and gcr.goodid = g.id and gcr.categoryid = '' order by g.id desc limit 5 offset 0
PLACEMENT:
1 Der er desværre ingen varer i denne kategori...
|