Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the exact same issue, and solved by making it in root folder (without sub-folder). It is clear that GiveWP plugin doesn’t respect site_url properly when it uses sub-folder. Can you fix this?

    I just installed GiveWP. I never had a successful donation as I always got empty entry requestData:
    { “error_type”: “validation_error”, “exceptionMessage”: “Form field validation error”, “formData”: { “requestData”: [], “formId”: 0 } }

    and debug log:
    ======================

    array(0) { }
    Notice: Undefined index: formId in /opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 52

    Notice: Undefined index: gatewayId in /opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 53

    Notice: Undefined index: originUrl in /opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 54

    Notice: Undefined index: isEmbed in?/opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php?on line?55
    =====================================

Viewing 2 replies - 1 through 2 (of 2 total)