Sometimes our customers encounter the issue when uploading the files (theme, plugin etc).
They get the notice: ‘The uploaded file exceeds the upload_max_filesize directive in php.ini.’
You may check the example of the notice below:
If you get such message, please, contact your hosting provider and ask him to increase you memory_limit and upload_max_filesize values.
Check the recommended server configuration for proper theme functioning:
- PHP version 5.3 and higher
- memory_limit – 128M
- max_execution_time – 120
- max_input_time – 60
- upload_max_filesize – 30M
- max_input_vars – 3000
Regards, DFD Support Team