Hi,
My name is Austin and I'm a PHP Dev with knowledge of ASP.NET .
I get around IIS 7.5 Server Management but my knowledge is fairly limited as to the compatibility of ASP Classic with IIS 7.5 .
Right now I have to temporarily host a client website. It is using a ASP Classic CMS enVivo CMS Classic.
I had several issues initially. But one after the other I have sorted them out.
The last major error i got was :-
'DATE' is not a recognized built-in function name.
/xyz/envivocms/envivodisplayAPIfunctions.asp, line 1089
I fixed this by using a GETDATE() instead.
The frontend of the website works well without issue.
On the admin side when I try to login I get an error:-
Microsoft OLE DB Provider for SQL Server error '80040e14'
Incorrect syntax near '00'.
/xyz/envivocms/envivoadminAPI.asp, line 3133
I do not understand what the error might be so I will post the code for the entire page.
FILE LINK - https://docs.google.com/open?id=0B-vu6UFpWVdHQ1IzMTlodEo2TGs
Search for THIS IS LINE 3133 to find line 3133
I would appreciate any help or suggestion. I am totally lost at this point.
↧