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

Re: [cobalt-users] Auto Setup Script Problems



Hi Mike,

Don't have a clue as to what script you're talking about, but anyway... ;-)

> Warning: fopen("/tmp/setup/userdata","a") - No such file or directory in
> /home/sites/site2/web/order.php on line 761
>
> Error opening File!
> Order could not be processed!

I've seen these types of errors before. Every single time (yes, been there
more than once ;->) I had a problem with the directory and/or file
permissions.

Is this directory accessible by the apache user? If so, can the apache user
write to this directory?

You could check this by cd'ing into /tmp/setup and typing "ls -l", which
will give you the info you need. The directory should be "rwx" for the
apache user and the file userdata at least "rw-".

Hope this helps... Nico