Database error: Invalid SQL: select
distinct p.id, NULL as iid, p.title, p.author, p.shortdesc, p.format, p.icon, ifnull(v.name, p.vendor) as vendor, p.subcategory, p.headfont, p.category
from
fontpack fp,
product p left join vendors v on p.vendor=v.code
where
p.id=fp.id
and fp.listing=1
and
p.enabled = 'yes'
and p.category = 'fontpack'
and p.subcategory = 'Serif'
and p.sortname like 'A%'
order by
p.sortname
limit
0, 15
MySQL Error: 126 (Incorrect key file for table '/tmp/#sql_586_0.MYI'; try to repair it)
Please contact shopmaster@fonts.at and report the exact error message.
Session halted.