forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 upload => Topic started by: Gyrene251 on May 30, 2021, 03:31:47 pm

Title: Uploading Errors
Post by: Gyrene251 on May 30, 2021, 03:31:47 pm
Upload issues -- keep getting fatal errors. Very frustrating. Not sure what is going on. See attachment.
Title: Re: Uploading Errors
Post by: ron4mac on May 30, 2021, 05:55:39 pm
You need to increase the amount memory that PHP can use to something greater than 256M. (384,512)
Or if you can switch to using ImageMagick instead of GD, that could help resolve the issue.
Title: Re: Uploading Errors
Post by: Gyrene251 on May 30, 2021, 05:57:21 pm
I got a hold of my host and they increased the memory limit. All working good. Thanks.
Title: Re: Uploading Errors
Post by: kdmiller45 on January 10, 2022, 01:32:40 am
Is the name of the file that needs to be modified config.php and if so where is it located
Title: Re: Uploading Errors
Post by: kdmiller45 on January 10, 2022, 03:04:14 am
Is the name of the file that needs to be modified config.php and if so where is it located

This is my error
Title: Re: Uploading Errors
Post by: kdmiller45 on January 10, 2022, 03:05:21 am
This is my error
Title: Re: Uploading Errors
Post by: ron4mac on January 10, 2022, 04:42:20 am
You may be missing a PHP configured temporary folder. Or there is some other reason why PHP can't write the file to disk.
Title: Re: Uploading Errors
Post by: kdmiller45 on January 14, 2022, 08:38:25 pm
What should the name of this folder be and where should it be located

Thanks