Posted - 09/03/2021 : 01:44:17
Hi, Sorry to hear you're having problems with this. quote: The instructions in the manual and at the location https://www.ecommercetemplates.com/help/checklist.asp simply do not work.
Are you referring to the database connection set up instructions here? - https://www.ecommercetemplates.com/help/databases.asp I've never had a problem using the test script quote: You cant run and or open the test.asp page if your database location isnt set correctly to begin with so what the point?
The script doesn't look for a database, all it does is map the path to the location where you have uploaded test.asp to. quote: You will always get a 500 webpage error ALWAYS!!!
Can you try uploading the file to root (this is where your default.asp file resides) then browse to http://yourdomain.com/test.asp If that's successful you should see output similar to this - sDSN = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\web\vsproducts.mdb;" Just add the name of the folder the database resides in to that line so it looks like this sDSN = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\web\dbfoldername\vsproducts.mdb;" *Contact Us**Buy The PHP Capture Card Plugin**Rate Our Services/View Our Feedback*
Edited by - Phil on 09/03/2021 01:46:46
|