-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
[BUG] Import data from CSV file #2526
Comments
Hey! Thanks for pointing this out. I don't believe it's related but it helps us for tracking -- are you using the open source version or our cloud hosted? And if self hosted, could you confirm the version you're on and the set up? Thanks! |
Hey, in fact, I tested all versions that are functional of Leantime both
self-hosted and on reverse proxy (nginx configuration)
…On Thu, May 30, 2024 at 3:23 PM Gloria ***@***.***> wrote:
Hey! Thanks for pointing this out.
I don't believe it's related but it helps us for tracking -- are you using
the open source version or our cloud hosted?
And if self hosted, could you confirm the version you're on and the set up?
Thanks!
—
Reply to this email directly, view it on GitHub
<#2526 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXGEP3TLWYWD4TML7CVHJTZE4R6DAVCNFSM6AAAAABIQ3VTN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZZGU2DSMJXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for clarifying! That's a frustrating experience and an important feature for getting started -- will definitely highlight this with Marcel. |
Fixed in 3.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unable to import data from CSV file even if it has been exported from leantime. Even the sample CSV file provided in leantime docs doesn't work.
On the server, I get an error 500 and in the logs, I get:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM zp_integration WHERE id = '2'' at line 1 in /var/www/html/app/Core/Repository.php:177
There is a 38 stack trace after the error I can provide it if you need it.
The text was updated successfully, but these errors were encountered: