CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Fatal error: Maximum execution time
Pages: [1]

Author Topic: Fatal error: Maximum execution time  (Read 1368 times)

HanV

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 0
Fatal error: Maximum execution time
May 12, 2011, 09:37:07 am
I have made in Drupal a post to resolve this problem, because I think the error is in the way Drupal looks at the modules (i.e. CiviCRM).
But the problem appears (in my opinion) in modules with a great number of directories (in CiviCRM 939).

If you get this error, you can try my solution.
My solution is not to increase to max_execution_time or changing php.ini


see: http://drupal.org/node/1155336
HanV

apmg

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: drupal
  • MySQL version: latest
  • PHP version: latest
Re: Fatal error: Maximum execution time
May 18, 2011, 05:06:34 pm
If you're on shared hosting, your max execution time is being regulated.  Ask you host provider to copy the php.ini file to your home directory and then open it up and change the max execution time there.  You'll need to add SuPHP_ConfigPath /home/your-home-directory-here/ to the top of your .htaccess file.

When you do that, create a file called phptest.php and put "<?php phpinfo() ?>" in there by itself (without the "") and save it in your public directory.  type yourdomain(.)/phptest.php and it will show you on the screen what php.ini file is being referenced

Good Luck.

HanV

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 0
Re: Fatal error: Maximum execution time
June 03, 2011, 12:04:45 pm
I dont know if i am the only one with CiviCRM on Drupal who gets errors on the maximum execution time.
I know that it is possible to increase this time, but you have a solution also for shared hosting. My solution is not to increase the time, but to get a faster working system. (I think only for the admins.)
HanV

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Fatal error: Maximum execution time

This forum was archived on 2017-11-26.