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 CiviMember (Moderator: Deepak Srivastava) »
  • Import Error: Required parameter missing
Pages: [1]

Author Topic: Import Error: Required parameter missing  (Read 3886 times)

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Import Error: Required parameter missing
October 05, 2007, 09:41:52 pm
I'm having issues importing membership records and have run out of ideas for why this is happening. It gets through each stage until you actually begin the import. Then all records error with the same message: required parameter missing. But it doesn't tell what parameter is missing, and for the life of me, I don't know what's causing it.

I thought there might be certain required fields in the membership section or something, but my data fills almost all the available fields. I checked my contact matching settings. I changed the default settings to be FName, LName and external id.

I've done this before with no problems. Anyone familiar with that error message and what it might refer to?

-Brian

support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: Import Error: Required parameter missing
October 06, 2007, 02:39:04 am
Which civicrm version u using ?

Are you able to replicate the problem on demo ?
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

geilhufe

  • I post frequently
  • ***
  • Posts: 293
  • Karma: 33
    • Social Source Software
Re: Import Error: Required parameter missing
October 06, 2007, 08:05:56 pm
One approach might be to do a membership export. Then make sure every column is duplicated in your import. If you populate every column and it works you might be able to triangulate in on what is missing.
Drupal and CiviCRM consulting, strategy and configuration
http://www.social-source.com/

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Import Error: Required parameter missing
October 08, 2007, 05:48:37 am
The problem was entirely mine. The field with the problem was the membership type field. The data exported was not identical to the membership type fields setup in CiviCRM. Makes sense that this field would be a required parameter. But it might be useful to add that fact to the import error page on the documentation wiki.
-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Import Error: Required parameter missing
October 08, 2007, 03:52:39 pm
Brian - I'm not sure which page you're referencing. It would be great if you would add the information about that error msg to the wiki. :-)
Protect your investment in CiviCRM by  becoming a Member!

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Import Error: Required parameter missing
October 09, 2007, 05:41:47 am
Done.
http://wiki.civicrm.org/confluence/display/CRMDOC/Import+Errors

(Sorry for being lazy earlier.)
-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Import Error: Required parameter missing
October 09, 2007, 10:28:02 am
Fantastic - thx!
Protect your investment in CiviCRM by  becoming a Member!

perka

  • Guest
Re: Import Error: Required parameter missing
January 29, 2008, 02:04:03 pm
I get "Required Parameter Missing" when trying to import a membership. I match on contact id and I have the name of the membership type as a text string in a field that I map to "membership type". No other fields. Oh and I use a swedish locale so the field membership type is called "Typ av medlemsskap" but that should not matter right?

What am I missing?

perka

  • Guest
Re: Import Error: Required parameter missing
May 07, 2008, 09:10:53 am
If I match on email address instead the import works great. The problem is that not all members have an email address.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Import Error: Required parameter missing
May 07, 2008, 02:56:17 pm
Thanks for the update. This is a known bug in queue for 2.1 fix:

http://issues.civicrm.org/jira/browse/CRM-3038
Protect your investment in CiviCRM by  becoming a Member!

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Import Error: Required parameter missing
May 12, 2008, 09:15:48 pm
FYI, I was able to successfully backport this fix to 2.0 by copying changed lines from these:

http://biryani.osuosl.org:8181/viewrep/CiviCRM/trunk/CRM/Member/Import/Form/MapField.php?r1=14384&r2=14399
http://biryani.osuosl.org:8181/viewrep/CiviCRM/trunk/CRM/Member/Import/Form/MapField.php?r1=13853&r2=14384
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Import Error: Required parameter missing

This forum was archived on 2017-11-26.