Change PhP Settings - upload_max_filesize

If you’re attempting to upload files on your new WordPress theme or are getting errors that you need to increase your upload size or memory limit, they can easily be solved by following these directions:

  1. Login to cPanel
  2. Click Select PHP Version
  3. From the drop-down menu, select 5.5 (if you’re wanting to keep default) and click Set as current
  4. Once this has been selected you’ll notice a new link on the left that says Switch To PHP Options, click on that.
  5. From here, you can edit any values to best meet your WordPress installation:

Preferably to the following values.

memory_limit = 256
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000

PhP Select cPanel

 

  • upload_max_filesize, max_execution_time, max_input_time, memory_limit
  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Powered by WHMCompleteSolution