When Uploading Images to the Image Gallery I Get a PHP Error.

If when uploading images on the frontend or backend and you receive an error such as: Fatal error: Maximum execution time of 30 seconds exceeded. This is unfortunately an issue with your web hosting server.

There are a number of ways to fix this.

  1. Contact your web host, ask them to increase the max_execution_time and max_memory_size on your hosting account.
  2. You could be uploading very large images therefore it takes a very long time for the images to upload and your servers PHP gives up. Try uploading web safe images (Compress the images which a service such as https://tinyjpg.com/).

Was this article helpful?

Related Articles