-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error when using export #29
Labels
bug
Something isn't working
Comments
I have 9 subscriptions (transactions) in my list and when i want to export them, i clic Export > CSV, i got this page (message) in Craft:
|
andrelopez
added a commit
that referenced
this issue
Mar 23, 2019
Hi @PopaWeb Thanks for following up. We just released Stripe Payments v1.8.4 with a fix for this issue. Could you please update your plugin and let us know if that fixed the error? Best, |
Hi @andrelopez Great! The update fixed that issue... Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Getting error when using the new export function:
Error Info: Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'enupalstripe_orders.id' in 'field list'
)
The SQL being executed was: SELECT
enupalstripe_orders
.id
ASorderId
,formId
,userId
,testMode
,paymentType
,number
...Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: