[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Auto Setup Script Problems



> 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