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 »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Timeout Mystery on Find Duplicates
Pages: [1]

Author Topic: Timeout Mystery on Find Duplicates  (Read 1038 times)

jeff porter

  • I post occasionally
  • **
  • Posts: 72
  • Karma: 2
Timeout Mystery on Find Duplicates
May 17, 2008, 08:59:23 am
I am running into a puzzle here on Find Duplicates that I suspect is an easy fix for the PHP minded.  I have a timeout of 30 seconds happening on the Dedupe script when it runs.  The strange thing is that my master PHP (/etc/php.ini) has max_execution time set to 3600.  I even verified the settings (which you can see here: http://www.fpwr.org/test.php).

I am not sure what is overriding this setting from the master.  Any advice would be great. Thanks

Here is the error:

PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /www/docs/drupal-5.7/sites/all/modules/civicrm/CRM/Dedupe/Finder.php on line 100, referer: http://www.fpwr.org/civicrm/admin/dedupefind?reset=1
Jeff Porter
Foundation for Prader-Willi Research (www.fpwr.org)

jeff porter

  • I post occasionally
  • **
  • Posts: 72
  • Karma: 2
Re: Timeout Mystery on Find Duplicates
May 17, 2008, 12:05:00 pm
Adding ini_set('max_execution_time', 30000);  to the top of Finder.php solved the problem - but still strange it was not reading the global value for it?
Jeff Porter
Foundation for Prader-Willi Research (www.fpwr.org)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Timeout Mystery on Find Duplicates

This forum was archived on 2017-11-26.