tilg Member Nov 20, 2024 #1 Hello, can anyone help me solving this please. I have mostly images bigger than 2 megabytes. but forum doesnt let me post because of this setting how to "configure" the server right? thanks in advance
Hello, can anyone help me solving this please. I have mostly images bigger than 2 megabytes. but forum doesnt let me post because of this setting how to "configure" the server right? thanks in advance
Seeker-Smith Well-known member Nov 20, 2024 #2 You need to change your php settings to allow for larger files. You may need to adjust memory_limit = you will have to adjust post_max_size = and upload_max_filesize = Your host should be able to do it for you. Upvote 0 Downvote
You need to change your php settings to allow for larger files. You may need to adjust memory_limit = you will have to adjust post_max_size = and upload_max_filesize = Your host should be able to do it for you.
philmckrackon Well-known member Nov 20, 2024 #3 That setting limit is controlled by your server PHP limits. If you do not know how to accomplish that it is recommended that you contact your host. Upvote 0 Downvote
That setting limit is controlled by your server PHP limits. If you do not know how to accomplish that it is recommended that you contact your host.
tilg Member Nov 20, 2024 #4 thanks for the quick answer - i am myself hoster tried to look into it - seems already over 2048KB what do you think? Upvote 0 Downvote
thanks for the quick answer - i am myself hoster tried to look into it - seems already over 2048KB what do you think?
Seeker-Smith Well-known member Nov 20, 2024 #5 These are the ones that matter and you'll need to restart server and php post_max_size = upload_max_filesize = Upvote 0 Downvote
These are the ones that matter and you'll need to restart server and php post_max_size = upload_max_filesize =
philmckrackon Well-known member Nov 20, 2024 #6 tilg said: thanks for the quick answer - i am myself hoster tried to look into it - seems already over 2048KB View attachment 314226 what do you think? Click to expand... That is the memory limit. You need to adjust the settings that @Seeker-Smith referenced in THIS POST. Upvote 0 Downvote
tilg said: thanks for the quick answer - i am myself hoster tried to look into it - seems already over 2048KB View attachment 314226 what do you think? Click to expand... That is the memory limit. You need to adjust the settings that @Seeker-Smith referenced in THIS POST.