HI
I am using latest dev 2 version.
while adding view display i got this error
Fatal error: Class 'views_plugin_display_attachment' not found in /embed_widgets/views/embed_widgets_plugin_display_embed_widgets.inc on line 15
HI
I am using latest dev 2 version.
while adding view display i got this error
Fatal error: Class 'views_plugin_display_attachment' not found in /embed_widgets/views/embed_widgets_plugin_display_embed_widgets.inc on line 15
Comments
Comment #1
bennos commentedi think the work on the views plugin are not complete. As this is the dev version it is not realy a bug.
It looks like a hook is missing.
Comment #2
jtsnow commentedThanks for pointing this out. I think I have fixed it. Let me know if you have problems with the next dev snapshot.
Comment #3
lennart commentedWell, it seems to moved two lines up. Now the error is:
Fatal error: Class 'views_plugin_display_attachment' not found in /var/www/drupal/sites/all/modules/embed_widgets/views/embed_widgets_plugin_display_embed_widgets.inc on line 13
Comment #4
jtsnow commentedIt may be because you are not using Views 3.
Comment #5
vinoth.3v commentedSorry,
what you mean by Views 3?
only views 6.x-2.6 is out!!! and there is only 6.x-2.x-dev.
Comment #6
jtsnow commentedEmbed widgets does not require Views 3. Sorry, I got confused with another module I'm developing that does require Views 3. I will look into a solution for this bug.
Views 3 is currently in developement. It allows you to query things besides the database (Apache Solr, for example). You can check it out using CVS.
Comment #7
jtsnow commentedI've just committed a fix for this. Thanks for the bug report and being patient!
Comment #8
Anonymous (not verified) commentedFatal error: Class 'embed_widget' not found in /sites/all/modules/embed_widgets/embed_widgets.module on line 331
By the way, I'm using Views3
UPDATE: sorry I accidentally changed the issue title