Closed (fixed)
Project:
Ubercart Addresses
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Apr 2009 at 03:06 UTC
Updated:
24 Apr 2009 at 15:10 UTC
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
Comment #1
freixas commentedSorry, 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.
Comment #2
jeremy commentedAwesome, thanks! I'll give it a go tomorrow.
Comment #3
jeremy commentedThe 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.
Comment #4
jeremy commentedBTW: I always refer to this page when working with Drupal's CVS repository:
http://drupal.org/handbook/cvs/quickstart
Comment #5
jeremy commentedMy bad -- the file is now in the tarball after all.
Comment #6
freixas commentedThanks for verifying this.