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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Error creating new payment processor
Pages: [1]

Author Topic: Error creating new payment processor  (Read 1302 times)

unclejustin

  • I post occasionally
  • **
  • Posts: 38
  • Karma: 2
  • CiviCRM version: 4.3.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.5
  • PHP version: 5.3.6
Error creating new payment processor
June 19, 2008, 12:10:12 pm
I'm making a new payment processor. When I go to try it out I get this error "Could not find payment processor meta information". Now it looks like this would come up if there is no record for your processor in the payment_proccessor_type table. I have confirmed that my processor type is in there, and now I'm stumped as to why this could be happening. Can anybody help me out here?

Here's the backtrace:

...\drupal5\sites\all\modules\civicrm\CRM\Core\Error.php, backtrace, 258
...\drupal5\sites\all\modules\civicrm\CRM\Admin\Form\PaymentProcessor.php, fatal, 77
...\drupal5\sites\all\modules\civicrm\CRM\Core\Form.php, preProcess, 300
...\drupal5\sites\all\modules\civicrm\CRM\Core\QuickForm\Action\Display.php, buildForm, 98
...\drupal5\sites\all\modules\civicrm\packages\HTML\QuickForm\Controller.php, perform, 195
...\drupal5\sites\all\modules\civicrm\packages\HTML\QuickForm\Page.php, handle, 95
...\drupal5\sites\all\modules\civicrm\CRM\Core\Controller.php, handle, 223
...\drupal5\sites\all\modules\civicrm\CRM\Core\Page\Basic.php, run, 325
...\drupal5\sites\all\modules\civicrm\CRM\Core\Page\Basic.php, edit, 170
...\drupal5\sites\all\modules\civicrm\CRM\Admin\Page\PaymentProcessor.php, run, 121
...\drupal5\sites\all\modules\civicrm\CRM\Core\Invoke.php, run, 758
...\drupal5\sites\all\modules\civicrm\CRM\Core\Invoke.php, admin, 102
...\drupal5\sites\all\modules\civicrm\drupal\civicrm.module, invoke, 329, civicrm_invoke,
...\drupal5\includes\menu.inc, call_user_func_array, 418
...\drupal5\index.php, menu_execute_active_handler, 15

unrecoverable error
    Sorry. A non-recoverable error has occurred.

    Could not find payment processor meta information
-justin

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Error creating new payment processor
June 19, 2008, 12:24:35 pm

you should enable your mysql query log and see what sql is being generated. I suspect it might be a typo in the name/title with what is being searched for and what is recorded

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

unclejustin

  • I post occasionally
  • **
  • Posts: 38
  • Karma: 2
  • CiviCRM version: 4.3.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.5
  • PHP version: 5.3.6
Re: Error creating new payment processor
June 19, 2008, 12:33:17 pm
Will do, thanks for the tip!
-justin

unclejustin

  • I post occasionally
  • **
  • Posts: 38
  • Karma: 2
  • CiviCRM version: 4.3.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.5
  • PHP version: 5.3.6
Re: Error creating new payment processor
June 19, 2008, 01:45:02 pm
I had overwritten the PayPal entry somehow? I'm not sure how I pulled that off, but I did. So I added a dummy "PayPal" entry and now I can see the page again. Thanks a ton for your help!

-justin
-justin

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Error creating new payment processor

This forum was archived on 2017-11-26.