Warning: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/#sql-temptable-1-26d4e5d-19870.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 (2020015998, 2020016028, 2020016051, 2020043644, 2020043688, 2020043740, 2020044025, 2020204642, 2020204833, 2020204835, 2020204837, 2020204850, 2020204853, 2020204854, 2020204855, 2020204857, 2020204858, 2020204860, 2020204861, 2020204862, 2020204863, 2020204904, 2020204906, 2020204915) and titles.ln = 'nl' order by types.ord ASC
ERROR: Can't create/write to file '/tmp/#sql-temptable-1-26d4e5d-19870.MAI' (Errcode: 28 "No space left on device")
Fatal error: Uncaught Exception: 1192 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