[Webcollab-users] (no subject)
Brought to you by:
andrewsimpson
From: <gg...@fr...> - 2007-11-15 09:57:08
|
Hello, I'm working with the last Version 2.2 of Webcollab and I have an upload problem file with this version. My precedent version was 2.10a and I have no problem. The two version are in different directories, but on the same developpment directory on my server (thus the same server). So I think that the access right are OK (I have just renamed the old directory to "webcollab-2.10a"). The warning is produced in "file_submit.php" at these lines : //check that at least one file upload was successful if( ! $upload_success_flag ) { warning($lang['file_submit'], $lang['no_upload'] ); } I have the warning and effectively no files is uploaded, the record table files in MySql is empty. I have updated the file size in "config.php" to "20000000" that's all. In my webcollab configuration the path are not relative, especially for uploaded files : "D:\xxxxx\yyyyyy\webcollab\files\filebase" (for the moment). Thank you for an idea on this problem. Kinds regards GGY |