Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trying to find the cause of an http 500 error
Date: Fri, 05 May 2017 13:15:22
Message-Id: e530296f-0e82-5886-19d8-53ed47e14008@gentoo.org
In Reply to: Re: [gentoo-user] trying to find the cause of an http 500 error by John Covici
1 On 05/05/2017 08:31 AM, John Covici wrote:
2 >
3 > For owncloud, changing to http yields the same result. However, when
4 > I finally changed the display_startup_errors to On, I get the
5 > following fatal error:
6 > [05-May-2017 11:44:21 UTC] PHP Fatal error: Maximum execution time of
7 > 30 seconds exceeded in
8 > /var/www/covici.com/htdocs-secure/owncloud/lib/base.php on line 542
9
10 First I would try the easy thing: increase the maximum execution time in
11 php.ini to something like 5 minutes and try again. It's possible that
12 the Owncloud initialization takes a long time, the first time around.