OpenEdit User ForumWelcome to the OpenEdit User Forum. Whether you are newbie or a seasoned expert, the OpenEdit User Forum is our virtual water cooler where we commune to share ideas and publish information about new and existing features. You must be registered and logged in to post a new comment or topic. If you require dedicated support to your OpenEdit project, please visit our Web Site & Application Maintenance page for access to our online issue tracker. Ask. Answer. Enjoy. 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
Unable to compile class for JSP
(0 comments)
java.util.MissingResourceException:
(0 comments)
OpenEdit Weekly Update
(0 comments)
OEF Database Persistence
(1 comments)
OpenEdit Digital Asset Management Is Hiring
(0 comments)
New Version of Flowthink deployed
(0 comments)
Why is search never listed as installed?
(1 comments)
Default calendar view is no longer loading
(1 comments)
problem restoring backup on a new installation
(0 comments)
Unable to login after updation
(5 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.