PHP error using world quote

Posts: 69
Joined: 08/08/2007
Internationalizationizer

Hi,

I clicked on the
"regions settings" off of this setup page
/admin/store/settings/quotes/methods/regions
and got this error

"
user warning: Table '....uc_regions' doesn't exist query: SELECT * FROM uc_regions in public_html/includes/database.mysql.inc on line 172.

"
I used this version
uc_regions_v1.0
of uc_regions.

Thanks,
DK

Posts: 69
Joined: 08/08/2007
Internationalizationizer

  169     return $result;
  170   }
  171   else {
  172     trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING);
  173     return FALSE;
  174   }
  175 }
  176
  177 /**

Posts: 176
Joined: 08/08/2007
Early adopter... addicted to alphas.Getting busy with the Ubercode.

Looks like uc_regions module isn't setup

--

suffering from too much information