with RC1 everything works OK
when installing to latest DEV running update.php
I get the following messages and view stops working
Warning: Missing argument 2 for views_handler_field_node_link_translate::render_link(), called in \sites\all\modules\views\modules\node\views_handler_field_node_link.inc on line 28 and defined in views_handler_field_node_link_translate->render_link() (line 13 of \sites\all\modules\views\modules\translation\views_handler_field_node_link_translate.inc).
Notice: Undefined variable: values in views_handler_field_node_link_translate->render_link() (line 16 of \sites\all\modules\views\modules\translation\views_handler_field_node_link_translate.inc).
Notice: Undefined variable: values in views_handler_field_node_link_translate->render_link() (line 17 of \sites\all\modules\views\modules\translation\views_handler_field_node_link_translate.inc).
Notice: Undefined variable: values in views_handler_field_node_link_translate->render_link() (line 18 of \sites\all\modules\views\modules\translation\views_handler_field_node_link_translate.inc).
Notice: Undefined variable: values in views_handler_field_node_link_translate->render_link() (line 19 of \sites\all\modules\views\modules\translation\views_handler_field_node_link_translate.inc).
Recoverable fatal error: Object of class stdClass could not be converted to string in translation_supported_type() (line 474 of \modules\translation\translation.module).
maybe entity translated node type is insignificant
possibly related issue #1187878: Error when I add "translate link" to a views
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | error_shot.JPG | 50.76 KB | igalarza |
Comments
Comment #1
dawehnerJust commited a patch which fixes this issue. It would be cool if you could test out the next dev version and report whether it's working fine for you.
Comment #3
igalarza commentedHello, I'm having exactly this problem, in this version (7.x-3.x-dev) and with the last stable too. However, it works fine in 7.x-3.0-rc3 version.