Hi Warrel,
(replying over the public list)
warrell harries wrote:
I'm still getting nowhere with this. Here is my zipped up slide
directory. I did change one component.xml due to an i18n namespace
problem but this shouldn't be causing the problem as far as i can see.
I was able to get a repository up and running with the provided content,
and indeed got the same error you reported earlier on the list [1] when
I created
/default/files/default.preview/configuration/perspectives/component.xml.
I eventually found there was an error on the wiki page [2]. The URLs to
the users and permissions view configurations in one of the
configuration files
(/default/files/default.preview/configuration/perspectives/dashboard/component.xml)
were incorrect:
<view
src="cocoon://workbench/repository-configuration/dashboard/views/dashboardusers"/>
should have been
<view
src="cocoon://workbench/repository-configuration/perspectives/dashboard/views/dashboardusers"/>
and
<view
src="cocoon://workbench/repository-configuration/dashboard/views/dashboardpermissions"/>
should have been
<view
src="cocoon://workbench/repository-configuration/perspectives/dashboard/views/dashboardpermissions"/>
So what you have to do to get it working is:
1) create
/default/files/default.preview/configuration/perspectives/component.xml
2) correct the URLs as described above
I corrected the Wiki page. It is unfortunate that the error on the Wiki
page in combination with a vague error message got you into trouble, I
hope it wasn't too frustrating ;-)
I'll send you the corrected repository content off-list.
Kind regards
Niels
[1] http://www.nabble.com/Customize-Dashboard-to14664885.html
[2] http://www.hippocms.org/display/CMS/Customize+dashboard
********************************************
Hippocms-dev: Hippo CMS development public mailinglist