800a005b error behind SSL

M

Mark

Hi - I have a problem with the code below - I get the error message:

Scripting error '800a005b'

Object variable or With block variable not set

...on the server.createobject line.

if FileName<>"" then
'**** next line causes error
Set objFSO2 = Server.CreateObject("Scripting.FileSystemObject")
Set MyFile = objFSO2.CreateTextFile(ImageCateg&"\"&FileName)
MyFile.Write getString(value)
MyFile.Close
end if


However, I only get the error when I try and run the code from behind
SSL - go to the page directly on the server, with no SSL - and it works.

Is there something my host needs to setup to allow SSL to allow this?

Thanks for any help,

Mark
 
M

Mark

Hi Bob - thank you once again - I've lost count of the number of times
you've given me guidance.

I've forwarded on the link to the host - 1and1 - to find out if they
have had anything similar installed over the last few days on their
servers. They always blame user code errors though - ah well!

Cheers, Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top