Have your host update your PHP to version 7.1 which is what I use on my host, SiteGround as well as checking the following settings:

#Change upload limits
file_uploads = On
post_max_size = 64M
upload_max_filesize = 64M
memory_limit = 256M
max_execution_time 0
#Change upload limits end