| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
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?

