From: Sabri L. <sab...@st...> - 2007-10-22 08:11:26
|
Harold Hallikainen wrote: >I'm getting a warning that the upload log file is not >writable. I don't see a config setting for this log, but do >see some stuff defining it in UpLoad.php . I DID modify >UpLoad.php to get uploaded files properly in user directories. >The revision I made was: > > // $file_dir = getUploadFilePath(); > $file_dir = getUploadFilePath() . '/'; // added >slash. hh 9/8/07 Yes, I had the same issue sometimes ago. That slash is indeed missing. >So, did I mess up the log file location? What do I do to make >the log work? I'd suspect the log would be in /var/log/... . > -- Sabri. |