(no subject)

View: New views
2 Messages — Rating Filter:   Alert me  

(no subject)

by ggy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Webcollab-users mailing list
Webcollab-users@...
https://lists.sourceforge.net/lists/listinfo/webcollab-users

Re: (no subject)

by Andrew Simpson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 15 Nov 2007 10:56:38 +0100
ggy@... wrote:

> 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'] );
>   }


My guess is that the multiple file uploads code is not working.  Initially the file(s) are uploaded to a temporary system directory.  It appears that when WebCollab checks for file(s) in this system directory there is nothing there.

However the system works for single file uploads (WebCollab 2.10a).

Can you tell me what web browser that you are using?

Andrew

     

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Webcollab-users mailing list
Webcollab-users@...
https://lists.sourceforge.net/lists/listinfo/webcollab-users