It looks like a looping problem in the routine functions_upload.asp. The error message I get is
The page cannot be displayed |
Background:
This error can occur if the Web server is busy and cannot process
your request due to heavy traffic.
I'm using the clean downloaded version of Forum 7.6
The same problem occurs when I'm using a different upload ASP like ASPSmartUpload
If I eliminate the functions_upload.asp routine, by removing all the code and only returning a filename the system returns to the editor, displaying a hyperlink to the filename.
Putting in some dummy code it seems the problem is caused by the instruction
objFSO.CreateFolder(Server.MapPath(strFileUploadPath & "\" & strUserFolderName))
The code following this instruction isn't processed anymore.
I changed access to full administrator access rights for folder and IUSR user, but still have the same problem.
Does somebody know if there is a code fix for the functions_upload routine available.
Edited by Zondag