Notice: Trying to access array offset on value of type bool in /home/futbenne/club.unifutbol.com/test/api/db/models.php on line 1262

Warning: mysqli_query(): (HY000/1021): Disk full (/tmp/#sql-temptable-baa0f-34a1a94-73548.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") in /home/futbenne/club.unifutbol.com/test/api/db/config.db.php on line 115
 ********** MYSQL ERROR ********** 
SELECT 
			C.`userid`, U.`username`, U.`lastVisitDate`,
			C.`membership`, C.`level`, C.`updated`,
			S.`time`
			, Pimage.`profile_value` AS `image` 
			FROM `club_user_data` AS C
			INNER JOIN `joomC_users` AS U ON (C.`userid` = U.`id`)
			LEFT JOIN  `joomC_session` AS S ON (C.`userid` = S.`userid`)
			LEFT JOIN joomC_user_profiles AS Pimage ON (Pimage.`user_id` = U.`id` AND Pimage.`profile_key`='profile.file')
			WHERE 1 
			GROUP BY C.`userid`
			ORDER BY C.`updated` DESC
			 LIMIT 12 
 ********** MYSQL ERROR ********** 
Disk full (/tmp/#sql-temptable-baa0f-34a1a94-73548.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")