Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/admin/content/pages.asp, line 143
Current error.
User Profile
Collapse
-
Now it gives this error:
Microsoft VBScript compilation error '800a040f'
Invalid 'exit' statement
/admin/content/pages.asp, line 72
If rsPages.eof then exit
Did you say there was nothing wrong with line 7? That seems to be where the initial error came from.Leave a comment:
-
Thanks for the replies. Perhaps I didn't clarify myself very well. I've never written a code before. What I wanted to do was edit my website, when I got this error:
Microsoft VBScript runtime error '800a001c'
Out of stack space: 'Val'
/admin/content/pages.asp, line 7
Let me paste the folder in question, then perhaps you can tell me where I have to insert something.
Here we go:
...Leave a comment:
-
Microsoft VBScript Runtime Error!!
Can anyone help in figuring out what is wrong with the script below:
Code:For I = 0 To UBound(arrArray) If Val(arrArray(I)) = Val(varValue) Then Array_Exists = True Exit Function End If Next Array_Exists = False End Function
Microsoft VBScript runtime error '800a001c'
Out of stack space: 'Val'
Any info... -
Runtime Error 800a100c!!!!!!!!
Can anyone help in figuring out what is wrong with the script below:
For I = 0 To UBound(arrArray )
If Val(arrArray(I) ) = Val(varValue) Then
Array_Exists = True
Exit Function
End If
Next
Array_Exists = False
End Function
The accompanying error is
Microsoft VBScript... -
Try this ALTER TABLE table name ALTER COLUMN column name data type NOT NULL
By data type ,it could either be int,bit,etcLeave a comment:
-
modifying column 'ID'
I initially modified the column 'ID' from not allowing NULL to allow, and saved it. But now I will like to change it back to 'not allow'. But it gives me the following error message:
'Pages' table
- Unable to modify table.
Cannot insert the value NULL into column 'ID', table <databasename>. Tmp_Pages'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Is there a... -
Somebody...anybody...i Need Assistance!!!!!!!
I REALLY NEED HELP HERE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!
I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject Failed.
/admin/texteditor/dialogs/image/folder.asp, line 35.
Can anybody help me out?
I will really appreciate it -
I Need Serious Help Here!!!!!!!!!!!!!!!!!
I REALLY NEED HELP HERE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!
I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject Failed.
/admin/texteditor/dialogs/image/folder.asp, line 35.
Can anybody help me out?
I will really appreciate it -
server object error ASP 0177 : 800401f3'
I REALLY NEED HELP HERE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!
I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject Failed.
/admin/texteditor/dialogs/image/folder.asp, line 35.
Can anybody help me out?
I will really appreciate it
No activity results to display
Show More
Leave a comment: