I'm trying to update module and got next error:
Failed: DatabaseSchemaObjectDoesNotExistException: Cannot add field <em class="placeholder">NODE_CONVERT_TEMPLATE_TABLE</em>.<em class="placeholder">machine_name</em>: table doesn't exist. in DatabaseSchema_mysql->addField() (line 325 of /home/xxx/data/www/xxx.xxx/includes/database/mysql/schema.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | update_failed-2306677-2.patch | 657 bytes | steven jones |
Comments
Comment #1
steven jones commentedThis is actually critical IMHO.
The DB schema is not created, because the table name is defined in the module file, but in Drupal 7 the module file won't be loaded until after the install :(
Comment #2
steven jones commentedHere's a patch that sorts the issue for me.
Comment #3
alcroito commentedI've applied a slightly modified patch.
The code should be in the latest dev version, once it's generated.
Comment #5
alcroito commentedComment #6
steven jones commented@Placinta thanks!
Comment #8
Xrobak commentedI can confirm that dev version fix this bug. Thx!
Comment #9
rfayCould we please have a stable release that includes this patch? Thanks!
Comment #10
Aldu_boy commentedDrupal 7.69, upgraded from 6.38
when running update.php I still get the same issue.
node_convert module
Patch can't be applied as I have no ssh.
Edited node_convert.install but this doesn't help as the plug in is already installed.
Please help