Hello everyone. I'm new here, and it's great to be joining this group. Using forums version 7.7.
I have a little problem I hope to get some advice on resolving, to do with file and image uploads.
Settings enabled for such uploads, globally and in individual forums. Here's what happens if I try and include a file or image in a forum post, ie, click the upload button and get the screen to browse for a file and include it, then click on ok:
Microsoft VBScript runtime error '800a004c'
Path not found
/customers/forum/functions/functions_upload.asp, line 80
Line 80 in the relevant file says this:
objFSO.CreateFolder(Server.MapPath(strFileUploadPath & "\" & strUserFolderName))
Now, I'm not a programmer, just a non-techie guy who is developing a forum! Does it looks like I'm missing something on my server or got something mis-configufred?
I'd appreciate any advice. Thanks!