Re: [PHP] /tmp/directory
[email protected] (Ken Robinson)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
At 11:50 AM 7/22/2013, Tedd Sperling wrote: >On Jul 22, 2013, at 11:20 AM, Tedd Sperling <[email protected]> wrote > > Hi gang: > > > > I should know this, but I don't. > > > > Where is the /tmp/ directory? > > > > You see, I have a client where his host has apparently changed > the /tmp/ directory permissions such that old php/mysql scripts > cannot write to the /tmp/ directory anymore -- they did at one time. > > > > So, how do I fix it? > > > > Cheers, > > > > tedd > >Let me add -- the PHP version I am working with is 4.3.10. > >I know... > >tedd The version of PHP should have nothing to do with this problem. The /tmp directory should be writable by everyone. If it's not, you need to talk to the hosting company support people. Ken