Wondering if the code below:

user_external_login_register($form_state['values']['name'], 'oscommerse_user');

Means that one has to have a role made for "oscommerse_user" in Drupal for the module to work? Are there other such settings that could prevent installation?

I do see that the module successfully saves the database host/username/pass/schema in the drupal variables, but the site says "OSCommerse Auth module wasn't configured"

Puzzling. Perhaps this is a documentation issue or perhaps it's a problem with the module.

Wondering also if it has anything to do with oscommerCe vs. oscommerSe spelling somewhere...