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) »
  • Contribution import failing
Pages: [1]

Author Topic: Contribution import failing  (Read 877 times)

rosvain

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • CiviCRM version: 4.0.4
  • CMS version: drupal 7
  • MySQL version: 5
  • PHP version: 5
Contribution import failing
July 09, 2011, 05:20:23 pm
my system is drupal 7 and civicrm 4.0.4.
I am trying to import contributions but the import system is failing.
When clicking on the button "Import now" on the third step of the process simply crashes.
It does not give me any errors, it just takes me to an empty page instead of taking me to the contribution import summary page.

Please help, there is not much else I can describe about this issue.

rosvain

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • CiviCRM version: 4.0.4
  • CMS version: drupal 7
  • MySQL version: 5
  • PHP version: 5
Re: Contribution import failing
July 12, 2011, 11:22:24 am
I have also tried to the import in my dev environment on my laptop. The problem is the same.
I should add that that I just imported 19K contact records into civicrm

Please help!

rosvain

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • CiviCRM version: 4.0.4
  • CMS version: drupal 7
  • MySQL version: 5
  • PHP version: 5
Re: Contribution import failing
July 17, 2011, 07:15:25 pm
Because my site is on a shared host, I do not have control over the error reporting, on my test environment I was able to get this error message:

Warning: require_once(api/v3/Contribute.php) [function.require-once]: failed to open stream: No such file or directory in /administrator/components/com_civicrm/civicrm/api/api.php on line 248

Doing a search in this forum for that error I was able to resolve my problem.
http://forum.civicrm.org/index.php?topic=20557.0

Solved it by: (By Piet)
1. Copying sites/all/modules/civicrm/api/v2/Contribute.php to ../v3/Contribute.php
2. Editing the v3/Contribute.php and changing the line (there is only one!):
require_once 'api/v2/Contribution.php';
to
require_once 'api/v3/Contribution.php';




Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Contribution import failing
July 17, 2011, 09:18:23 pm
Note that the fix suggested here is different to the patch I recommend you use - check the other forum for link to the issue & patch
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

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

This forum was archived on 2017-11-26.