Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Fierce God Posted April 11, 2017 Posted April 11, 2017 I purchased a theme that is the size of 5.25, and when im in my adminCP, in the theme upload section, it says that my upload max size is only 2mb....can someone walk me thru the steps on how to change the theme upload size limit?
AndyF Posted April 11, 2017 Posted April 11, 2017 You might find this is limited by your host php.ini settings. To check this, can you edit a member group to see if it will let you set this higher than 2mb for uploads ? As an alternative and possibly quicker: On the main ACP page, scroll down to the Support link and click that. Then on the right in the 'System Info' box click the tiny text 'php info' , on the page that opens use your browsers find (usually CTRL+F on a Windows machine, unsure what a Mac would use) to search for 'upload_max_filesize' and 'post_max_size' If either or both of these are at 2MB you need to contact your host to have them increased. They should be able to do this for you or tell you how to D.I.Y it via a local php file or suchlike , the methods vary a bit depending on the server configuration.
Foolboy Posted April 11, 2017 Posted April 11, 2017 You have to configure post_max_size and upload_max_filesize on the PHP configuration of the server you currently hosted your community. Are you an IPS Community in the Cloud or Self-hosted Client? If you are the first (Community in the Cloud), just open a support ticket and let the IPS staff team do for you. If you are Self-hosted client, Do you able to fully managed your web server (Cloud, VPS or dedicate server) or you hosted your community on a shared environment? The easiest way to change these PHP configuration is through php .user.ini file. All you need to do is just create a file named “.user.ini” (without quotes) on the root folder of your community and add these values into the file: post_max_size = 100M upload_max_filesize = 100M which describe how big of files (in Megabytes) you would like to be able to upload on your community. Then save it. After that, you have to restart your web server (by yourself or contact your hosting provider) Then, go to ACP > Support > phpinfo to see if the value yot set (in green box) is successfully changed or not. If you are unable to do this, contact your hosting provider and ask them you need to change those PHP configuration. Hope this help.
Fierce God Posted April 11, 2017 Author Posted April 11, 2017 ok thank you so much everyone, you all have been a great help...i have submitted the ticket and we will see what they can do.. again thx
Recommended Posts
Archived
This topic is now archived and is closed to further replies.