close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Administrator Access

Thread began 2/21/2011 8:42 am by robert329616 | Last modified 2/24/2011 6:56 am by Jason Byrnes | 1388 views | 3 replies |

robert329616

Administrator Access

Hello.

I want to give access to my client for looking at revenue charts and to send out the shipping confirmation emails. I checked the help section of the store manager section to see how I could do this.

When I select add user I run into an issue when I go to select the access group, there are no options to select in the access group drop down menu. Should this be part of the store manager or something I have to set up. If I have to set it up, is there a tutorial or a thread to walk me through this?

Thanks.
Rob

Sign in to reply to this post

Jason ByrnesWebAssist

what version of power store?


if this is power store 4, the power soter database should have a ps4_usergroups table, double check that the ps4_usergroups table exists, if not, run the following query:

CREATE TABLE IF NOT EXISTS `ps4_usergroups` (
`UserGroupID` int(11) NOT NULL auto_increment,
`UserGroup` varchar(50) default NULL,
PRIMARY KEY (`UserGroupID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

/*Data for the table `usergroups` */

insert into `ps4_usergroups`(`UserGroupID`,`UserGroup`) values (1,'User');
insert into `ps4_usergroups`(`UserGroupID`,`UserGroup`) values (2,'Administrator');
Sign in to reply to this post

robert329616

Jason,

It was ps4 and there was a usersgroup table, it wasn't populated. It works perfectly after I ran the query, thanks!

Rob

Sign in to reply to this post

Jason ByrnesWebAssist

Ok, glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...