I'm getting the same issue, even with the most current download from Bazaar. When I attempt to upload an image for a term under the Category vocabulary, I get this error message:
warning: Missing argument 1 for t(), called in /home/deadfish/public_html/shbark/sites/all/modules/ubercart/uc_catalog/uc_catalog.module on line 304 and defined in /home/deadfish/public_html/shbark/includes/common.inc on line 734.Line 304 in uc_catalog.module is (highlighted)
$help = t();In context, it's this:
if ($image){
if (module_exists('imagecache')){
$image_display = theme('imagecache', 'category', $image->filepath);
$help = t();
}If I read the api docs properly at http://api.drupal.org/api/function/t/5, the $string parameter is not optional for t(). Could that be the problem?
Thanks.


Joined: 02/20/2008