Author |
Topic |
jckwoo
Starting Member
1 Posts |
Posted - 07 January 2004 : 12:13:08
|
I'm having a problem with the mod.
1. Clicked on the upload link in the post reply screen. 2. The file upload window appears. 4. Browsed for a file, entered description...etc. 5. Clicked Upload button. 6. Displayed "Please wait.. uploading"
Then nothing happened. It displayed the file upload window with blank fields.
It didn't upload the files. Can anyone help?< |
|
|
olef
Starting Member
Denmark
19 Posts |
Posted - 08 January 2004 : 03:10:12
|
quote: Originally posted by olef
quote: Originally posted by mvrp350
Okay I got it working, except that I have 1 problem: If I upload a file it processes and the second screen, stating the upload has completed, appears. If I look in my webpage the file is still in the tempfiles-folder, but has not been moved towards the user-folder.
I've installed this GREAT MOD on 3.4.03, and get the same problem. I have the following settings: sharedFilesMode=1.
physicalUploadFolder = "D:\Webhotel\domain.xx\www\ver3_4\files\sharedfiles" physicalUploadTempFolder = "D:\Webhotel\domain.xx\www\ver3_4\files\temp" physicalUploadTextFolder = "D:\Webhotel\domain.xx\www\ver3_4\files\filestext" logFilePath = "D:\Webhotel\domain.xx\www\ver3_4\files\logfiles"
When a member is uploading af file for the first time, the member-ID folder is created in the psysicalUploadFolder, but the uploaded file is not moved from the temp-folder to the member-ID folder. The same happens when the member-ID folder excists, and uploaing files. Hope someone hav an idea
Regards Ole
Problem solved. The folders for the files on the server MUST BE SET TO READ, WRITE, DELETE Access for ALL USERS (Or only members). Must be configured by the ISP. (The Filemove and file delete doesn't work without this).
I think that the problems in a lot of the former questions is caused by the same as mentioned above.
regards Ole< |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 09 January 2004 : 07:25:47
|
Has anyone thought of making an add-on script that parses through already uploaded folders and renames the folders with the person's forum_id rather than their name?< |
|
|
redbarn
Starting Member
1 Posts |
|
sonsivri
Starting Member
3 Posts |
Posted - 23 January 2004 : 20:18:44
|
|
|
|
sonsivri
Starting Member
3 Posts |
Posted - 24 January 2004 : 07:35:11
|
"redbarn" Open your Show friendly HTTP error messages on Tools\Internet Options\Advanced (for IE) and you will see the detailed error about you problem. Write here your error that time.< |
|
|
pokemon
Junior Member
151 Posts |
Posted - 28 February 2004 : 11:19:33
|
anyone have this type of problem? When i'm viewing membersfiles.asp and have this error. Does anyone know how to fix? Thanks
Error Type: Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters. /inc_UploadFunc.asp, line 551
< |
|
|
pokemon
Junior Member
151 Posts |
Posted - 28 February 2004 : 11:26:19
|
when upload file more than 100 kb i'm having an error. It's only take anything below 100 kb.
I'm having this error
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/phorum/inc_UploadDefault.asp, line 4
But, it works on my localhost. I'm trying to upload anything below 5 MB and it works just find on localhost. But when i upload to hosting and the file not exceed over 100 kbs. Why?
< |
|
|
Mindcontrol
New Member
52 Posts |
Posted - 07 March 2004 : 01:00:36
|
Does this mod work yet?< |
|
|
bverrillo
Starting Member
United Kingdom
8 Posts |
Posted - 10 March 2004 : 13:25:03
|
Hi All
I have recently installed snitz forum Version 3.4.03 and then tried to install the File_Sharing_MOD_2.51_NOMOUSEOVER_28-8-2003.zip.
It seems as though the code to search for is missing or has changed - Can someone tell me whether this mod will work with my version of the Snitz forum and if so what I have to do to install it.
Thanks
Bruno < |
|
|
amirx
Starting Member
4 Posts |
Posted - 18 March 2004 : 02:07:16
|
Hello,
I have just installed this MOD and it is great. Thanks korayem.
I still have several problems:
- The most severe problem: I cannot upload non textual documents. When I upload textual docs (e.g., .txt, .bat, ...) everything is fine (regardless the size of the file), however, with any non text file (.gif, .exe, ...) the MOD fails to upload it.
After the error, I see the file that I tried to upload in the temp folder usually with size 0. The error is:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument
/forums/inc_UploadDefault.asp, line 142 Line 142 in inc_UploadDefault.asp is: MyFile.Write chr(AscB(MidB(value,i,1))) Note that if I use the aspUpload Component there is no problem.
- I have the same problem that was detected by gungadin:
When uploading the files, you can set the category only to the first upload, all consequent uploads will have the same category as the first one (however, if you edit the upload later, you can correct the category to the right value).
Unfortunately, it seems that the fix suggested by madfiddler does not work with the aspUpload Component.
- I am using MS Visual Interdev for the site management. Whenever I do "Refresh Project View" in every folder on the web server, it creates a sub-folder called _vti_cnf, with a copy of the files of the folder, e.g. if I have file ...\sharedfiles\text\1\test.doc.txt it will create a copy ...\sharedfiles\text\1\_vti_cnf\test.doc.txt
This totally screws the MOD:
Microsoft VBScript runtime (0x800A003E)
Input past end of file
/forums/inc_UploadFunc.asp, line 505 For now I just delete these folders manually every time I do a project refresh. Maybe it is possible to ignore sub folders that start with underscore?
I have these problems on both WinXP and Windows2003 server. I gave the folders and the files full access to the internet user (IUSR_<machine>).
I have also a couple of question:
- Is it possible to allow files upload without extension limitation (allow all extension, and also allow files that does not have extension at all)
- If I want to allow always file sharing (to members and guest) is it possible to remove these options from the upload dialog and the listings?
This post is probably way too long, sorry about that.
Thanks, Amir < |
Edited by - amirx on 18 March 2004 02:34:40 |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 19 March 2004 : 20:08:58
|
I just tried this mod today and I think I discovered a bug. I set the sharedFilesMode in inc_UploadConfig.asp to 2 (Forum Shared Dierectory). When a forum is set to Members Only and you are not in the Include Members list then you do not see the forum in membersFiles.asp even if you are an admin. If you are in the include members list then it shows up in the membersFiles.asp. Since the forum is Members Only then it should not even use the incude members list. If the forum is set to everyone it shows up on the membersFiles.asp. Also membersFiles.asp puts the forums into different catagories if the permissions are different even if the forums are in the same catagory. It also does not use the order that the forum catagory uses.
Hope that made sense.< |
Mike Great Lakes Pop Up Club Camping |
|
|
Martha2Mary
Junior Member
New Zealand
250 Posts |
Posted - 01 April 2004 : 18:09:47
|
quote: Originally posted by gahfe
hi, is my first post and excuse my english (yo hablo castellano, je)
i make a patch for use the korayem code (the best MOD) with the avatar MOD of Richard Kinser modified by Hamlin published in snitzbitz i use to make this patch some code from the serverhacked MOD forum
here is the file http://www.ilmortoquiparla.com.ar/snitz/patch_FILESHARING251_w_AvatarMod34_v2.zip
update in v2: fix errors and change the image when pick a new avatar
Thank you very much for posting this patch, which I have installed. Unfortunately, I keep on getting the following error on topic.asp:
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'cstr'
/topic.asp, line 753
Part of the topic.asp page loads fine, but I think that when it comes across a Member's post that doesn't have an avatar it causes the error. Anyone here be able to help me fix this?
Many thanks!< |
*If Knowledge is Power, and Power Corrupts, what hope is there for Mankind * |
|
|
kentrubin
Starting Member
USA
5 Posts |
Posted - 23 April 2004 : 12:15:02
|
Getting the following
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/forum/inc_UploadDefault.asp, line 4
when uploading a file. Everything seems to be set right. I have the folders pointing to c:\files; c:\text; c:\temp; c:\logs in the inc_uploadconfig.asp file. I have security set to allow write access.
Any ideas on what to check?< |
|
|
VolcomMky
Starting Member
5 Posts |
Posted - 02 May 2004 : 08:25:41
|
I am also getting as well...
I go to post and I click attach and the window comes up but... Its not all there as if the window is to small but ill figure that one out... And I submit and it takes awhile to upload and then it ust goes to Page Not Found error... So i checked In memberFiles.asp under my name and there was nothing but it gave me a Error
quote: Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/VolcomMky/forum/inc_UploadFunc.asp, line 551
Any advise?< |
|
|
Topic |
|