Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal server error after adding a donation #2

Open
cellio opened this issue Feb 13, 2022 · 0 comments
Open

Internal server error after adding a donation #2

cellio opened this issue Feb 13, 2022 · 0 comments
Labels
area: backend Changes to server-side code meta: help wanted Extra attention is needed type: bug Something isn't working

Comments

@cellio
Copy link
Member

cellio commented Feb 13, 2022

The donations server fails with "Internal Server Error" if there is an entry in the donations table. I've tried a bunch of permutations, including amounts with and without currency symbols. I can't find a way to enter data that doeesn't cause a failure.

Here's an example from the admin console:

screen shot showing one donation

Public name: Another test
Message: Keep up the good work :-)
Date: 2022-01-01
Amount: $5.00
Link: (a valid link to a Stripe transaction)

When I deleted that entry, the page worked again (with no data, of course):

screen shot: success, not server error

I then created a simpler entry: name, message, date, amount, but no link. Failed.
I removed the amount: failed.
Then the message: failed.
Then the date (so there is now only a name): failed.
Removed even the name: failed.

Removed the now-empty entry: worked again.

This is a blocker for publicly thanking our donors.

@cellio cellio added area: backend Changes to server-side code meta: help wanted Extra attention is needed type: bug Something isn't working labels Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Changes to server-side code meta: help wanted Extra attention is needed type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant