Closed (fixed)
Project:
Views node.js
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2013 at 09:43 UTC
Updated:
26 Jan 2016 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andrewsizz commentedHi, what version of node.js integration module and views module?
Comment #2
bennos commentedviews 7.x-3.7
nodejs integration 7.x-1.6
Comment #3
andrewsizz commentedHI, can't reproduce this issue (
Can you provide more info? Are you sure nodejs correctly setup on your server? What version of drupal you use? Which else modules you use on site(maybe conflict)?
Comment #4
chellman commentedI think this error, or errors like it, can come up if nodejs is configured to only load on certain pages. I think checking if Drupal.Nodejs and Drupal.Nodejs.callbacks are actually defined before adding the callback can help with this. I've attached a patch for this.
Comment #5
Anonymous (not verified) commentedpatch in #4 looks like the correct approach, though i didn't test it.
Comment #6
andrewsizz commentedlook good, lat me check
Comment #8
andrewsizz commentedworks good for me, thanks, commited!