Question
. I am not able to attch files in any twiki pages. I am getting following error. What may be the reason for this?
"Uploaded file smile3.gif does not exist or is empty"
- TWiki version:TWiki20010901
- Web server:Oreilly
- Server OS:WindowsNT
- Web browser: IE5.0
- Client OS:Windows2000
--
SavithaVenkateshaiah - 26 Sep 2001
Answer
See
Codev.UploadZeroFileSizeWin2KBug
--
PeterThoeny - 27 Sep 2001
I modified my code in upload.pl as described in
Codev.UploadZeroFileSizeWin2KBug.
Now, I am able to upload only .txt files. It is not allowing me to upload .doc and .gif files. Actually files are uploaded to Twiki/lib directory. But it is giving error message and it is not showing files in the file attachment table at the bottom of the page.
Error message:
Topic save error
During save of file
It an error was found by the version control system. Please notify your TWiki administrator.
Failed to create history file c:/twiki/pub/It/WebHome/Story1.doc,v
Go back in your browser and save your changes locally.
Do I need to change anything in save.pl?
--
SavithaVenkateshaiah - 03 Oct 2001
Are the
twiki/pub/It and
twiki/pub/It/WebHome directories writable by the cgi user? Also, make sure that
RCS is using the correct version of diff, see
SaveErrorWhenAttachingBinaryFile.
--
PeterThoeny - 06 Oct 2001