I've been successfully creating Views using Biblio fields. Thanks to all who made that happen!
Tonight, I noticed there was a new entry in Views 3 Display types... Biblio Page.
Being curious, I selected it and got the following error: Error: Display biblio_1 refers to a plugin named 'biblio', but that plugin doesn't exist!
In biblio/biblio.views.inc on line 9 is: 'handler' => 'views_plugin_display_page_biblio',
followed by line 10:'path' => drupal_get_path('module', 'biblio') . '/views', // not necessary for most modules
I looked in biblio/views/ for the handler referenced in line 9 and did not find a file called 'view_plugin_display_page_biblio'
I also noticed that all the subsequent entries in the biblio/biblio.views.inc there are just place holders for style, row, argument default, argument validator, and access.
I wasn't sure if this is a bug or if this is an interim problem as biblio continues to integrate with views.
I did a quick comparison to the calendar module and found that the plugin handler reference also had a file by that name; but, I'll be the first to tell you that I feel out of my element grubbing around in the code.
Biblio 6.x-1.7, Drupal 6.13, php 5.2.9
Comments
Comment #1
rjerome commentedHi bekasu,
That's a bug of sorts... A little bit of code leaked into that release which was not supposed to. I am working on that feature but it is not ready for prime time yet, unfortunately it slipped into the the release code with the last security patch :-(
Stay tuned, it will work eventually, but I've been a little pressed for time the last little while so progress has been slow.
Ron.
Comment #2
bekasu commentedThanks Ron,
I'm in no rush. Just saw something I hadn't noticed before. I'm marking this closed. Thanks for the information.
bekasu