SupeSite info: MySQL Query Error
Time: 2026-7-25 6:10pm
Script: /store.php
SQL:
SELECT SQL_CALC_FOUND_ROWS i.subject,i.itemid,g.thumb,g.image,c.name category,
u2.spacename,g.price,i.uid,i.dateline,c.catid,g.recurring_frequency,
g.is_artist_allowed,MATCH (subject) AGAINST ('Desmond Pang Debut EP + T-shirt Bundle') score
FROM supe_spaceitems i,supe_spacegoods g,supe_userspaces u2,supe_categories c
WHERE i.itemid=g.itemid and i.uid=u2.uid and i.type='goods' and i.subtype='goods' and
i.folder=1 and i.top=0 and i.dateline < unix_timestamp() and i.catid=c.catid and
(MATCH (subject) AGAINST ('Desmond Pang Debut EP + T-shirt Bundle') or u2.spacename like concat('Desmond Pang Debut EP + T-shirt Bundle','%')) and
i.itemid not in (426548)
ORDER BY MATCH (subject) AGAINST ('Desmond Pang Debut EP + T-shirt Bundle') desc,
i.viewnum desc
LIMIT 20