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 (Moderator: Dave Greenberg) »
  • Gift Aid Module with Civi 4.2+
Pages: [1]

Author Topic: Gift Aid Module with Civi 4.2+  (Read 1166 times)

Simon West

  • I’m new here
  • *
  • Posts: 19
  • Karma: 1
  • CiviCRM version: 44311
  • CMS version: Drupal 7
  • MySQL version: 5.5.9
  • PHP version: 5.3.6
Gift Aid Module with Civi 4.2+
February 07, 2013, 08:33:27 am
Hi,

Following the installation/configuration guide for gift aid (http://wiki.civicrm.org/confluence/display/CRM/Gift+aid+installation%2C+configuration+and+usage), these errors appear:

  • When attempting to add a list of contributions to the Gift Aid batch: "DB Error: no such field"
  • Every time the report is run: "Notice: Undefined index: title in GiftAid_Report_Form_Contribute_GiftAid->select() (line 119 of /home/********/www/*******/sites/all/modules/civicrm_giftaid/GiftAid/Report/Form/Contribute/GiftAid.php)."

These errors also appeared at one point, though I'm struggling to repeat them:

  • Notice: Undefined variable: charityCol in GiftAid_Utils_GiftAid::_insertDeclaration() (line 293 of /home/******/www/*****/sites/all/modules/civicrm_giftaid/GiftAid/Utils/GiftAid.php).
  • Notice: Undefined variable: charityVal in GiftAid_Utils_GiftAid::_insertDeclaration() (line 294 of /home/*******/www/****/sites/all/modules/civicrm_giftaid/GiftAid/Utils/GiftAid.php).

Running Drupal 7, with CiviCRM v4.2.7.

Could anyone help me troubleshoot this, please?

Many thanks,
Simon

Rajesh

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 10
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x
  • CMS version: Drupal 7.xx, Wordpress 3.5.x - 3.6.x, Joomla 3.1
  • MySQL version: 5.5.20
  • PHP version: 5.3.10
Re: Gift Aid Module with Civi 4.2+
February 08, 2013, 02:48:33 am
Hi Simon

Are you using the latest GiftAid extension instead of the drupal module? if not, try the GiftAid extension. It has been tested with CiviCRM 4.2.x and it works fine.

Download link: https://github.com/rajeshrhino/uk.co.nfpservices.module.civigiftaid

Installation instructions: https://github.com/rajeshrhino/uk.co.nfpservices.module.civigiftaid/wiki

- Rajesh

jonty17

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.8
  • CMS version: Drupal 6
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Gift Aid Module with Civi 4.2+
March 14, 2013, 08:20:27 am
Hi, I'm new here!

I'm trying to get the Gift Aid extension up and running with Civi 4.2.8 and Drupal6. It's all installed OK I think, but the report as outlined here:

/github.com/rajeshrhino/uk.co.nfpservices.module.civigiftaid/wiki

gives me no entries. Also, looking at an individual contribution with giftaid marked as 'eligible', the fields for 'amount', 'gift aid amount' and 'batch' are all blank.

I had a previous version of the module installed - 3.3 I think, could this have created a database table structure that the extension doesn't like and can't over-write?

I am kind of stuck with this, so any help would be sorely appreciated!

Jon

jonty17

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.8
  • CMS version: Drupal 6
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Gift Aid Module with Civi 4.2+
March 14, 2013, 08:55:23 am
Isn't it amazing - I think I have solved my problem! Sometimes just describing what is going on gives you the clarity to fix it. In fact it wasn't even broken... The gift aid is only calculated when the batch is processed - hence the empty fields.   :)

I was also mistakenly trying to filter contributions to only those eligible for gift aid in order to add them to a batch - but I couldn't figure out a way of doing this. should I just add all contributions to the batch and let the system work out which are eligible? I guess we should pick everything between set dates to keep things clear.

Rajesh

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 10
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x
  • CMS version: Drupal 7.xx, Wordpress 3.5.x - 3.6.x, Joomla 3.1
  • MySQL version: 5.5.20
  • PHP version: 5.3.10
Re: Gift Aid Module with Civi 4.2+
March 20, 2013, 06:50:30 am
hi jonty

yes you can search for contributions as per your criteria and add to a giftaid batch. the extension will check the eligiblity and add only the valid contributions to the batch.

- Rajesh

charliejd85

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.7
  • CMS version: WordPress 3.4.2
  • MySQL version: 5.1
  • PHP version: 5.3
Re: Gift Aid Module with Civi 4.2+
April 12, 2013, 02:08:01 am
Hi All,

Wasn't sure whether to create a new post or not.

I'm using the same giftaid module for Wordpress and just wondering if anyone else if having the problem whereby address details do not appear on the Giftaid report? I have checked the profiles and all of this looks as it should based on the instructions provided.

An important note is that the customer I am implementing this for is not going to be using the system to capture online donations this will just be from donor data they have held in another database system which I am currently in the process of migrating over. - I have tested it with some "test data" which includes a test address as the contact's home address but this is not being ported through to the gift aid report.

I have attached a screenshot of the report preview which does not include any address details

Rajesh

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 10
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x
  • CMS version: Drupal 7.xx, Wordpress 3.5.x - 3.6.x, Joomla 3.1
  • MySQL version: 5.5.20
  • PHP version: 5.3.10
Re: Gift Aid Module with Civi 4.2+
April 12, 2013, 02:31:58 am
Hi Charlie

The address fields were not included in the GiftAid report, when GiftAid was ported as CiviCRM extension. But the wiki page was not updated. You can find the changes made for 4.2 in this thread: http://forum.civicrm.org/index.php/topic,24653.msg103878.html

Thanks
Rajesh
« Last Edit: April 12, 2013, 02:33:46 am by Rajesh »

charliejd85

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.7
  • CMS version: WordPress 3.4.2
  • MySQL version: 5.1
  • PHP version: 5.3
Re: Gift Aid Module with Civi 4.2+
April 12, 2013, 02:40:56 am
Thanks for the reply Rajesh,

Are you therefore saying that the current version of the Gift Aid extension does not include addresses at all? All of those changes suggested in the post look goof but I notice they are quite old posts!

Cheers

Rajesh

  • I post occasionally
  • **
  • Posts: 78
  • Karma: 10
  • CiviCRM version: 4.2.x, 4.3.x, 4.4.x
  • CMS version: Drupal 7.xx, Wordpress 3.5.x - 3.6.x, Joomla 3.1
  • MySQL version: 5.5.20
  • PHP version: 5.3.10
Re: Gift Aid Module with Civi 4.2+
April 12, 2013, 03:24:04 am
Hi Charlie

Yes. Gift Aid report in current version of the Gift Aid extension does not include the address fields. This was done to make the report simple, based on the feedback from the users of the previous giftaid module (Drupal specific module).

Thanks
Rajesh

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Gift Aid Module with Civi 4.2+

This forum was archived on 2017-11-26.