I try to use a SEPA mandate as a way of paying for a membership registration of a club.
I use Wordpress (6.1.1) with CiviCRM (5.57.3) and extensions civiSEPA (1.8.0) and civiSEPAPP (1.1.0).
I configured a Payment Processor (PP) named "my SEPA Mandat" with Processor Type "SEPA Direct Debit".
Then I created a Contribution Page and added "my SEPA Mandat" as a PP.
I add a new Page in Wordpress with a shortcode [civicrm component="contribution" id="2" mode="live" hijack="0"].
Now when accessing the WP page it gets directly redirected to the main page (i.e. an error occurs). If I access the page when logged in I get the following warning:
This contribution page is configured to support separate contribution and membership payments. This SEPA_Direct_Debit plugin does not currently support multiple simultaneous payments, or the option to "Execute real-time monetary transactions" is disabled. Please contact the site administrator and notify them of this error
also in the log I get the following infos:
1155 | Mar 15 10:24:10 | [info] SepaPP: createPendingMandate had nothing to do
-- | -- | --
1153 | Mar 15 10:24:10 | [info] SepaPP: getPendingContributionID couldn't find a contribution ID.
1151 | Mar 15 10:24:10 | [info] SepaPP: createPendingMandate for contribution ID []
What is going on here, how can I solve the problem?
Hi,
I try to use a SEPA mandate as a way of paying for a membership registration of a club.
I use Wordpress (6.1.1) with CiviCRM (5.57.3) and extensions civiSEPA (1.8.0) and civiSEPAPP (1.1.0).
I configured a Payment Processor (PP) named "my SEPA Mandat" with Processor Type "SEPA Direct Debit". Then I created a Contribution Page and added "my SEPA Mandat" as a PP. I add a new Page in Wordpress with a shortcode
[civicrm component="contribution" id="2" mode="live" hijack="0"]
.Now when accessing the WP page it gets directly redirected to the main page (i.e. an error occurs). If I access the page when logged in I get the following warning:
also in the log I get the following infos:
What is going on here, how can I solve the problem?