Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2009 at 17:03 UTC
Updated:
2 Jun 2009 at 02:10 UTC
When I do a fresh install of biblio I get the following error:
Fatal error: Call to undefined function taxonomy_vocabulary_load() in /mydomain/sites/all/modules/biblio/biblio.install on line 68
Using:
Biblio 6.x-1.4
Drupal 6.12
Comments
Comment #1
bekasu commentedMore descriptive title
Comment #2
rjerome commentedMy guess is that you don't have the taxonomy module enabled.
Comment #3
bekasu commentedTaxonomy is not listed as a dependency in the biblio.info file, if it is required for biblio to install shouldn't it be a dependency in the .info file?
Comment #4
bekasu commentedI tested the theory.
Activated taxonomy.
Activated biblio.
Installs correctly.
Here is your corrected biblio.info file:
Notice the additional line: dependencies[] = taxonomy
thanks for taking time to help.
Comment #5
rjerome commentedYes, I used to have it as a dependency and removed it, because I thought I had removed all the dependencies, apparently I didn't and that will be rectified.
Thanks for the report,
Ron.
Comment #6
bekasu commentedRon -
thank you for taking time to answer me.
Good luck with your SOC mentoring as well.
If you need doc help, I'm part of that team and would be happy to help.
bekasu
Comment #7
rjerome commentedNo problem, I try to respond to all issues as promptly as possible.
WRT SOC, it should be interesting to see how that pans out since (with any luck) it will result in a much more extensible biblio module.
WRT documentation, thanks for the offer. This is certainly one area that (until recently) has needed a little TLC. Recently Maira Carvalho has provided quite a few updates so you might want to touch base with her to see if she has any further plans, but you are certainly free to add updates if you wish. One thing I was thinking of was the possibility of adding some short screen casts to cover some of the commonly used functions. My thought being that people might be more willing to watch a few 2-3 minute tutorials rather than wading through pages of documentation.
Cheers,
Ron.
Comment #8
rjerome commentedThis is now fixed in the -dev version which will carry forward to forthcoming release versions.
Ron.