Print Page | Close Window

VBScript error '800a01F4'

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=30274
Printed Date: 31 March 2026 at 4:32pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: VBScript error '800a01F4'
Posted By: dontyers
Subject: VBScript error '800a01F4'
Date Posted: 12 April 2012 at 10:29pm
Ever since we updated from 9+ to 10.03 we get the error above and cannot find the solution!

VBScript Error "800a01F4"

----------------------------------------
Line 113 through 126 is as follows with 118 Bold;

'Get the file types we are uploading
    If strUploadType = "file" Then
        lngMaxFileSize = lngUploadMaxFileSize
        saryFileUploadTypes = Split(Trim(strUploadFileTypes), ";")
    ElseIf strUploadType = "image" Then
        lngMaxFileSize = lngUploadMaxImageSize
        saryFileUploadTypes = Split(Trim(strImageTypes), ";")
    End If
   
    'If no file type of extensions set then leave now
    If isArray(saryFileUploadTypes) = False Then
        blnExtensionOK = False
        Exit Function
    End If


What is the solution?Angry




Replies:
Posted By: dontyers
Date Posted: 12 April 2012 at 10:30pm
Related to the Above ... the image size is set at 1 Meg in the Admin Pannel?


Posted By: WebWiz-Bruce
Date Posted: 12 April 2012 at 11:50pm
I believe the VBScript Error "800a01F4" means the variable is not defined.

Make sure that you have uploaded all the files in your forum to the latest version. If you have already try uploading them again as you may have a corrupted file.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: dontyers
Date Posted: 13 April 2012 at 3:40am
Hello Bruce,

Where is the variable defined ... uploaded all the files again and the same thing, ever since the 10.3 update.

Could you define which WebWiz file and, the variable?   Worked fine until the update?


Posted By: WebWiz-Bruce
Date Posted: 13 April 2012 at 9:10am
The variable is defined in line 86 of functions/functions_upload.asp:-

Dim lngMaxFileSize

You may also want to try changing the max file size of images and files in the admin area to see if that fixes the issue.

I am also wondering if the file has been changed or corrupted as 118 should be a blank line.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net