nocte
Well-known member
I saw this error in the error log. coming from a user who tried to delete his album:
	
	
	
		
stack trace shows this query:
	
	
	
		
Might this be a bug in XFMG?
				
			
		Code:
	
	XF\Db\Exception: MySQL query error [1690]: BIGINT UNSIGNED value is out of range in '(`db`.`xf_user`.`xfmg_media_count` - ?)'
src/XF/Db/AbstractStatement.php:230stack trace shows this query:
		Code:
	
	                    UPDATE xf_user
                    SET xfmg_media_count = GREATEST(0, xfmg_media_count - ?)
                    WHERE user_id = ?Might this be a bug in XFMG?
 
 
		 
					
				 
						
					 
 
		 
 
		 
 
		 
 
		