When trying to get the total for a decimal field, the following error is generated:
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'name' in field list is ambiguous

I thought it might be because there is a relationship setup with the User information, this seemed strange since I wasn't pulling any data from the User info for calculations; but after removing the relationship and all columns associated with it, a similar error still pops up.
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'uid' in field list is ambiguous

Also, from looking at the logs for the site there is a php error that occurs whenever the view is loaded.
Notice: Undefined property: view::$row_index in views_handler_field->get_render_tokens() (line 1355 of /home/soisform/public_html/sites/all/modules/views/handlers/views_handler_field.inc).

Does anyone have any ideas why this is happening? I was originally using the version 1.0 of the module but the same errors poped up and thought that they might have been fixed in the dev version.