DB Query Error
select b.oem from 3ppp3_products a, printshop_products sp, 3ppp3_products_models b, 3ppp3_products_groups pg where a.id = sp.id and pg.product=a.id and a.id=b.product and b.oem is not null and pg.`group`=1 group by b.oem
Got error 12 from storage engine
array(1) {
[0]=>
array(6) {
["file"]=>
string(43) "/usr/home/3ppp3/peachstore_demo/handler.php"
["line"]=>
int(919)
["function"]=>
string(8) "db_query"
["class"]=>
string(2) "db"
["type"]=>
string(2) "->"
["args"]=>
array(1) {
[0]=>
&string(220) "select b.oem from 3ppp3_products a, printshop_products sp, 3ppp3_products_models b, 3ppp3_products_groups pg where a.id = sp.id and pg.product=a.id and a.id=b.product and b.oem is not null and pg.`group`=1 group by b.oem"
}
}
}