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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • realexRedirect Fails in Upgraded Site
Pages: [1]

Author Topic: realexRedirect Fails in Upgraded Site  (Read 461 times)

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
realexRedirect Fails in Upgraded Site
September 03, 2012, 12:13:45 pm
I upgraded a Drupal 6 CiviCRM 3.2.2 site to CiviCRM 4.2. It has a Contribution page in 3.2.2 that uses a realexRedirect payment processor and works fine.

In the 4.2 site, when visiting the Contribution page I see:

Code: [Select]
Fatal error: require_once() [function.require]: Failed opening required 'CRM/Core/Payment/realexRedirect.php'
(include_path='/home/yyy/www/www/civicrm_custom_templates:.:/home/yyy/www/www/sites/all/modules/civicrm:/home/yyy/www/www/sites/all/modules/civicrm/packages:.:/home/yyy/www/www/sites/all/modules/civicrm/packages:/usr/local/php5/lib/php')
in /home/yyy/www/www/sites/all/modules/civicrm/CRM/Core/Payment.php on line 102
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: realexRedirect Fails in Upgraded Site
September 03, 2012, 01:59:23 pm
Quote
Fatal error: require_once() [function.require]: Failed opening required 'CRM/Core/Payment/realexRedirect.php'
This indicates that class name might be misspelled somewhere for your payment processor.

HTh
Kurund
Found this reply helpful? Support CiviCRM

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: realexRedirect Fails in Upgraded Site
September 09, 2012, 07:37:51 am
I see what you mean. This site has Payment_Realex and Payment_realexRedirect values for class_name in the civicrm_payment_processor table.

In civicrm_payment_processor_type I see:

Code: [Select]
realexRedirect Realex Redirect
Realex Realex Payment

Seems that realexRedirect is not in CiviCRM 4.2, but Realex is. I will see if they can transition to just that and then retry.

Thank you.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: realexRedirect Fails in Upgraded Site
September 09, 2012, 10:35:00 am
Quote
This site has Payment_Realex and Payment_realexRedirect values for class_name in the civicrm_payment_processor table.

Also try changing class name in db to "Payment_RealexRedirect" and check if that helps.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • realexRedirect Fails in Upgraded Site

This forum was archived on 2017-11-26.