Re: [cowiki-dev] bug? - \tmp\ is populated
"Daniel T. Gorski" <[email protected]>
| Newsgroups | gmane.comp.php.cowiki.devel |
|---|---|
| Message-ID | <20050405142213.GD32764@bantha> |
On 05 Apr 00:38, Sy wrote: > I can confirm that /tmp/ *DOES* mean something to coWiki. > > If it does not exist, coWiki works as expected. I wouldn't trust this :) Probably the cacheing does not work then and slows down the whole application. The path to the directory that coWiki should use for its temporary data is defined in the core.conf: [PATH] TEMP. But coWiki also needs to store session files somewhere and this might be set in the php.ini of your X-thing-allover-package. Attention: the new core.conf file also has an extra SESSION PATH entry but this is not used yet. regards dtg