Error message
- Warning: mysqli::query(): (HY000/3): Error writing file '/tmp/#sql/fd=144' (Errcode: 28 "No space left on device") in find_query_results() (line 479 of /usr/share/rinkresults/rrtools/php/query_tools.php).
- User error: Wrong SQL: SELECT
judges.judges_id,
judges.first_name,
judges.middle_name,
judges.last_name,
club.club_id,
club.country
FROM
judges,
judges_club_affiliation,
club
WHERE
judges_club_affiliation.judges_id = judges.judges_id AND
judges_club_affiliation.club_id = club.club_id AND
judges_club_affiliation.end_date = '9999-12-31'
ORDER BY
country,
judges.last_name,
judges.first_nameError: Error writing file '/tmp/#sql/fd=144' (Errcode: 28 "No space left on device") in find_query_results() (line 481 of /usr/share/rinkresults/rrtools/php/query_tools.php).
- Notice: Undefined offset: 0 in show_judges() (line 72 of /usr/share/rinkresults/rrtools/php/list_judges.php).
- Notice: Undefined offset: 0 in show_judges() (line 73 of /usr/share/rinkresults/rrtools/php/list_judges.php).
- Notice: Undefined offset: 0 in show_judges() (line 73 of /usr/share/rinkresults/rrtools/php/list_judges.php).
- Notice: Undefined offset: 0 in show_judges() (line 74 of /usr/share/rinkresults/rrtools/php/list_judges.php).