Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36677, comment 2


Ignore:
Timestamp:
04/26/2016 11:27:46 PM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36677, comment 2

    initial v1  
    1 I'm assuming this is your local/test install? The 2mb upload size is a PHP default setting, edit php.ini and increase `upload_max_filesize` and `post_max_size`. If this is a production site, contact your hosting company.
     1I'm assuming this is your local/test install? The 2mb upload size limit is a PHP default setting, edit php.ini and increase `upload_max_filesize` and `post_max_size`. If this is a production site, contact your hosting company.
    22
    33Closing as worksforme, feel free to reopen with steps to reproduce if this is indeed a WordPress bug.