Skip to content
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

Missing column title causing sql error during import #268

Merged
merged 1 commit into from
Dec 6, 2019

Conversation

thierrydallacroce
Copy link
Contributor

Steps to reproduce

  1. dktl install
  2. dktl drush dkan-dummy-content:create
  3. dktl drush cron

The output should include something similar (different UUID generated) to this, aside from the different UUID generated:

[error]  Import for ... returned an error: SQLSTATE[42000]:
Syntax error or access violation: 1166
Incorrect column name '': CREATE TABLE 

This PR addresses this error, by adding the missing column title in a CSV.

@thierrydallacroce thierrydallacroce changed the title Add missing column title causing sql error during import Missing column title causing sql error during import Dec 6, 2019
@thierrydallacroce thierrydallacroce merged commit e4facd8 into master Dec 6, 2019
@thierrydallacroce thierrydallacroce deleted the sql-error-incorrect-column-name branch December 6, 2019 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant