Forum Moderators: open
Bit of background first, I have no idea at all about asp, however, i have basic knowledge in php if that helps at all.
Anyway, i have been handed this site written in asp to upload to our servers, and after numerous attempts with broken database files, and after 3 or 4 weeks of getting it uploaded, im greeted with server 500 errors. I've gone through and solved a couple of others (i think), but this one i have no clue on.
Despite numerous searches on Google, im still no closer to solving this problem.
Can anyone help?
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'makeSQLSafe'
/page.asp, line 5
The lines are -
<!--#include file="inc/header.inc.asp" --><%
strActionTwo = request.querystring("action")
strAction = makeSQLSafe(strActionTwo)
As, in that header.inc file, it was calling in some func/functions, but that folder doesnt exist. I deleted that line as that was causing server 500 errors by the file been missing. Yet the site works on the old server (where I've downloaded the files via ftp from). And uploaded to the new one. I dont have direct access to either server, only ftp access to the old one, and a control panel for the new server.