Try to upgrade from Sugar 6.518 to Suite CRM

I have downloaded the pack but when I try to use wizard upgrade I get Size of Upload (21208080 bytes) Exceeded Allowed Maximum: 8388608 bytes

What should I change?

I have installed my sugarCRM with faststack.

Thanks

Hi,

This is to do with the server set up that you have and whats in the php.ini file. look for the following and update the value to something about 22M this will allow you to upload the file. the upgrade I think is 21MB so the value needs to be above that at least. Once you have done this you need to restart apache.

upload_max_filesize = 30M

2 Likes

In addition to Ian’s post, it is recommended to set the following in your php.ini:

max_execution_time = 200
post_max_size = 120M

Thanks,

Will.

3 Likes

I can’t find a way to edit the php.ini . keeps telling me that the file is in use. I have stopped all sugarservices (apach and my sql) but still got this mesg
thanks