|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Role "Workplace user": users can't edit XML resources? [SOLVED]On our hard way of upgrading 15 portal sites from OpenCms 6 to 7, we are still advancing - but here's another strange one (maybe someone can give us a hint):
We'd like to create a user type that just works as an editor login for adding, editing and deleting xml resources (plain html, xml-content etc.) within a certain site. The only user role we could find suitable is "workplace user". But it doesn't seem to do the job, we get the following error when trying to edit a resource, e.g. "/main/editorial/index.html": Error reading resource from path "/main/editorial/~index.html". Reason: Failed to read deleted resource "/main/editorial/~index.html", because it is not allowed to read deleted resources. So the workplace user is not able to edit text resources? Furthermore, we could not find any other suitable user role. Next higher seems to be project manager, but he could manage projects in the admin view as well. This is not what we want, we just need a plain and simple editor user role. Is there any way to achieve this? Or is the lowest usable user rank for editing always project manager? Thank you in advance, Roman |
|
|
Re: Role "Workplace user": users can't edit XML resources?Hi Roman,
It seems to me, that the error you get has nothing to do with the "workplace user" role. I assume that "something happened" to your page while upgrading your sites from 6 to 7. As you probably know, OpenCms 7 has the cool undelete feature. I guess that the error message you get has something to do with the undelete feature. I am sorry, that I can not be more specific. But may be it leads you in the right direction. Right now there comes something else to my mind. If you use more than one site (meaning other than the "default site", check out, if you set the permissions on your site's root folder "site/yoursite" for "workplace users" correctly. Just clone the "default site's" permissions. Regards Kai -----Ursprüngliche Nachricht----- Von: opencms-dev-bounces@... [mailto:opencms-dev-bounces@...] Im Auftrag von Roman Uhlig Gesendet: Mittwoch, 16. Juli 2008 19:04 An: opencms-dev@... Betreff: [opencms-dev] Role "Workplace user": users can't edit XML resources? On our hard way of upgrading 15 portal sites from OpenCms 6 to 7, we are still advancing - but here's another strange one (maybe someone can give us a hint): We'd like to create a user type that just works as an editor login for adding, editing and deleting xml resources (plain html, xml-content etc.) within a certain site. The only user role we could find suitable is "workplace user". But it doesn't seem to do the job, we get the following error when trying to edit a resource, e.g. "/main/editorial/index.html": Error reading resource from path "/main/editorial/~index.html". Reason: Failed to read deleted resource "/main/editorial/~index.html", because it is not allowed to read deleted resources. So the workplace user is not able to edit text resources? Furthermore, we could not find any other suitable user role. Next higher seems to be project manager, but he could manage projects in the admin view as well. This is not what we want, we just need a plain and simple editor user role. Is there any way to achieve this? Or is the lowest usable user rank for editing always project manager? Thank you in advance, Roman -- View this message in context: http://www.nabble.com/Role-%22Workplace-user%22%3A-users-can%27t-edit-XML-resources--tp18492112p18492112.html Sent from the OpenCMS - Dev mailing list archive at Nabble.com. _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|
Re: Role "Workplace user": users can't edit XML resources?Thanks for the hint. You last suggestion pointed us into the right direction. Obviously the permissions of our /sites/* folders have not been correctly restored during the upgrade. Setting them again manually has solved the issue.
Thanks for your help, Kai. Best regards, Roman |
|
|
Getting started on OpenCms codingHi all,
Very general question: What is the best way to get started with developing on OpenCms? I see all these questions from people who are doing interesting stuff, adding modules etc. and I would like to start enhancing our OpenCms installation in a similar way. Are there any good online resources, e.g. tutorials, "Hello World"-style intros and so on? Thanks a lot. Cheers, Martin _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|
Re: Getting started on OpenCms codingHi!
On Thursday 17 July 2008 Martin Wunderlich wrote: > Very general question: What is the best way to get started with > developing on OpenCms? I see all these questions from people who are > doing interesting stuff, adding modules etc. and I would like to start > enhancing our OpenCms installation in a similar way. Are there any good > online resources, e.g. tutorials, "Hello World"-style intros and so on? > Thanks a lot. The best you can find is probably the online documentation coming with OpenCms. You may also want to have a look at http://opencms-wiki.org/. hth, - martin _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|
Re: Getting started on OpenCms codingHi Martin,
OK, thanks a lot. I will have a lot at the Wiki pages. Cheers, Martin > -----Original Message----- > From: opencms-dev-bounces@... [mailto:opencms-dev- > bounces@...] On Behalf Of Martin Höller > Sent: 17 July 2008 08:33 > To: The OpenCms mailing list > Subject: Re: [opencms-dev] Getting started on OpenCms coding > > Hi! > > On Thursday 17 July 2008 Martin Wunderlich wrote: > > > Very general question: What is the best way to get started with > > developing on OpenCms? I see all these questions from people who are > > doing interesting stuff, adding modules etc. and I would like to > start > > enhancing our OpenCms installation in a similar way. Are there any > > good online resources, e.g. tutorials, "Hello World"-style intros and > so on? > > Thanks a lot. > > The best you can find is probably the online documentation coming with > OpenCms. You may also want to have a look at http://opencms-wiki.org/. > > hth, > - martin _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|
Re: Getting started on OpenCms codingDan Liliedahl's book "OpenCms 7 Development" has much information on module development and IMO is well worth the price.
________________________________________ From: opencms-dev-bounces@... [opencms-dev-bounces@...] On Behalf Of Martin Wunderlich [mwunderlich@...] Sent: Thursday, July 17, 2008 7:54 AM To: The OpenCms mailing list Subject: [opencms-dev] Getting started on OpenCms coding Hi all, Very general question: What is the best way to get started with developing on OpenCms? I see all these questions from people who are doing interesting stuff, adding modules etc. and I would like to start enhancing our OpenCms installation in a similar way. Are there any good online resources, e.g. tutorials, "Hello World"-style intros and so on? Thanks a lot. Cheers, Martin _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|
Re: Getting started on OpenCms codingThanks a lot, Allan. I have the book here alright, but haven't had a chance to work through it, yet.
Cheers, Martin > -----Original Message----- > From: opencms-dev-bounces@... [mailto:opencms-dev- > bounces@...] On Behalf Of Kim, Allan > Sent: 17 July 2008 17:34 > To: The OpenCms mailing list > Subject: Re: [opencms-dev] Getting started on OpenCms coding > > Dan Liliedahl's book "OpenCms 7 Development" has much information on > module development and IMO is well worth the price. > > ________________________________________ > From: opencms-dev-bounces@... [opencms-dev-bounces@...] > On Behalf Of Martin Wunderlich [mwunderlich@...] > Sent: Thursday, July 17, 2008 7:54 AM > To: The OpenCms mailing list > Subject: [opencms-dev] Getting started on OpenCms coding > > Hi all, > > Very general question: What is the best way to get started with > developing on OpenCms? I see all these questions from people who are > doing interesting stuff, adding modules etc. and I would like to start > enhancing our OpenCms installation in a similar way. Are there any good > online resources, e.g. tutorials, "Hello World"-style intros and so on? > Thanks a lot. > > Cheers, > > Martin > > _______________________________________________ > This mail is sent to you from the opencms-dev mailing list > To change your list options, or to unsubscribe from the list, please > visit > http://lists.opencms.org/mailman/listinfo/opencms-dev > > _______________________________________________ > This mail is sent to you from the opencms-dev mailing list > To change your list options, or to unsubscribe from the list, please > visit > http://lists.opencms.org/mailman/listinfo/opencms-dev _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
| Free Forum Powered by Nabble | Forum Help |