By Steve on Friday, 28 November 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 526
Votes 0
Hello,

Please see the picture for your reference, i tried to upload the attached picture onto the media manager, it said file size error, please advise, thank you very much.

Best regards,
Steve
Hello Steve,

I have set the limit to 32mb and it should upload fine but I seem to hit another error if I try to upload a large image file,


<b>Fatal error</b>: Allowed memory size of 67108864 bytes exhausted (tried to allocate 21764 bytes) in <b>/home/miracoup/public_html/components/com_easyblog/classes/easysimpleimage.php</b> on line <b>52</b><br/>


If the image file is large, feeding the image resource in GD would consume more memory than usual. This is probably caused the errors above. To fix this, you need to increase the memory_limit in the php.ini to a larger value.
·
Friday, 28 November 2014 17:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Thanks for your reply.

I just tried again and it said "unable to parse server response", do you mean this is another error?
·
Friday, 28 November 2014 17:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, that's correct. You just need to increase the memory_limit because it seems like the memory_limit is quite on the low side on the server.
·
Friday, 28 November 2014 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

For changing the memory_limit, I cannot find php.ini file on my godaddy hosting, what can i do?
·
Friday, 28 November 2014 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve ,

Sorry for late reply to this,

You have to consult with your Webhosting provider regarding this, because every hosting also have their own file location for the php.ini.
·
Friday, 28 November 2014 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks all
·
Friday, 28 November 2014 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Steve ,

You're welcome.
·
Friday, 28 November 2014 23:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post