By MissCorvina on
This is the message I get every time I try to install Open Atrium. I can't even get past step 2 because of this.
What might the problem be?
This is the message I get every time I try to install Open Atrium. I can't even get past step 2 because of this.
What might the problem be?
Comments
max_execution_time
In your php.ini increase the max_execution_time from the default 30 seconds.
On Debian/Ubuntu you'll find php.ini in /etc/php5/apache2.
If you get out of memory errors you can increase memory_limit as well. It's just a couple of lines down the file from max_execution_time.
BitRadiator
RE:max_execution_time
you would also have to restart your server after u make changes to your php.ini file , for the changes to take effect.
use
#apachectl stop
#apachectl start