I think these are just issues with the alpha1 version, but should be easy to replicate.
Notice: Use of undefined constant NODE_BUILD_PREVIEW - assumed 'NODE_BUILD_PREVIEW' in vud_node_node_view() (line 147 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_node/vud_node.module).
Notice: Use of undefined constant NODE_BUILD_SEARCH_INDEX - assumed 'NODE_BUILD_SEARCH_INDEX' in vud_node_node_view() (line 148 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_node/vud_node.module).
Notice: Use of undefined constant NODE_BUILD_SEARCH_RESULT - assumed 'NODE_BUILD_SEARCH_RESULT' in vud_node_node_view() (line 149 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_node/vud_node.module).
Notice: Use of undefined constant NODE_BUILD_RSS - assumed 'NODE_BUILD_RSS' in vud_node_node_view() (line 150 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_node/vud_node.module).
Notice: Undefined property: stdClass::$build_mode in vud_node_node_view() (line 152 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_node/vud_node.module).
Notice: Undefined variable: a3 in vud_node_node_view() (line 161 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_node/vud_node.module).
Notice: Undefined variable: a3 in vud_term_node_view() (line 82 of /home/sd9a621c33f0fb98/www/sites/default/modules/vote_up_down/vud_term/vud_term.module).
http://sd9a621c33f0fb98.s3.simplytest.me/node/1/vud-votes
Fatal error: Unsupported operand types in /home/sd9a621c33f0fb98/www/includes/theme.inc on line 1071
I was trying to just do a quick accessibility test to see if it was now accessible for keyboard only users. Will have to try this again in a bit.
Comments
Comment #1
marvil07 commentedFor your test please only use vud_field.
See #1295574: Remove vud_{node,comment,term} modules in favour of vud_field and project page for more details on that.
Comment #2
Diogenes commented@mgifford
Try the version posted here and see if it works
https://drupal.org/node/1194274#comment-7652549
The old version can be esily restored.
Comment #3
marvil07 commentedShould be fixed by #1192508: undefined constant NODE_BUILD_PREVIEW.