6
your image is probably to big.
Edit the hardcoded values '120', to allow the size of image you're trying to upload, at the end of ..
$uploader = new XoopsMediaUploader(XOOPS_UPLOAD_PATH, array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png'), 100000, 120, 120);
on lines 89 and 122 of modules/system/admin/userrank/main.php