Warning: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/#sql-temptable-1-49450d4-27846.MAI' (Errcode: 28 "No space left on device") in /app/etaamb/classes/connector.class.php on line 100
QUERY ERROR
**********
SQL: select SQL_CACHE
docs.numac as numac,
docs.anonymise as anon,
titles.raw as title_raw,
titles.pure as title_pure,
source_nl as source,
type_nl as type,
docs.chrono_id as chrono_id,
docs.senate_id as senate_id,
docs.senate_leg as senate_leg,
docs.chamber_id as chamber_id,
docs.chamber_leg as chamber_leg,
DATE_FORMAT(pub_date, '%Y%m%d') as pub_date,
DATE_FORMAT(prom_date, '%Y%m%d') as prom_date
FROM `docs`
join titles on docs.numac = titles.numac
join sources on docs.source = sources.id
join types on docs.type = types.id where docs.numac in (2010201225, 2011000330, 2011002043, 2011014304, 2011022110, 2011022111, 2011024120, 2011201427, 2012002050, 2012002067, 2012002082, 2012011174, 2012024241, 2013002006, 2013002026, 2013002032, 2013002033, 2013002034, 2013002047, 2013007184, 2014203327) and titles.ln = 'nl' order by types.ord ASC
ERROR: Can't create/write to file '/tmp/#sql-temptable-1-49450d4-27846.MAI' (Errcode: 28 "No space left on device")
Fatal error: Uncaught Exception: 1156 in /app/etaamb/classes/connector.class.php:110
Stack trace:
#0 /app/etaamb/classes/collection.class.php(245): connector_class->query()
#1 /app/etaamb/classes/numac.class.php(893): collection_class->docsMeta()
#2 /app/etaamb/classes/numac.class.php(829): numac->reverseDocs_List()
#3 /app/etaamb/classes/numac.class.php(267): numac->reverseDocs()
#4 /app/etaamb/index.php(230): numac->main()
#5 {main}
thrown in /app/etaamb/classes/connector.class.php on line 110