Failed to resize image (thumbnail)

Greetings to the Forum,I need your help to solve a problem related to uploading the image field. Specifically, I should upload an image to my database. In reality, the one I’m going to write in the field is then a link to the acquired image. The problem is related to the fact that I receive the following error when uploading the image:"Failed to resize image (thumbnail)"Can you help me ? ThanksPaolo

Make sure you have enabled the GD extension: https://www.php.net/manual/en/image.installation.php.

Thanks, problem solved.