[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] HELP - FP 2000 extensions and form post error
- Subject: Re: [cobalt-users] HELP - FP 2000 extensions and form post error
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Mon Apr 16 13:57:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> "Richard Young" <ryoung@xxxxxxxxxxxxxxxxx> wrote
> > This fix doesn't work.
> > If I leave the email address out of the form, it will post to an internal
> file.
> > For the life of me, I can't get it to send the results of a form to an
> > email address.
> >
> I won't swear that this will work,
> but I have used it with success.
> And, frontpage did not seem to mind.
> Change the owner of all files under /web to the site admin.
> chown -R siteadmin *
was -r
> DO this from within the /web folder for the site.
> I believe the owner is currently nobody,
> So if it breaks something
chown -R nobody *
Sorry, that's -R not -r