I did a fresh install of Drupal 6 today and installed the Archive module. After activating the module (with no other contrib modules enabled) I got the following error:

warning: Missing argument 1 for archive_menu() in /home/.../drupal-6.x-dev/sites/all/modules/archive/archive.module on line 25.
notice: Undefined variable: may_cache in /home/.../drupal-6.x-dev/sites/all/modules/archive/archive.module on line 27.

I know the module's in alpha, but just thought I'd report my earliest findings.

Comments

wyn’s picture

Accidentally created two issues. Sorry!

Follow-up:

At /admin/build/modules the header for the Archive section is "; Information added by drupal.org packaging script on 2007-08-10"

I'm afraid I'm not a programmer, but just thought I could help by reporting bugs.

Susurrus’s picture

Status: Active » Fixed

Now fixed in 6--0-3-dev, has been working fine for me, but not thoroughly tested. I added the calendar block in there, but haven't tested it at all, so I don't even know if it'll display anything. Keep posting any issues you find, much of the API docs for Drupal 6 haven't been updated (which is where the $may_cache menu error came from)

Anonymous’s picture

Status: Fixed » Closed (fixed)