Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Debug #28

Open
yellow1912 opened this issue Mar 17, 2013 · 4 comments
Open

Debug #28

yellow1912 opened this issue Mar 17, 2013 · 4 comments

Comments

@yellow1912
Copy link

Even when the import was not done successfully the script still says "done", can we print out some debug info?

@khepin
Copy link
Owner

khepin commented Mar 18, 2013

What happened that made the import unsuccessful? DB connection?

@yellow1912
Copy link
Author

Hi Khepin, it can be a number of reasons. For example, I ran into the following errors:

  1. column names not matched (I forgot to update db schema)
  2. database connection
  3. missing some certain required fields

@khepin
Copy link
Owner

khepin commented Mar 19, 2013

Ok, missing required fields I can see.
Aren't the other ones handled by doctrine already (throwing exceptions?)

@yellow1912
Copy link
Author

Im not sure why, I assume they should be, that is why I wonder why I still get the "done" message. I was expecting some fatal error to be shown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants