When I create a views and I add the "translate link" field I see this error message:
"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'node_revision.format' in 'field list'"
and views doesn't show nothing else.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | unknown_column_node_revision_format-1187878-3.patch | 1.27 KB | manu manu |
Comments
Comment #1
manu manuThis is a Views's Translation submodule problem.
Commenting lines 11 and 20 in views/modules/translation/views_handler_field_node_link_translate.inc :
I do not provide a patch since I don't know the impact on views internals, but this will remove the error and the view seems to work again...
Comment #2
ConradFlashback commentedthanks manu manu for the tip, I will post in views support forum.
Comment #3
manu manuyou're welcome ConradFlashback, I moved this issue to the views issue queue.
Finally attaching a patch to help gaining attention for this issue.
Comment #4
dawehnerOkay commited this short term fix and link to this issue #1139754: Use the real entity status instead of dummy to check access in edit link which will talk it for real.