If you have any custom usergroups that are used as a primary usergroup (as opposed to a secondary usergroup), they will be denied unless they are added to the allowed list. So, you have a few options if that is the case.
- Change any non-standard primary usergroups to secondary usergroups and re-instate the "registered users" as the primary, or...
- Go through each action, adding their usergroup to the allowed list for each (except admin donate), or...
- Run this query, and then edit an action and save to update the cache:
[sql]UPDATE utt_store_action SET allowedgroups='2,5,6,7,X' WHERE shortname<>'admindonate';[/sql] where X is your custom usergroup's usergroupid (or a comma seperated list of IDs).