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

bekasu’s picture

Title: Installation error » Undefined function taxonomy_vocabulary_load()-installation error

More descriptive title

rjerome’s picture

My guess is that you don't have the taxonomy module enabled.

bekasu’s picture

Taxonomy 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?

bekasu’s picture

I tested the theory.

Activated taxonomy.
Activated biblio.

Installs correctly.

Here is your corrected biblio.info file:

; $Id: biblio.info,v 1.5.2.2 2009/02/06 03:09:39 rjerome Exp $
name = Biblio
description = Maintains biblographic lists.
dependencies[] = taxonomy
core = 6.x
package = Biblio

; Information added by drupal.org packaging script on 2009-04-29
version = "6.x-1.4"
core = "6.x"
project = "biblio"
datestamp = "1241039720"

Notice the additional line: dependencies[] = taxonomy

thanks for taking time to help.

rjerome’s picture

Yes, 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.

bekasu’s picture

Ron -
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

rjerome’s picture

No 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.

rjerome’s picture

Status: Active » Fixed

This is now fixed in the -dev version which will carry forward to forthcoming release versions.

Ron.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.