Needs work
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2013 at 19:10 UTC
Updated:
8 Feb 2019 at 23:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
goetz commentedI have the same issue as reported before, when I try to use the views that come with Biblio.
How to reproduce:
drush dl views token panels ctoolsdrush en views views_ui views_content token panels ctoolsdrush dl bibliodrush en biblio biblio_bibtexSymptoms: Biblio content is displayed fine on the frontpage.
Symptoms: In the list of views 'biblio_views' is now marked as 'Database overriding code'. If you click on one of the links, for instance /view/biblio/year, you get the expected view but a long list of warnings of the form: 'Warning: Illegal string offset 'orig_page_info' in theme_biblio_page_number() (line 619 of C:\localPathToDrupal\sites\all\modules\biblio\includes\biblio_theme.inc).
Any hints?
Comment #2
foredoc commentedI have the same problem here, any solution yet?
Thanks.
Comment #3
alan d. commentedNot sure on the code here: biblio/styles/biblio_style_vancouver.inc, but it looks like a leftover Drupal 6 function in the Drupal 7 code.
This is the D6 line of code.
Untested patch attached
Comment #4
alan d. commented