Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Next Page
Author « Topic »
Page: of 3

a2c
Starting Member

USA
32 Posts

Posted - 03/16/2018 :  13:32:57  
Hi,
I've got server moved and database also.
But the database seems not connected.
When I go to proddetail.asp,
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.


The server support said,
This issue appears to be related to your connection string not using a provider or method that supports TLS 1.1 or TLS 1.2. You or your web developer will need to update the connection string to one that works using one of the previously mentioned versions of TLS.

Is there any "connection string" using TLS1.0?
If so, where?

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 03/16/2018 :  13:49:24  
Hi A2c, no the database connection for ASP with microsoft access will use windows drivers to connect. Is this a access database or sql or mysql database that you are trying to connect to, and who is the site hosting with.

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

a2c
Starting Member

USA
32 Posts

Posted - 03/16/2018 :  13:55:20  
I'm using MS SQL.
And new server is VPS at GoDaddy.

So, if no TLS to connect, what is the problem you think?

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 03/16/2018 :  14:15:42  
Hi when you move the database to a new server the database connection has to be changed to reflect the new location, can you paste here what you have in the vsadmin/db_conn_open.asp X out the username and password credentials.

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

a2c
Starting Member

USA
32 Posts

Posted - 03/16/2018 :  17:31:28  
sDSN = "Driver={SQL Server}; Server=127.0.0.1; Database=atsushiyamanaka;

Andy
ECT Moderator

95440 Posts

Posted - 03/16/2018 :  23:53:21  
Hi

Can you check with Godaddy that Server=127.0.0.1 is correct? Also make sure that in vsadmin/includes.asp you have the line sqlserver=true

Andy

Please feel free to review / rate our software

a2c
Starting Member

USA
32 Posts

Posted - 03/17/2018 :  15:39:14  
Thank you for back.

Yes they said the IP is correct. Also the IP address for the server 132.148.84.165 should work.
include.asp in both vsadmin and fvsfadfmin have the line sqlserver=TRUE.

The godaddy support is asking the exact detail of the requirement for the ecommerce template (v6.7.4)
And also for "Custom Air Message" which I don't know what it is.

Andy
ECT Moderator

95440 Posts

Posted - 03/18/2018 :  01:01:03  
There shouldn't be any special requirements and I haven't come across the term "custom air message". Could it be something in the web.config file - do you have one and if so, can you temporarily rename it to check?

Andy

Please feel free to review / rate our software

a2c
Starting Member

USA
32 Posts

Posted - 03/18/2018 :  12:18:09  
I found out she was talking about "custom ERROR message".
the data/web.config file has;
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>

how to change it to show error detail?

Andy
ECT Moderator

95440 Posts

Posted - 03/18/2018 :  12:40:07  
We have some help on that here https://www.ecommercetemplates.com/help/troubleshooting.asp#asp11

Andy

Please feel free to review / rate our software

a2c
Starting Member

USA
32 Posts

Posted - 03/18/2018 :  14:56:58  
Thank you Andy,
I got some different messages.
I'll get back here when I found something.

a2c
Starting Member

USA
32 Posts

Posted - 03/18/2018 :  15:52:17  
IE gave me almost same information with simple 500, but Chrome said "HTTP/1.1 New Application Failed".
And surprisingly find out it is not related to database connection, but all the files in /shop directory,
gave this same message even like /shop/termsandconditions.asp which never touch database.

So, will you please help me again?

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 03/18/2018 :  21:26:55  
Hi can you ask Godaddy to check that your webspace is configured for ASP classic.

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

a2c
Starting Member

USA
32 Posts

Posted - 03/18/2018 :  21:40:31  
Thank you for back Sinbad.
Plesk Hosting setting set Microsoft ASP support checked.

Edited by - a2c on 03/18/2018 21:41:24

Andy
ECT Moderator

95440 Posts

Posted - 03/19/2018 :  01:00:26  
Maybe you can ask Godaddy to check your hosting set up in case there was a set up problem with the server.

Andy

Please feel free to review / rate our software

a2c
Starting Member

USA
32 Posts

Posted - 03/19/2018 :  13:29:57  
They said the hosting setting is ok for classic ASP.

And no more error message "New Application Failed" by changing web.config file to;
<asp scriptErrorSentToBrowser="true"/>

comment out.

Now it's problem to connect database again. Only the pages need to connect database show the page title and logo and;
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.

error message.

What anything I can do next?

a2c
Starting Member

USA
32 Posts

Posted - 03/19/2018 :  14:30:10  
I'm asking GoDaddy support to connect database and waiting their reply.
I'll be back if I got what was cause.

Big appreciate for all helps above.

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 03/19/2018 :  14:32:01  
Hi it may not be the database connection can you try creating a hello world asp page copy the following into a blank page name it testing.asp upload testing.asp to the server then browse to the page and you should see hello world. If you see any other message contact your host and give them a link to the page.

<!DOCTYPE html>
<html>
<body>
<%
Response.Write("Hello World!")
%>
</body>
</html>

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

a2c
Starting Member

USA
32 Posts

Posted - 03/19/2018 :  16:26:00  
It works.

Will you make something like that but test the database connection?

Paradise
Ecommerce Template Guru

USA
1602 Posts

Pre-sales questions only
(More Details...)

Posted - 03/19/2018 :  17:19:45  
That was to test the connection .....

Responsive Design Deals Ecomm Plus - ASP 6.8
www.paradiseclothingco.com

a2c
Starting Member

USA
32 Posts

Posted - 03/19/2018 :  17:51:47  
Hi Paradise,
Thank you for the res.

I mean connect to the database and try to get the table list or something in Sql,
and get some error message if not able to connect.
Page: of 3 « Topic »  
Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.05 seconds. Snitz Forums 2000