OpenEdit Developer ForumWelcome to the OpenEdit User Forum. You must be registered and logged in to post a new comment or topic. This forum is only for developers who want to discuss the technical aspects of the OpenEdit Framework. For end user technical support please visit the EnterMedia web site. Download asset issue - please, take a lookHi developers, So, this is different behavior between standard archive and newly created asset archive. Posted by Kamil Tresnak Sun, Sep 28 2008 3:17 PM
|
Most Recent Posts
encodings ...
(4 comments)
Slamdance
(7 comments)
Help upgrading jars on starter war
(6 comments)
Help, Velocity Generator not initializing
(4 comments)
Multiple Main Sites
(10 comments)
Search filtering by theme
(3 comments)
xml version "s1.0" error
(4 comments)
How can i localization the openedit?
(3 comments)
Problem with the interface
(4 comments)
latest openedit-editor build
(2 comments) Archive
Log in
Syndicate:
|
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Sep 28 2008

There is a bug here and we are working to fix it it now. Here is what you need to do:
in "archive/products/{yourCatalogName}/_site.xconf" you should have something like this: (if there is no _site.xconf, just create it)
<page>
<product name="My Photos" id="my_photos_"/>
</page>
Add this line to that file, within the <page> tags:
<property name="importfilepath">{path to originals here}</property>
where {path to originals} is going to be the same path that you used when you set up the "Mount External Files".
So, if your external mount was "C:\originals\photos", your _site.xconf would look like this:
<page>
<product name="My Photos" id="my_photos_"/>
<property name="importfilepath">C:\originals\photos</property>
</page>
Thank you Taylor, it works OK.
We just checked in a fix for this. You should no longer have to set the importfilepath if you assets are located or mounted within the data/assets tree. Requires upgrade of editor and ecommerce.