From: Cornel G. <cg...@cs...> - 2003-03-21 10:37:49
|
Same thing happend to me last week but never tried to resolve the problem.. > oiser wrote: > > I am having another problem though. Maybe you could help me with it. Now > > I am trying to install a website. when running the command: > > > > oi_manage ...... create_website > > > > I get this: > > > > Cannot create object without existing file or 'new' permission > > [\c:\Apache\OI\conf/package_repository.perl] [write] > > > > It still fills the new directory, so I go on with the installation. the > > test_db runs fine, but when running install_sql, I get the same error > > message as above. Do you know how to fix this, or at least point me in > > the right direction to some docs. > > Hm... I wonder if this has to do with path definitions. Can you > define your website/repository directories like this instead: > > --website_dir=c:/apache/OI/conf/package_repository.perl > > IIRC OI uses join( '/', $dir, $dir ) instead of File::Spec to > create paths, and I think Win32 will do either '/' or '\' but not > both in the same path. > > The fact that things worked is kind of weird though... > > Chris > > -- > Chris Winters (ch...@cw...) > Building enterprise-capable snack solutions since 1988. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Tablet PC. > Does your code think in ink? You could win a Tablet PC. > Get a free Tablet PC hat just for playing. What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > openinteract-help mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openinteract-help |