FCK Editor

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
1/15/2008 6:54:56 AM
Gravatar
Total Posts 30

FCK Editor

When trying to load an Image, I am getting "Sorry, you don't have permisison to browse the server or upload files"

1/15/2008 7:01:54 AM
Gravatar
Total Posts 18439

Re: FCK Editor

Are you logged in as an admin?

1/15/2008 7:03:21 AM
Gravatar
Total Posts 30

Re: FCK Editor

Yes, I am logged in as "admin"

1/15/2008 7:03:37 AM
Gravatar
Total Posts 30

Re: FCK Editor

Yes, I am logged in as "admin"

1/15/2008 7:05:12 AM
Gravatar
Total Posts 18439

Re: FCK Editor

By default only certain roles can upload files. If you find this in Web.config:

<add key="RolesThatCanUploadAndBrowse" value="Admins;Content Administrators;Content Publishers;Content Authors;Store Managers" />
 

Copy and paste it into user.config and add any roles you want separated by semi colons. Save it, then type a space in Web.config and save it so that it picks up your changes.

Joe

1/15/2008 7:07:07 AM
Gravatar
Total Posts 18439

Re: FCK Editor

Hmm, that is strange. It was working before right? Can you do svn update again. I made achange to Web.config this morning that may have affected this. Not sure if you have the updated file or not.

Thanks,

Joe

1/15/2008 7:08:21 AM
Gravatar
Total Posts 30

Re: FCK Editor

Yes, it was working before

1/15/2008 7:52:53 AM
Gravatar
Total Posts 18439

Re: FCK Editor

Ok, I think my last minute Web.config changes may have been a factor. I've reverted it and tested using trunk on a different machine and its working for me.

Can you do svn update again and see if that resolves it for you?

Thanks,

Joe

1/15/2008 8:08:47 AM
Gravatar
Total Posts 30

Re: FCK Editor

Conflicted: C:\mojoPortal\Web\Web.config
Completed: At revision: 3283
Warning!: One or more files are in a conflicted state.
 

When trying to do an update, I get the above message. Is this Ok?

1/15/2008 8:09:03 AM
Gravatar
Total Posts 30

Re: FCK Editor

Conflicted: C:\mojoPortal\Web\Web.config
Completed: At revision: 3283
Warning!: One or more files are in a conflicted state.
 

When trying to do an update, I get the above message. Is this Ok?

1/15/2008 8:12:12 AM
Gravatar
Total Posts 18439

Re: FCK Editor

Right click the Web.config file and do TortoiseSVN > revert

Then do svn update again and it should be up to date with no conflicts.

You must sign in to post in the forums. This thread is closed to new posts.