[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGIWrap Error?
- Subject: Re: [cobalt-users] CGIWrap Error?
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Mon Feb 5 15:42:28 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Well that definately changed the permissions, thanks Carrie!
> What user or owner should I assign? At least this time I don't get the
> ggiwrap error, all that happens now is Page Cannot Be displayed, I call
that
> progress! LOL Any other tips so I can get this darn formmail.pl working
like
> it used to? By the way it's a script I have had there forever and it
always
> worked until this last Raq3 update.
> Thanks!!!
> Frank
Probably the best ownership would be whoever the site administrator is.
Like if that site's admin is "rpoptot", you'd do:
chown rpoptot formmail.pl
As for the Page Cannot Be Displayed... I've got no clue. :)
Perhaps once you get the ownership right, that will fix itself.
(This is one of the reasons I've switched over to php and love it soooooo
much...)
Speaking of which, if you've got PHP on your machine, why not take a look at
this script?
Go to http://php.resourceindex.com
and do a search for Form Processor. It's by Richard Heyes. It is
*fantastic* - does everything formmail does and then some; allows for any
type of form input (checkboxes, radio buttons, etc. etc.) and file uploads,
etc.
Plus it runs on templates and is sooooo customizable. It beats Matt's
formmail by a million miles.
Carrie