Posted by webchick on August 14, 2006 at 3:13am
Jump to:
| Project: | phpBB2Drupal |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Probably due to my weird setup described in #78509, the user import failed, and the private message import failed as well (likely because there were no users to import against ;)). The only indication I had of these two failing (aside from empty tables) is I was directed back to the drop-down with no status messages, unlike when the topics and other things imported fine and there was a status message to tell me what happened.
So adding some indication of where the query failed and why would be cool. When poll module's import failed it did that, but only because Drupal spat out an error that got flagged by watchdog.
Comments
#1
Yes, error handling could be improved.
I just would like to confirm that if the users are not imported, neither will the private messages.
#2
closing old issues that are probably no longer relevant.
If anyone feels this can be improved, I am willing to look at patches.