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) »
  • Error when enabling Civicrm module
Pages: [1]

Author Topic: Error when enabling Civicrm module  (Read 1374 times)

hlan

  • Guest
Error when enabling Civicrm module
August 27, 2009, 03:22:57 pm
I've installed standalone Civicrm 2.2.8 on my Drupal 6.1 version. After installing, I tried to enable it on drupal module list. Whenever I click Drupal module list, I just keep getting an error like below. But I can go to any page I want on Drupal apart from module list. I also made sure files is writeable as Drupal tries to create the /files/ directory. Please help!!!! I've been spending quite a long time on this issue.

Thanks alot in advance.


Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\drupallearning\includes\file.inc on line 891
 

adshill

  • I post occasionally
  • **
  • Posts: 96
  • Karma: 8
Re: Error when enabling Civicrm module
August 27, 2009, 05:02:09 pm
Hi hlan,

A quick search on the drupal site gave me this, think it will help:

max_execution_time is a PHP settings. See:

http://gr.php.net/manual/en/info.configuration.php#ini.max-execution-time

You can change it
- either in PHP's php.ini file using max_execution_time = 60 (if your server configuration allows you to use a php.ini file)
- or in Drupal's .htaccess file using php_value max_execution_time 60
- or in Drupal's sites/default/settings.php file using ini_set('max_execution_time', 60);.
You may not be able to do the last one if your server has safe mode enabled.

In some cases this error message is misleading and the real problem is the max_input_time value, which you can change to 120 with the first two of the three methods that I mentioned.

The original post is here: http://drupal.org/node/454372

Thanks,

Adam

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Error when enabling Civicrm module
August 28, 2009, 12:04:54 am
It's Friday evening here, so the beer might be affecting my reading - but what I see you saying is you installed the 'standalone' on your Drupal - why not install the Drupal version?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

adshill

  • I post occasionally
  • **
  • Posts: 96
  • Karma: 8
Re: Error when enabling Civicrm module
August 28, 2009, 03:21:05 am
Well I had no beer and I didn't spot that. Maybe I should drink more beer while I work ;-)

hlan

  • Guest
Re: Error when enabling Civicrm module
August 28, 2009, 06:11:18 pm
Thanks alot, Adshill. Finally I sorted it out with your help.
Hope I can get a pint for you. For Peterd as well.

Regards

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Error when enabling Civicrm module

This forum was archived on 2017-11-26.