Author |
Topic  |
|
falco
Starting Member
6 Posts |
Posted - 09 July 2001 : 16:53:10
|
I install the mod and it gives me this error
quote: --------------------------------------------------------------------------------
Server object error 'ASP 0177 : 800a0046'
Server.CreateObject Failed
/forum/Mods/UploadEngine.asp, line 148
The operation completed successfully.
--------------------------------------------------------------------------------
I have already read the other post about this problem and i think there is a problem of writing permission, so I must move the upload folder to another directory but where can I specify the path for the new folder?
P.S. Now is in root/forum/uploaded and i must move it to root/public/uploaded
GRAZIE
|
|
SalmanKhana
Average Member
  
USA
961 Posts |
Posted - 09 July 2001 : 17:23:03
|
I didn't get that error so i"ve no idea.
Ask HuwR about Server.CreateObject and what does it do. Check your Host server guyz if they have the correct features to allow you to implement this MOD.
|
 |
|
falco
Starting Member
6 Posts |
Posted - 10 July 2001 : 14:36:18
|
Some idea? they are deprived of hope!!! Thanks
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 10 July 2001 : 17:49:37
|
I am assuming that this is your line 148 Set fso = Server.CreateObject("Scripting.FileSystemObject")
if you are getting an error here, it is unlikely a permission related problem, but rather your host does not suport the use of the fso.
|
 |
|
falco
Starting Member
6 Posts |
Posted - 11 July 2001 : 13:18:16
|
quote:
I am assuming that this is your line 148 Set fso = Server.CreateObject("Scripting.FileSystemObject")
if you are getting an error here, it is unlikely a permission related problem, but rather your host does not suport the use of the fso.
Thanks for the timely answer
the server where the situated one resides has one single folder with the just permissions, and it is PUBLIC, therefore it would serve to me that the upload it went to aim just in this folder, and would have to be: root/public/uploaded, while now the rows go to end in: root/forum/uploaded, but in these cartelle not there are the permissions, and I cannot darglieli. You can help to change the rows me in issue so that they go to end in root/public/uploaded? Thanks of heart.
|
 |
|
|
Topic  |
|