If you have received an error such as "The uploaded file exceeds the upload_max_filesize directive in php.ini" when trying to upload files, you can follow this guide to increase the maximum upload size. While you may be receiving this error in WordPress, to fix it you'll need to log in to your cPanel account, which you can find when logged in to your NixiHost.com account by clicking on "Services" at the top of the page, then "Active" next to your hosting package, and finally "Login to cPanel" on the left hand side of the page.
- In your cPanel, scroll down to the Software heading, then click on MultiPHP INI Editor.
- Click on the dropdown menu and select the domain you wish to adjust the limit for.
- Find the following values and set them as shown here:
upload_max_filesize = 64M
post_max_size = 64M
file_uploads = Enabled
memory_limit = 90 - When you are done adjusting the values, click Apply.
Â