Givewp: fix(gateway): prevent PHP notice if no gateway is active

Created on 26 Dec 2017  Â·  11Comments  Â·  Source: impress-org/givewp

Issue Overview

Getting PHP notices after deactivating a particular add-on which is the only Payment gateway add-on activate
See the video: https://screencast-o-matic.com/watch/cblOib2R6f

Expected Behavior

Should Not get notices

Current Behavior

Getting Notices

Steps to Reproduce (for bugs)

See the video

Related Issues and/or PRs

https://github.com/WordImpress/Give/issues/2570

Todos

  • [x] Tests
  • [x] Documentation

WordPress Environment

### WordPress Environment ###

Home URL: http://give.local
Site URL: http://give.local
WP Version: 4.9.1
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: âś”
WP Cron: âś”
Language: en_US
Permalink Structure: /%postname%/
Show on Front: posts
Table Prefix Length: 3
Table Prefix Status: Acceptable
Admin AJAX: Inaccessible
Registered Post Statuses: publish, future, draft, pending, private, trash, auto-draft, inherit, refunded, failed, revoked, cancelled, abandoned, processing, preapproval, give_subscription

### Server Environment ###

Hosting Provider: DBH: localhost, SRV: give.local
TLS Connection: Connection uses TLS 1.2
TLS Connection: Probably Okay
Server Info: nginx/1.10.1
PHP Version: 7.0.3
PHP Post Max Size: 1,000 MB
PHP Time Limit: 900
PHP Max Input Vars: 3000
PHP Max Upload Size: 1,000 MB
cURL Version: ❌ 7.38.0, OpenSSL/1.0.1t - We recommend a minimum cURL version of 7.40.
SUHOSIN Installed: –
MySQL Version: ❌ 5.5.55 - We recommend a minimum MySQL version of 5.6. See: WordPress Requirements
Default Timezone is UTC: âś”
fsockopen/cURL: âś”
SoapClient: âś”
DOMDocument: âś”
gzip: âś”
GD Graphics Library: âś”
Multibyte String: âś”
Remote Post: âś”
Remote Get: âś”

### Give Configuration ###

Give Version: 2.0.0
Give Cache: Enabled
Database Updates: All DB Updates Completed.
Give Cache: Enabled
Give Cache: ✔New Donation✔Donation Receipt❌New Offline Donation❌Offline Donation Instruction✔New Donor Register✔Donor Register✔Email access
Upgraded From: –
Test Mode: Disabled
Currency Code: USD
Currency Position: Before
Decimal Separator: .
Thousands Separator: ,
Success Page: http://give.local/donation-confirmation/
Failure Page: http://give.local/donation-failed/
Donation History Page: http://give.local/donation-history/
Give Forms Slug: /donations/
Enabled Payment Gateways: Test Donation
Default Payment Gateway: Test Donation
PayPal IPN Verification: Enabled
PayPal IPN Notifications: N/A
Admin Email Notifications: Disabled
Donor Email Access: Enabled

### Session Configuration ###

Give Use Sessions: Enabled
Session: Disabled

### Active Give Add-ons ###

Give - Email Reports: ❌ Unlicensed – by WordImpress – 1.0.1
Give - Fee Recovery: ❌ Unlicensed – by WordImpress – 1.3.5
Give - Form Field Manager: ❌ Unlicensed – by WordImpress – 1.2.4
Give - Manual Donations: ❌ Unlicensed – by WordImpress – 1.2.2
Give - PDF Receipts: ❌ Unlicensed – by WordImpress – 2.2.2
Give - Recurring Donations: ❌ Unlicensed – by WordImpress – 1.5
Give - Stripe Gateway: ❌ Unlicensed – by WordImpress – 1.5.2
Give - Tributes: ❌ Unlicensed – by WordImpress – 1.3.2

### Other Active Plugins ###

Duplicate Post: by Enrico Battocchi – 3.2.1

### Inactive Plugins ###

Give - 2Checkout Gateway: by WordImpress – 1.0.2
Give - Authorize.net Gateway: by WordImpress – 1.3.2
Give - AWeber: by WordImpress – 1.0.2
Give - Braintree Gateway: by WordImpress – 1.1.1
Give - CCAvenue Gateway: by WordImpress – 1.0
Give - ConvertKit: by WordImpress – 1.0.1
Give - CSV Toolbox: by WordImpress – 1.0
Give - Display Donors: by WordImpress, LLC – 1.0
Give - Dwolla Gateway: by WordImpress – 1.1.2
Give - Form Countdown: by WordImpress – 1.0
Give - Gift Aid: by WordImpress – 1.0.0
Give - Google Analytics Donation Tracking: by WordImpress – 1.1.1
Give - iATS Payment Solutions: by WordImpress – 1.0.1
Give - Paymill Gateway: by WordImpress – 1.1

### Theme ###

Name: Twenty Seventeen
Version: 1.4
Author URL: https://wordpress.org/
Child Theme: No – If you're modifying Give on a parent theme you didn't build personally, then we recommend using a child theme. See: How to Create a Child Theme

All 11 comments

Debug Log

[26-Dec-2017 07:16:15 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:15 UTC] PHP Stack trace:
[26-Dec-2017 07:16:15 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[26-Dec-2017 07:16:15 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:10
[26-Dec-2017 07:16:15 UTC] PHP   3. do_action() /app/public/wp-admin/admin.php:224
[26-Dec-2017 07:16:15 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:15 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:15 UTC] PHP   6. Give_Admin_Settings->output() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:15 UTC] PHP   7. include() /app/public/wp-content/plugins/Give/includes/admin/class-admin-settings.php:263
[26-Dec-2017 07:16:15 UTC] PHP   8. do_action() /app/public/wp-content/plugins/Give/includes/admin/views/html-admin-settings.php:101
[26-Dec-2017 07:16:15 UTC] PHP   9. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:15 UTC] PHP  10. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:15 UTC] PHP  11. Give_Settings_Page->output() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:15 UTC] PHP  12. Give_Admin_Settings::output_fields() /app/public/wp-content/plugins/Give/includes/admin/abstract-admin-settings-page.php:230
[26-Dec-2017 07:16:15 UTC] PHP  13. give_default_gateway_callback() /app/public/wp-content/plugins/Give/includes/admin/class-admin-settings.php:731
[26-Dec-2017 07:16:15 UTC] PHP  14. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/admin/class-give-settings.php:1019
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. get_header() /app/public/wp-content/plugins/Give/templates/single-give-form.php:15
[26-Dec-2017 07:16:34 UTC] PHP   6. locate_template() /app/public/wp-includes/general-template.php:41
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-includes/template.php:647
[26-Dec-2017 07:16:34 UTC] PHP   8. require_once() /app/public/wp-includes/template.php:688
[26-Dec-2017 07:16:34 UTC] PHP   9. wp_head() /app/public/wp-content/themes/twentyseventeen/header.php:22
[26-Dec-2017 07:16:34 UTC] PHP  10. do_action() /app/public/wp-includes/general-template.php:2614
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  13. wp_enqueue_scripts() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  14. do_action() /app/public/wp-includes/script-loader.php:1435
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  16. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  17. give_load_scripts() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  18. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/scripts.php:80
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:49
[26-Dec-2017 07:16:34 UTC] PHP  14. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:1357
[26-Dec-2017 07:16:34 UTC] PHP  18. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:235
[26-Dec-2017 07:16:34 UTC] PHP  22. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:640
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:652
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:659
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:666
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:672
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:687
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:700
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:915
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:925
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:926
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:940
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:950
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:953
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:960
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:970
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:973
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:980
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:989
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:992
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1000
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1013
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1014
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1030
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1041
[26-Dec-2017 07:16:34 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:34 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:34 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:34 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:34 UTC] PHP Stack trace:
[26-Dec-2017 07:16:34 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:34 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:34 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:34 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:34 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:34 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:34 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:34 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:34 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:34 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:34 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:34 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:34 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:16:34 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:34 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:16:34 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:34 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:34 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:35 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1044
[26-Dec-2017 07:16:35 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:16:35 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:16:35 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:16:35 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:16:35 UTC] PHP Stack trace:
[26-Dec-2017 07:16:35 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:16:35 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:16:35 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:16:35 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:16:35 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:16:35 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:16:35 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:16:35 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:16:35 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:16:35 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:35 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:35 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:35 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:16:35 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:35 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:35 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:16:35 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:16:35 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:35 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:35 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:35 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:297
[26-Dec-2017 07:16:35 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:16:35 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:16:35 UTC] PHP  24. give_checkout_submit() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:16:35 UTC] PHP  25. give_checkout_hidden_fields() /app/public/wp-content/plugins/Give/includes/forms/template.php:1567
[26-Dec-2017 07:16:35 UTC] PHP  26. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:1750
[26-Dec-2017 07:16:35 UTC] PHP  27. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:08 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:08 UTC] PHP Stack trace:
[26-Dec-2017 07:17:08 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[26-Dec-2017 07:17:08 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:10
[26-Dec-2017 07:17:08 UTC] PHP   3. do_action() /app/public/wp-admin/admin.php:224
[26-Dec-2017 07:17:08 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:08 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:08 UTC] PHP   6. Give_Admin_Settings->output() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:08 UTC] PHP   7. include() /app/public/wp-content/plugins/Give/includes/admin/class-admin-settings.php:263
[26-Dec-2017 07:17:08 UTC] PHP   8. do_action() /app/public/wp-content/plugins/Give/includes/admin/views/html-admin-settings.php:101
[26-Dec-2017 07:17:08 UTC] PHP   9. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:08 UTC] PHP  10. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:08 UTC] PHP  11. Give_Settings_Page->output() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:08 UTC] PHP  12. Give_Admin_Settings::output_fields() /app/public/wp-content/plugins/Give/includes/admin/abstract-admin-settings-page.php:230
[26-Dec-2017 07:17:08 UTC] PHP  13. give_default_gateway_callback() /app/public/wp-content/plugins/Give/includes/admin/class-admin-settings.php:731
[26-Dec-2017 07:17:08 UTC] PHP  14. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/admin/class-give-settings.php:1019
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. get_header() /app/public/wp-content/plugins/Give/templates/single-give-form.php:15
[26-Dec-2017 07:17:10 UTC] PHP   6. locate_template() /app/public/wp-includes/general-template.php:41
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-includes/template.php:647
[26-Dec-2017 07:17:10 UTC] PHP   8. require_once() /app/public/wp-includes/template.php:688
[26-Dec-2017 07:17:10 UTC] PHP   9. wp_head() /app/public/wp-content/themes/twentyseventeen/header.php:22
[26-Dec-2017 07:17:10 UTC] PHP  10. do_action() /app/public/wp-includes/general-template.php:2614
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  13. wp_enqueue_scripts() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  14. do_action() /app/public/wp-includes/script-loader.php:1435
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  16. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  17. give_load_scripts() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  18. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/scripts.php:80
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:49
[26-Dec-2017 07:17:10 UTC] PHP  14. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:1357
[26-Dec-2017 07:17:10 UTC] PHP  18. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:235
[26-Dec-2017 07:17:10 UTC] PHP  22. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:640
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:652
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:659
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:666
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:672
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:687
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:262
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_show_register_login_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:366
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_user_info_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:700
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:915
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:925
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:926
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:10 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:10 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:940
[26-Dec-2017 07:17:10 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:10 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:10 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:10 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:10 UTC] PHP Stack trace:
[26-Dec-2017 07:17:10 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:10 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:10 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:10 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:10 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:10 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:10 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:10 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:10 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:10 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:10 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:10 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:10 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:10 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:10 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:10 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:950
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:953
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:960
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:970
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:973
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:980
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:989
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:992
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1000
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1013
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1014
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1030
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1041
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:289
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_get_cc_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:839
[26-Dec-2017 07:17:11 UTC] PHP  26. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  27. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  28. give_default_cc_address_fields() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  29. give_field_is_required() /app/public/wp-content/plugins/Give/includes/forms/template.php:1044
[26-Dec-2017 07:17:11 UTC] PHP  30. give_get_required_fields() /app/public/wp-content/plugins/Give/includes/forms/functions.php:356
[26-Dec-2017 07:17:11 UTC] PHP  31. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:471
[26-Dec-2017 07:17:11 UTC] PHP  32. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236
[26-Dec-2017 07:17:11 UTC] PHP Notice:  Undefined offset: 0 in /app/public/wp-content/plugins/Give/includes/gateways/functions.php on line 99
[26-Dec-2017 07:17:11 UTC] PHP Stack trace:
[26-Dec-2017 07:17:11 UTC] PHP   1. {main}() /app/public/index.php:0
[26-Dec-2017 07:17:11 UTC] PHP   2. require() /app/public/index.php:17
[26-Dec-2017 07:17:11 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:19
[26-Dec-2017 07:17:11 UTC] PHP   4. include() /app/public/wp-includes/template-loader.php:74
[26-Dec-2017 07:17:11 UTC] PHP   5. give_get_template_part() /app/public/wp-content/plugins/Give/templates/single-give-form.php:28
[26-Dec-2017 07:17:11 UTC] PHP   6. give_locate_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:135
[26-Dec-2017 07:17:11 UTC] PHP   7. load_template() /app/public/wp-content/plugins/Give/includes/template-functions.php:186
[26-Dec-2017 07:17:11 UTC] PHP   8. require() /app/public/wp-includes/template.php:690
[26-Dec-2017 07:17:11 UTC] PHP   9. do_action() /app/public/wp-content/plugins/Give/templates/single-give-form/content-single-give-form.php:53
[26-Dec-2017 07:17:11 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  12. give_get_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  13. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:170
[26-Dec-2017 07:17:11 UTC] PHP  14. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  15. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  16. give_payment_mode_select() /app/public/wp-includes/class-wp-hook.php:288
[26-Dec-2017 07:17:11 UTC] PHP  17. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:1415
[26-Dec-2017 07:17:11 UTC] PHP  18. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  19. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  20. give_show_purchase_form() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  21. do_action() /app/public/wp-content/plugins/Give/includes/forms/template.php:297
[26-Dec-2017 07:17:11 UTC] PHP  22. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[26-Dec-2017 07:17:11 UTC] PHP  23. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[26-Dec-2017 07:17:11 UTC] PHP  24. give_checkout_submit() /app/public/wp-includes/class-wp-hook.php:286
[26-Dec-2017 07:17:11 UTC] PHP  25. give_checkout_hidden_fields() /app/public/wp-content/plugins/Give/includes/forms/template.php:1567
[26-Dec-2017 07:17:11 UTC] PHP  26. give_get_chosen_gateway() /app/public/wp-content/plugins/Give/includes/forms/template.php:1750
[26-Dec-2017 07:17:11 UTC] PHP  27. give_get_default_gateway() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:236

Yes @raftaar1191, this is an issue. I think we can cover this within issue https://github.com/WordImpress/Give/issues/2429 as we will be modifying the area which is showing notices.

@raftaar1191 Did you check this for donation form also?

Yes @ravinderk I am getting the notice in Donation form as well

@ravinderk Please confirm if this issue is still valid since https://github.com/WordImpress/Give/issues/2429 has been closed.

@raftaar1191 I think the core is handling most of the case when saving gateways. But in this case, it is addon responsibility to left global Give setting in good condition. I found that 2checkout addon does not handle this case. I am closing this issue. Please create an issue on 2Checkout.

@ravinderk
I just try this with https://github.com/WordImpress/Give-Stripe Add-on as well getting the same issues.

I think we should fixed this in Core only as this issue is coming when the Add-on is deactivated.

Slack Chat Link: https://givewp.slack.com/archives/C0FAGC83C/p1520826858000155

image

image

@raftaar1191 Same comment https://github.com/WordImpress/Give/issues/2578#issuecomment-372187338

We are not handling gateway deactivation in uninstall.php.

OKay @ravinderk got it

The core issue here is that we are assuming give_get_enabled_payment_gateways() returns a populated array, which is not the case if the only enabled gateway was just deactivated. This is the behavior @raftaar1191 is describing in the above cases.

The problematic assumption is located here: https://github.com/WordImpress/Give/blob/HEAD/includes/gateways/functions.php#L97-L99

Recommended Solution

Update give_get_enabled_payment_gateways() in Give core to ensure at least one gateway is always returned. Add a conditional to detect if no gateway is currently enabled (due to a plugin deactivation), and return an array with the test gateway set to enabled.

I also agreed with you @kevinwhoffman as this will solved the problem with all the Gateway Add-on that are being Develop by Give or Third Party

Was this page helpful?
0 / 5 - 0 ratings