[Zope-CMF] Problems importing CMF Site
Shane Hathaway
shane@digicool.com
Thu, 03 May 2001 16:58:51 -0400
"Rolander, Dan" wrote:
>
> I also should mention that creating a new CMF site works fine on the target
> platform. It's just importing the existing site that is giving me problems
> with portal_skins.
The path to the skin is stored in the ZODB, a strategy which might not
work consistently yet when moving between a backslash-notation
filesystem (Windows) and a slash-notation filesystem (Unix).
For now, just delete the FSDirectoryViews and create them again using
the "Add" drop-down box.
Shane