Hi,
I hav build a site using drupal. In this site I have few rss feed which aumatically update by cron. Till yesterday site is working fine. Today site is running very slow and it gives following error in footer. I have other site on same server, which is running fine.

Fatal error: Maximum execution time of 30 seconds exceeded in
\wwwroot\mysite\includes\common.inc on line 469

Fatal error: Maximum execution time of 30 seconds exceeded in
\wwwroot\mysite\includes\session.inc on line 56

Fatal error: Maximum execution time of 30 seconds exceeded in
\wwwroot\mysite\includes\session.inc on line 56

--
Sharique

Comments

derieppe’s picture

Hi safknw,

I've got same problem... I try to invalid some modules and find that the releasemonitor.module make cron duration too long...

Hope this could Help....

sharique’s picture

It is due to server setting. My hosting Server kills process after 30 seconds.
----
Sharique uddin Ahmed Farooqui
IT head, Managefolio.com

Sharique Ahmed Farooqui

jflycn’s picture

Clear your sessions table.

check this.

addicted_to_drupal’s picture

Hello!

I had the same problem, i went on the net and after a lot pages i found this one

the soluce

And it works. You have to go one location of drupal/sites/default folder then found the file defaulf.setting and add new line on it

ini_set('max_execution_time', 0);

You can also use others one like
ini_set('session.cookie_lifetime', 2000000);
it's as you wish

I hope it help's you