Sytist Manual > Articles

Issues uploading photos

If you are having issues uploading photos, there can be a number of factors, but the most common issue is Not enough memory allocated to PHP to process large photo files or post max size or upload max size are too low.

The file size of the photos you are uploading and the dimensions of the file both play a factor when it comes to processing the photo on the server. If the file size or dimensions are too large, there may not be enough memory allocated to the PHP to process the file. 

If you try to upload or process photos and nothing shows , get a fatal error, a 500 internal server error, or an error related to allocating memory, this is probably the reason why.

To try to increase the PHP memory, you will need to edit your sy-config.php file. In your Sytist admin, click on Settings in the main menu, then underneath the left menu click edit config file.

ini_set('memory_limit', '512M');  // <- Memory Limit
ini_set('upload_max_filesize', "30M"); // <- Max file size that can be uploaded
ini_set('post_max_size', "30M"); // <- Max file size that can be upload via POST

If your values are already like above, you can also try 1024M for the memory_limit

But there may be hard limits set by your hosting that won't allow you to go over a certain amount and if that is the case, you may want to contact your hosting company and see if they can increase these PHP values for you in the php.ini file . 

Hosting with Godaddy and getting I/O errors?

An I/O error (Input / Output) can be caused by your hosting company having a limit on how much input and output (meaning uploading / downloading ) for a certain period of time. This is usually only seen at godaddy and is an issue with the godaddy hosting. You can contact their support about increasing the I/O limits. 

You can try the throttle option in the upload dialog to slow down the upload and see if that helps. Other than that, you can upload photos via FTP  or move to another hosting company. 

403 or I/O Error only on certain images

A 403 or I/O error is usually generated by Mod Security on the server. So there is  something about those images that is triggering Mod Security or some other security on the server, possibly in the meta data in the photos.. 

Re-exporting or re-saving those image might fix the problem.

You may also want to contact your hosting company and let them know you are getting that error and if they can make an exception for the Mod Security rule it is triggering

 
 

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close