This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

questions

  • *****
  • 319 posts
How can I Upload photos bigger than 4,2 mb
« on: February 19, 2023, 03:39:07 PM »
Hello,

How can I Upload photos bigger than 4.2MB

my php.ini

; cPanel-generated php ini directives, do not edit
; Manual editing of this file may result in unexpected behavior.
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)

Code: [Select]
allow_url_fopen = Off
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 180
max_input_time = 180
max_input_vars = 5000
memory_limit = 512M
post_max_size = 256M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php81"
upload_max_filesize = 256M
zlib.output_compression = Off

{file} is too large, maximum file size is {4.2MB}. - the translation comes from core.po

Where should I lift this limit up?

Thank you
« Last Edit: February 20, 2023, 08:29:56 PM by MB Themes »

*

MB Themes

Re: How can I Upload photos bigger than 4,2 mb
« Reply #1 on: February 19, 2023, 09:14:42 PM »
Found this:

Code: [Select]
upload_max_filesize = 10M
post_max_size = 10M
« Last Edit: February 20, 2023, 08:29:37 PM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: How can I Upload photos bigger than 4,2 mb
« Reply #2 on: February 19, 2023, 10:31:47 PM »
Both are 256MB, still can’t go over 4.2MB. Why?

Marked as best answer by questions on February 20, 2023, 05:28:52 PM
*

MB Themes

Re: How can I Upload photos bigger than 4,2 mb
« Reply #3 on: February 20, 2023, 04:35:45 PM »
There is also one more setting in Settings > Media
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: How can I Upload photos bigger than 4,2 mb
« Reply #4 on: February 20, 2023, 05:29:00 PM »
There is also one more setting in Settings > Media

THANK YOU!