On Wed, 2006-03-15 at 16:41 +0100, Paloma Gomez wrote: > Hi all, > > I've created a new publication using the wizard. I've been playing > around with it, making some changes and I've run once and again into > this problem: the CMS GUI interface is not working properly. When I > want to save a change, I almost always get the following error > message: > > <quote> > message: index telematica-authoring doesn't exist > ... > </quote> > > I've read in both the user and developer list that this message has to > do with the file index_manager_index.xconf, which must be set up > manually for my new publication. The default publication is supposed > to have its own copy of this file which I should copy to my > publication directory and then change it appropriately to get it > working with my pub. > > However, I cannot find a copy of this file anywhere (I've checked all > my lenya-related directories). I made a fresh checkout this morning > to see if my tree was somehow broken but I still can't find this file. > > I'm wondering if this file has been renamed or now this problem must > be solved any other way.
hi Paloma, The file should be at src/pubs/default/config/cocoon-xconf/index_manager_index.xconf in your Lenya checkout directory. (The svn URL is https://svn.apache.org/repos/asf/lenya/trunk/src/pubs/default/config/cocoon-xconf/index_manager_index.xconf ) But you will find this file only in the source, not in the build or the tomcat dir. You have to copy it to the directory where you build your publication from and do a build clean, so the configuration will be merged into cocoon.xconf. (Of course you have to edit the file first to adapt it to your publication, i.e. replace "default" by "telematica") hth, Josias > > In case this helps, my environment is: > Lenya 1.4 > Tomcat 5.0.28 > Ubuntu Linux > > Thanks, > Paloma > > -- > Paloma Gomez > University of Seville > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
