Permission Problems
Troubleshoot sub-account permission issues.
Common Issues
Can't Access Feature
Symptoms:
- Page shows "Access Denied"
- Feature not visible in menu
Solutions:
- Check role permissions
- Verify role assignment
- Clear customer session
- Check parent account status
Wrong Permissions Applied
Symptoms:
- User has more/less access than expected
Solutions:
- Review role configuration
- Check for multiple role assignments
- Verify permission inheritance
- Test with different user
Can't Create Orders
Symptoms:
- Checkout blocked
- Payment methods missing
Solutions:
- Check order permissions
- Verify budget remaining
- Check payment restrictions
- Confirm shipping address access
Debugging
Check Current Permissions
- Login as sub-account
- Go to My Account
- View "My Permissions"
Admin View
- Go to Customers >Sublogins
- Find sub-account
- Check "Effective Permissions"
Log Analysis
tail -100 var/log/sublogin.logLook for:
- Permission checks
- Denied actions
- Role evaluations
