• Resolved jelscho

    (@jelscho)


    I configured the plugin with a test api kwey from Mollie.
    When I try to submit the donation form it shows me a Mollie error:

    “Unexpected server error

    While processing this page a system error occurred. Our developers were notified.”

    When I check the “status page”, all is green.

    To reproduce:
    Go to the link -> select ideal or creditcard and click submit -> you will see the error

    What should it do:
    Go to the link -> select ideal or creditcard and click submit -> you can select your bank and pay the fictional amount

    • This topic was modified 1 year, 2 months ago by jelscho.
    • This topic was modified 1 year, 2 months ago by jelscho.
    • This topic was modified 1 year, 2 months ago by jelscho.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick van Wobbie

    (@ndijkstra)

    Hi,

    Did you check this Help Center article? https://support.wobbie.nl/nl/articles/3329474

    Thread Starter jelscho

    (@jelscho)

    Thank you for the suggestion.

    The plugin tries to access properties on a null or missing data.

    The api key is a test key from the Mollie account.


    I would appreciate it if you could help me fixing this.
    This is the content of my logs related to the plugin (with most of the sensitive information redacted):

    2025-03-22 23:50:30.376144 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Undefined property: stdClass::$settlementAmount in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 500
    2025-03-22 23:50:30.376185 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Attempt to read property “currency” on null in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 500
    2025-03-22 23:50:30.376190 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Undefined property: stdClass::$settlementAmount in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 501
    2025-03-22 23:50:30.376195 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Attempt to read property “value” on null in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 501
    2025-03-22 23:50:30.378630 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Undefined property: stdClass::$settlementAmount in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 516
    2025-03-22 23:50:30.378638 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Attempt to read property “currency” on null in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 516
    2025-03-22 23:50:30.378646 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Undefined property: stdClass::$settlementAmount in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 517
    2025-03-22 23:50:30.378651 [NOTICE] [REDACTED_REQUEST_ID] [T0] [REDACTED_IP:REDACTED_PORT:HTTP2-REDACTED#APVH_confro.nl:443] [STDERR] PHP Warning: Attempt to read property “value” on null in [REDACTED_PATH]/wp-content/plugins/doneren-met-mollie/includes/class-start.php on line 517

    Plugin Author Nick van Wobbie

    (@ndijkstra)

    Thanks for the info. This is fixed in version 2.10.9

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

The topic ‘“Unexpected server error” after submitted donation form’ is closed to new replies.