Sign in using Google or Yahoo! id.  

Install OpenAtrium timeout problem fix

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

add the below in .htaccess file

php_value max_execution_time 3000

php_value max_input_time 600

php_value memory_limit 256M

php_flag register_globals off

php_flag mbstring.http_input pass


Add the below in settings.php (Path: sites/default)

ini_set('max_execution_time', 600);

Posted on March 29, 2012 05:51 AM by naresh kumar
atrium
blog comments powered by Disqus