I downloaded the latest 6.x-1.x-dev development snapshot and installed it on a sandbox site running Drupal 6 and Ubercart 6.x-2.0-rc1. After enabling the module, if I visit "admin/store/settings/addresses" I get the following error on a white screen:

Fatal error: require_once() [function.require]: Failed opening required 'sites/default/modules/uc_addresses/uc_addresses.admin.inc' (include_path='.:/usr/share/php:/usr/share/pear:/usr/share/php5') in /var/www/sandbox6/includes/menu.inc on line 346

And sure enough I do not find the file in the tarball.

Comments

freixas’s picture

Assigned: Unassigned » freixas
Status: Active » Fixed

Sorry, it looks like I used CVS Add but forgot to follow it with CVS Commit. It is now checked in (as far as I can tell) and should appear in the next dev release dated 4/23/09 or later.

jeremy’s picture

Awesome, thanks! I'll give it a go tomorrow.

jeremy’s picture

Status: Fixed » Active

The file is still missing in the latest snapshot. I was, however, able to grab it from here:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/uc_addresses/

It seems that maybe you've not branched for 6.x correctly? The 6.x branch is not showing up on that page as I would expect it to, that could be related.

jeremy’s picture

BTW: I always refer to this page when working with Drupal's CVS repository:
http://drupal.org/handbook/cvs/quickstart

jeremy’s picture

Status: Active » Fixed

My bad -- the file is now in the tarball after all.

freixas’s picture

Status: Fixed » Closed (fixed)

Thanks for verifying this.