MDB2 Error: unknown error, _doQuery: [Error message: Could not execute statement]
[Last executed query: select user.username, journals.* 
				from journals, user
				
				where 1
				and journals.user_id_no = user.id_no
				and user.user_level > 0
				and journals.doe <= '2024-10-12 22:16:27'
			 	and journals.status = 1
				and publish_status = 'public'
				and user.id_no = 54652
				
				
				
				
		 	 order by journals.doe desc  
			 limit 0,10]
[Native code: 2006]
[Native message: MySQL server has gone away]