Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Search for the below settings and change their values to 60M 600M to allow file uploads until 60 600 Megabytes.

Code Block
languagetext
title/etc/php5/apache2/php.ini
post_max_size=60M600M
upload_max_filesize=60M600M

 

Install php extensions

Install the extension dom, fileinfo, iconv, mbstring, zip, pdo_mysql and gd

...