jpSimkins / Drupal2WordPress-Plugin

WordPress plugin for importing Drupal
51 stars 20 forks source link

SQL error #6

Closed drywall closed 8 years ago

drywall commented 9 years ago

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 9 years ago

Thanks for the report. I will look into this when I get a chance.

drywall commented 9 years ago

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 8 years ago

This is now fixed in the master.