[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Auto Setup Script Problems
- Subject: Re: [cobalt-users] Auto Setup Script Problems
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Wed Mar 21 10:02:58 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Warning: fopen("/tmp/setup/userdata","a") - No such file or
directory in
> /home/sites/site2/web/order.php on line 761
You need to know a little about scripting in order to use these.
First, make sure you have made a folder named 'setup' in your /tmp
directory (if you don't have one, make it). Make sure that the scripts
have permissions to write to this directory.
The file 'userdata' that the script will put there contains all of the
info that the shell tools will use to add the site and user to the
machine.
CarrieB