ArtGoddess
Starting Member
Spain
19 Posts |
Posted - 25 February 2004 : 20:23:49
|
Hello!
I'm installing forum on a free asp based server. Once I've uploaded all files, everything seems to work execpt in one detail. When I load "admin_home.asp" it only shows me some options, and the next error:
Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: 'Scripting.FileSystemObject'
/undostres/Foro/mods/modCMD.asp, line 49
Here you have lines from modCMD.asp:
Dim fs, thisfile, thisline, whichfile, modFile, modFolder Dim modName, modLink, modReadme, modVersion, modSetup, modAuthor Dim objFile, objFolder, objFolderContents, objFileItem
modFolder = "mods/" Set fso = CreateObject("Scripting.FileSystemObject")
The server is: http://www.1asphost.com
Can anybody help me please? Thanks in advance! |
Edited by - ruirib on 25 February 2004 21:36:58 |
|