UncaughtException – Revenue.php
-
Having an issue processing a donation via Stripe using MultiStep Form. The below error is dropping into the PHP Error Log. The form displays just the loading symbol following entering CC Details.
Have already re-run the Revenue table database update but not made any difference.Am I missing something?
Cheers, Jono
[23-Aug-2022 06:01:28 UTC] PHP Fatal error: Uncaught Give\Framework\Exceptions\Primitives\InvalidArgumentException: An error occurred when processing Donation #11233. To insert revenue, please provide valid donation_id, form_id, amount. in /home/aflssq/public_html/wp-content/plugins/give/src/Revenue/Repositories/Revenue.php:96
Stack trace:
#0 /home/aflssq/public_html/wp-content/plugins/give/src/Revenue/Repositories/Revenue.php(32): Give\Revenue\Repositories\Revenue->validateNewRevenueData(Array)
#1 /home/aflssq/public_html/wp-content/plugins/give/src/Revenue/DonationHandler.php(30): Give\Revenue\Repositories\Revenue->insert(Array)
#2 [internal function]: Give\Revenue\DonationHandler->handle(11233)
#3 /home/aflssq/public_html/wp-content/plugins/give/src/Helpers/Hooks.php(43): call_user_func_array(Array, Array)
#4 /home/aflssq/public_html/wp-includes/class-wp-hook.php(309): Give\Helpers\Hooks::Give\Helpers\{closure}(11233)
#5 /home/aflssq/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#6 /home/aflssq/public_html/wp-in in /home/aflssq/public_html/wp-content/plugins/give/src/Revenue/Repositories/Revenue.php on line 96`
- The topic ‘UncaughtException – Revenue.php’ is closed to new replies.