SQL error
Closed this issue · 3 comments
drywall commented
Got a lot of these messages on import:
Error querying database. : SELECT u.fid, m.uri, m.filename, m.origname FROM file_usage u LEFT JOIN file_managed m ON (m.fid = u.fid) WHERE u.type = 'node' AND u.id = [XXX]
My files_managed table doesn't have an 'origname' column.
jpSimkins commented
Thanks for the report. I will look into this when I get a chance.
drywall commented
NP. This is a thing worth putting energy into. It's awesome.
Resolved a few other minor errors, if I get a chance I'll submit some pull requests.
jpSimkins commented
This is now fixed in the master.