Skip to content

Instantly share code, notes, and snippets.

@cryptexvinci
Last active January 26, 2017 04:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cryptexvinci/b6f58d4083b2788ddb21caa48cd4464d to your computer and use it in GitHub Desktop.
Save cryptexvinci/b6f58d4083b2788ddb21caa48cd4464d to your computer and use it in GitHub Desktop.
Fix: WordPress File Size exceeded. Edit php.ini
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 400M
file_uploads = On
max_execution_time = 180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment