Author |
Topic  |
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 13 March 2001 : 21:23:51
|
Hi, thanks so much for providing these great mods 
I just did a clean SR4 install and then applied a few mods, namely the File Upload and the User Fields mods, in that order. I was really, really super careful in following the directions.
I'm now getting some problems which I hope you'll help me solve:
1. Files are not uploading. It checks the file type, so that part is correct, but it gives an error message.
quote:
Server object error 'ASP 0177 : 800a0046' Server.CreateObject Failed /connexions/forums/Mods/UploadEngine.asp, line 148 The operation completed successfully.
2. It *insists* that my User Fields are not enabled, no matter how often I tick the little box.
3. For some really weird reason, it's not letting people log out?!?!
It's at http://voyager.knx.net.uk/connexions/forums/ with the standard username and passwords, and I can give you server access if that helps... anything, just PLEASE help me fix this!!
Cheers, Bri
"Bother," said Pooh, as Piglet was assimilated by the Borg.
Edited by - DarlingBri on 13 March 2001 21:28:31 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 13 March 2001 : 21:52:27
|
The error you are getting from the file upload is to do withe creating the directory.
did you create an uploaded directory in your forum dir ? I have fixed the logout problem, your cookies were set to website and not forum. The userfields prob, not sure, I checked admin_variable_info, and it was not displaying any application or session variables.
Could you give me server access, I will have a quick look
|
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 13 March 2001 : 22:44:05
|
quote:
The error you are getting from the file upload is to do withe creating the directory.
did you create an uploaded directory in your forum dir ?
Yes I did :o(
quote:
I have fixed the logout problem, your cookies were set to website and not forum.
Well, that's embarassing. Thank you :o)
quote:
The userfields prob, not sure, I checked admin_variable_info, and it was not displaying any application or session variables.
Could you give me server access, I will have a quick look
You're a *star*! I'll email you the details, shall I?
thankyouthankyouthankyou!!!
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 13 March 2001 : 23:34:08
|
Ooops. My pop_profile and register.asp pages give errors as well. I've obviously done something wrong, but I can't imagine what. I did follow the directions very carefully :o(
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
StiH
Starting Member
Slovenia
15 Posts |
Posted - 14 March 2001 : 06:56:23
|
I get similar error message as DarlingBri:
quote: Server object error 'ASP 0177 : 800a0005'
Server.CreateObject Failed
/tabla/Include/clsFile.inc, line 88
The operation completed successfully.
I checked the Uploaded folder and the user folder has been created and the files uploaded.
CORRECTION: The file is created, but it's corrupted!!! (only 56 bytes long)
But the database isn't updated and in there's no file in the posted message. I'm stuck and have no idea what to do next. Hope anyone can help (HuwR?)
I'm running a clean Snitz v3.1SR4 on access database.
Have a nice day! StiH
Edited by - StiH on 14 March 2001 06:57:26
Edited by - StiH on 14 March 2001 07:07:45 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 14 March 2001 : 07:19:10
|
quote:
I get similar error message as DarlingBri:
quote: Server object error 'ASP 0177 : 800a0005'
Server.CreateObject Failed
/tabla/Include/clsFile.inc, line 88
The operation completed successfully.
I checked the Uploaded folder and the user folder has been created and the files uploaded.
CORRECTION: The file is created, but it's corrupted!!! (only 56 bytes long)
But the database isn't updated and in there's no file in the posted message. I'm stuck and have no idea what to do next. Hope anyone can help (HuwR?)
I'm running a clean Snitz v3.1SR4 on access database.
If you note the file that is giving your error, it is different than DarlingBri, unfortunately, your error means that the fso is not fully enabled on your server, and you will be unable to use the Mod.
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 14 March 2001 : 07:20:38
|
quote:
Ooops. My pop_profile and register.asp pages give errors as well. I've obviously done something wrong, but I can't imagine what. I did follow the directions very carefully :o(
"Bother," said Pooh, as Piglet was assimilated by the Borg.
Could you email me deatails, but pease mention your Snitz user name and a link to this topic.
Thanks
|
 |
|
StiH
Starting Member
Slovenia
15 Posts |
Posted - 14 March 2001 : 07:28:28
|
quote:
quote:
I get similar error message as DarlingBri:
quote: Server object error 'ASP 0177 : 800a0005'
Server.CreateObject Failed
/tabla/Include/clsFile.inc, line 88
The operation completed successfully.
I checked the Uploaded folder and the user folder has been created and the files uploaded.
CORRECTION: The file is created, but it's corrupted!!! (only 56 bytes long)
But the database isn't updated and in there's no file in the posted message. I'm stuck and have no idea what to do next. Hope anyone can help (HuwR?)
I'm running a clean Snitz v3.1SR4 on access database.
If you note the file that is giving your error, it is different than DarlingBri, unfortunately, your error means that the fso is not fully enabled on your server, and you will be unable to use the Mod.
How can I enable it? I'm very "close" to the administrator :)
Thanks for a very fast response :)
Have a nice day! StiH |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 14 March 2001 : 07:45:30
|
stiH,
I may have been a little hasty with my statement, line 88 is actually after the fso is created, and is the line which actually does the write, ensure the IUSR_DOMAIN account has write access to the uploaded directory and it's subdirectories
|
 |
|
StiH
Starting Member
Slovenia
15 Posts |
Posted - 14 March 2001 : 07:52:09
|
quote:
stiH,
I may have been a little hasty with my statement, line 88 is actually after the fso is created, and is the line which actually does the write, ensure the IUSR_DOMAIN account has write access to the uploaded directory and it's subdirectories
I checked it up and permissions for that folder are Everyone - Full control. I even tried it with the script access to full in the web properties and I enable the write access there and still the same.

Have a nice day! StiH |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 14 March 2001 : 08:14:00
|
the permissions must be set explicitly for IUSR_DOMAIN, Everyone is different
|
 |
|
StiH
Starting Member
Slovenia
15 Posts |
Posted - 14 March 2001 : 08:32:16
|
quote:
the permissions must be set explicitly for IUSR_DOMAIN, Everyone is different
Done that. Still the same error. It's a twilight zone to me...
Have a nice day! StiH |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 14 March 2001 : 08:41:45
|
can you give the IUSR_DOMAIN
fullcontrol/read/write & modify.
if the file is being created as you say, then it is not the fso that is the problem I don't think.
|
 |
|
StiH
Starting Member
Slovenia
15 Posts |
Posted - 14 March 2001 : 09:02:41
|
quote:
can you give the IUSR_DOMAIN
fullcontrol/read/write & modify.
if the file is being created as you say, then it is not the fso that is the problem I don't think.
Permissions on the folders are: everyone - full control IUSR_MERLOT - full control (MERLOT is the name of the server).
User folder is created with inherited permissions from the Uploads folder so this should work fine. The file is created, but only the first 56 bytes are written.
I have created a txt file which is less than 56 bytes long and tried to upload it. It worked like a charm. So I guess that the problem is with the file size. I have set the file attachment configuration to allow maximum file size up to 999 Kb. I'm not that good of a programmer to find where exactly this bug is laughing at me so I'm stuck. HELP? 
Have a nice day! StiH |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 14 March 2001 : 18:25:51
|
quote:
Could you email me deatails, but pease mention your Snitz user name and a link to this topic.
Thanks
Hi Huw--
I did email you, so I hope you got it :o)
Thanks again...
--Bri
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 14 March 2001 : 18:31:49
|
I tried the address you gave me, I just get host unknown errors.
|
 |
|
Topic  |
|