uc_catalog minor bug

Project:Ubercart Contributions
Component:Code
Category:
Priority:minor
Assigned:Unassigned
Status:active
Description
Project: 
Ubercart

Line 510 of uc_catalog.module:

$statuses[] = array('status' => 'error',
      'title' => t('Catalog vocabulary'),
      'desc' => t('No vocabulary has been recognized as the !uber catalog. Click ', array('!uber' => 'Übercart'))
        . l(t('here'), 'admin/store/catalog/setup'). t(' to set one up')
    );

The bug is that admin/store/catalog/setup doesn't exist. I'm not sure where you intend to take the user - to admin/store/catalog/edit perhaps? Or to admin/content/taxonomy?

Version: 
rc
Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: uc_catalog minor bug

Also, let me add to the issue that in the t() string we should be using plain ol' Ubercart... no HTML entities por favor.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: uc_catalog minor bug
Assigned to:Ryan» Lyle

I'm sure that page used to exist at some point. I've fixed the text and the links to be more helpful.

rlnorthcutt@drupal.org's picture
Offline
Joined: 04/21/2008
Juice: 26
Re: uc_catalog minor bug
Assigned to:Lyle» rlnorthcutt@drupal.org

I have the latest version of UC (1.3), but I am still seeing this. Is the link supposed to work? Where is it supposed to go?

I get a message on admin/store/catalog/setup that no vocabulary is recognized. I DO have a vocabulary and it is assigned to products. What else needs to be done?

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: uc_catalog minor bug
Assigned to:rlnorthcutt@drupal.org» Lyle

It should go to the Catalog settings page, I think. I'm not sure why the text was changed, but not the link. As far as I can tell, there shouldn't even be a page at admin/store/catalog, much less admin/store/catalog/setup.