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 Import (Moderator: Yashodha Chaku) »
  • Fixing import error
Pages: [1]

Author Topic: Fixing import error  (Read 2163 times)

IsaacMars

  • Guest
Fixing import error
August 02, 2011, 08:57:52 am
Might be useful for some...

When trying to import we were getting the dread "Internal Server Error" at random points in the import process, despite a respectable set of Php configs( 128m, 30 & 60 second timeouts).  After adding the following lines to the Apache config we've been able to import 5000 contacts with basic info (10,000 would pop the server error... nothing is perfect!).


</VirtualHost>

<IfModule mod_fcgid.c>
IPCCommTimeout 400
</IfModule>


note: Drupal 7 with CiviCRM 4 on a rackspace cloud server

rsettlemire

  • I’m new here
  • *
  • Posts: 21
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Wordpress
  • MySQL version: Latest
  • PHP version: Latest
Re: Fixing import error
August 20, 2013, 03:31:23 pm
Hello,

I am having the same issue with GoDaddy VPS server. I have another site on a older version of CIVICRM and it works fine.

On this other side I am using the latest stable build and when I click the continue button I get an internal server error.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Import (Moderator: Yashodha Chaku) »
  • Fixing import error

This forum was archived on 2017-11-26.