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 CiviContribute (Moderator: Donald Lobo) »
  • is_recur undefined error
Pages: [1]

Author Topic: is_recur undefined error  (Read 1514 times)

joommaster

  • Guest
is_recur undefined error
June 21, 2007, 11:29:37 am
Notice: Undefined index: is_recur in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Contribute/Form/ContributionBase.php on line 281

Notice: Undefined index: amount_other in /home/username/www/site.org/cms/administrator/components/com_civicrm/civicrm/CRM/Contribute/Form/ContributionBase.php on line 288

I keep trying different settings to confgure a contribution page and get these undefined errors when I go through the payment process.

The payments are received fine all the way through the processor. I just can't get the undefined errors to disappear.


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: is_recur undefined error
June 21, 2007, 11:45:32 am

We've made a big push to get rid of most notices in 1.8. In the meantime, u can tweak you php.ini settings and get php to ignore notices

error_reporting  =  E_ALL & ~E_NOTICE

i suspect you can also do this using an ini_set in your civicrm.settings.php file (check the php web site for how todo this)

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

tiredofliving

  • Guest
Re: is_recur undefined error
June 22, 2007, 11:49:48 pm
Oh, thanks. I have fixed.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • is_recur undefined error

This forum was archived on 2017-11-26.