Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
andreamarucci
Experienced
Topic Author
Posts: 308
Joined: 01 Mar 2011, 11:13

Errors

25 May 2015, 03:58

I've read the error log and I've found many of these
Code
[25-May-2015 17:48:55 Australia/Melbourne] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/kogit/gallery/app/helpers.inc.php on line 140
[25-May-2015 17:49:05 Australia/Melbourne] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/kogit/gallery/app/helpers.inc.php on line 87
[25-May-2015 17:49:11 Australia/Melbourne] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/kogit/gallery/app/helpers.inc.php on line 140
[25-May-2015 17:54:38 Australia/Melbourne] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/kogit/gallery/app/helpers.inc.php on line 139
Something to fix?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Errors

25 May 2015, 05:11

andreamarucci wrote:Something to fix?
This is related to timeouts when X3 tried to complete tasks that are too heavy for your server. For example, this would happen when trying to load the global siteobject (which you have correctly disabled), or when trying to create the sitemap.xml, which is too heavy for your server to create.

Technically, it is an error and will display in the error log. However, this does not mean that it is an X3 error that will affect your gallery. Ultimately, nothing to worry about ... a PHP-error does not necessarily mean an X3-error.

You will probably be able to get past the specific errors by increasing "maximum execution time" in php.ini, and/or increasing memory available in php.ini. You need to be server admin to do that though, so you would have to ask your host, and they would likely say no.