select
p.product_id, p.text_id as thumbnail, p.category_id, p.address,
pt.title, pt.h1
from
product p
left outer join
product_trans pt
on pt.product_id=p.product_id and pt.lang_id=1
where p.publish = 1 order by pt.title
#1021 - Disk full (/tmp/#sql_edb_23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/bhrabg/public_html/genesisd/inc/functions_cli.php:40
Stack trace:
#0 /home/bhrabg/public_html/templates/members.php(63): get_all_products('1')
#1 /home/bhrabg/public_html/index.php(13): include('/home/bhrabg/pu...')
#2 {main}
thrown in /home/bhrabg/public_html/genesisd/inc/functions_cli.php on line 40