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) »
  • Language and Locality »
  • UK Users Group (Moderator: Michael McAndrew) »
  • Gift-Aid Extension error - Rajesh extension
Pages: [1]

Author Topic: Gift-Aid Extension error - Rajesh extension  (Read 11365 times)

CuriousGeorge

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • Semper et ubique gratias agere
    • Latin Mass Society
  • CiviCRM version: 4.5.6
  • CMS version: Drupal 7 (and 8!!), Wordpress 4.1.1
  • MySQL version: 5.6
  • PHP version: 5.5
Gift-Aid Extension error - Rajesh extension
September 20, 2012, 03:52:48 am
Hello all,

Very sorry not to have been able to attend CiviCon, but I did attend the misfortune-stricken OGLCV training course, which was helpful despite all of the bad luck.

Just tried to install the new Gift-Aid Extension from Rajesh (on github).

And got this error:
Quote
Could not find custom field for custom.civicrm_value_gift_aid_submission.eligible_for_gift_aid, civicrm_value_gift_aid_submission, eligible_for_gift_aid

Let me know if you need more info and from where. Thanks and God bless.
Semper et ubique gratias agere

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 Extension error - Rajesh extension
September 21, 2012, 03:44:33 am
Hi George

Can we get more information on this?

In which page you are getting the error? Were you able to install the extension successfully?

Thanks

CuriousGeorge

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • Semper et ubique gratias agere
    • Latin Mass Society
  • CiviCRM version: 4.5.6
  • CMS version: Drupal 7 (and 8!!), Wordpress 4.1.1
  • MySQL version: 5.6
  • PHP version: 5.5
Re: Gift-Aid Extension error - Rajesh extension
September 24, 2012, 04:00:21 am
Hi Rajesh,

Code: [Select]
/drupal/civicrm/admin/extensions?action=add&id=x1&key=civicrm_giftaidInstall.
Immediate next screen, failure.
The extension does not install.

I am about to install some debugging stuff to see if I can track it in any more depth. Debugging is not really my scene, so if you can give me some idea on what to do, which files to check, or what software to use, that would be great. (I'm looking at Google webmaster tools, or Xdebug (Xdebug seems way out of my league, but am willing to try it with some assistance) - feedback?)
Semper et ubique gratias agere

CuriousGeorge

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • Semper et ubique gratias agere
    • Latin Mass Society
  • CiviCRM version: 4.5.6
  • CMS version: Drupal 7 (and 8!!), Wordpress 4.1.1
  • MySQL version: 5.6
  • PHP version: 5.5
Re: Gift-Aid Extension error - Rajesh extension
September 27, 2012, 06:41:31 am
Tried installing Xdebug and broke the site,  :-[ had to reinstall from backup. Still no luck on installing the extension, would appreciate if you could give me some step-by-step instructions on how I can provide you more debug information.
Semper et ubique gratias agere

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 Extension error - Rajesh extension
September 27, 2012, 06:49:10 am
Hi George

It would be helpful if you can provide the backtrace, when you get the error.

You can enable the backtrace under Administer >> System Settings >> Debugging and Error Handling. After setting 'Display Backtrace' to Yes, try to install the extension and you should get a display of backtrace listing when you encountered any error. Please post the backtrace here.

- Rajesh

CuriousGeorge

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
  • Semper et ubique gratias agere
    • Latin Mass Society
  • CiviCRM version: 4.5.6
  • CMS version: Drupal 7 (and 8!!), Wordpress 4.1.1
  • MySQL version: 5.6
  • PHP version: 5.5
Re: Gift-Aid Extension error - Rajesh extension
September 27, 2012, 07:04:47 am
Thanks Rajesh  8). Here's the backtrace

Code: [Select]
backTrace

/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 293
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Utils/Migrate/Import.php, fatal, 347
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Utils/Migrate/Import.php, profileFields, 62
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm_extensions/civicrm_giftaid/civigiftaid.php, run, 17
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Extensions/Module.php, civigiftaid_civicrm_install, 52
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Extensions/Module.php, callHook, 60
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Extensions/Module.php, commonInstall, 44
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Extensions/Extension.php, install, 404
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Extensions/Extension.php, _registerExtensionByType, 205
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Extensions.php, install, 614
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Admin/Form/Extensions.php, install, 167
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Form.php, postProcess, 246
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/StateMachine.php, mainProcess, 159
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/QuickForm/Action/Next.php, perform, 60
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/packages/HTML/QuickForm/Controller.php, perform, 203
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/packages/HTML/QuickForm/Page.php, handle, 103
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Controller.php, handle, 289
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Page/Basic.php, run, 378
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Page/Basic.php, edit, 182
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Admin/Page/Extensions.php, run, 133
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/CRM/Core/Invoke.php, run, 228
/var/www/vhosts/###/httpdocs/drupal/sites/all/modules/civicrm/drupal/civicrm.module, invoke, 500
, civicrm_invoke,
/var/www/vhosts/###/httpdocs/drupal/includes/menu.inc, call_user_func_array, 516
/var/www/vhosts/###/httpdocs/drupal/index.php, menu_execute_active_handler, 21
Sorry but we are not able to provide this at the moment.
Could not find custom field for custom.civicrm_value_gift_aid_submission.eligible_for_gift_aid, civicrm_value_gift_aid_submission, eligible_for_gift_aid
Return to home page.
Semper et ubique gratias agere

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Language and Locality »
  • UK Users Group (Moderator: Michael McAndrew) »
  • Gift-Aid Extension error - Rajesh extension

This forum was archived on 2017-11-26.