Disqus Views Integration Issue
santhonys - August 22, 2008 - 19:47
| Project: | Disqus |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
Hi guys,
Thanks for the great module. But, I updated today, and it looks like the new views integration broke my site. I was getting:
Fatal error: Class views_handler_field_node_disqus_comments: Cannot inherit from undefined class views_handler_field_node_link in .../html/modules/disqus/disqus.views.inc on line 22
I removed the disqus.views.inc file to get the site back up, but thought you should know.
I'm running:
Drupal 6.3
Views 6.x-2.0-rc1

#1
Very strange that views_handler_field_node_link isn't available..... Has anyone else ran into this?
#2
Confirmed. The Views integration needs a patch ;-) . It does this only when the Views API hook is in there.
#3
The Views integration is missing the "parent" class value.
#4
Guys, I am not sure if this is the same issue since I am not receiving any errors or such.
But for the life of me, I cannot find disqus hook on views. Maybe I am blind, but where am I supposed to look for it in views under node type?
thanks!
#5
It's not enabled because it's broken. I think it needs a "parent" class value. Take a look at disqus.views.inc.
#6
subscribing