An "HTTP error" when uploading images usually comes from low PHP limits or a server image library issue. Try these in order.
- Raise PHP limits: in cPanel, open Select PHP Version > Options (or MultiPHP INI Editor) and increase
memory_limitto 256M,upload_max_filesize, andmax_execution_time. - Try a different browser or upload one smaller image to rule out a temporary glitch.
- Deactivate plugins temporarily to find a conflict.
- Make sure Imagick or GD is enabled in your PHP extensions.
Clearing your cache and re-saving permalinks can also help. Large images may simply exceed your limits, so resize them first. If the error continues, open a ticket and we will check the PHP configuration on your account.