Forums / General Questions / Error on Checkout_Success_Page

Error on Checkout_Success_Page

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Jul 2008, 01:04
#1
rrawson avatar

rrawson

New Zenner

Join Date:
Jul 2008
Posts:
1
Plugin Contributions:
0

Error on Checkout_Success_Page

After a successful order is completed, a customer will receive the checkout success page with the following messages.

Thank You! We Appreciate your Business!
Your Order Number is: 91

Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'jambokids'. (severity 14) in D:\Inetpub\jambokids\ZenCart\includes\templates\template_default\templates\tpl_checkout_success_default.php on line 73

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: SQLB12.webcontrolcenter.com in D:\Inetpub\jambokids\ZenCart\includes\templates\template_default\templates\tpl_checkout_success_default.php on line 73
Couldn't connect to SQL Server on SQLB12.webcontrolcenter.com


Info: ZC version 1.37; server type: WinNT WEBD43 5.2; Php version: 5.25; Mssql version 5.

BTW: When I look for server info in the ZC admin/tools, I also see the following error at the top of the page:

Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can't connect to MySQL server on 'localhost' (10061) in D:\Inetpub\jambokids\ZenCart\admin\includes\functions\general.php on line 1075

Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in D:\Inetpub\jambokids\ZenCart\admin\includes\functions\general.php on line 1075


I don't know if the errors are related to each other.
17 Jul 2008, 04:13
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Error on Checkout_Success_Page

Your first group of errors is talking about Microsoft SQL Server connections ... which Zen Cart doesn't do. So, that suggests you've got some custom code attempting to do something with a database outside Zen Cart.

Your second set of error messages suggest that your database configuration details in your admin/includes/configure.php file are not correct ... ie: that your MySQL server is not located at "localhost" as the file is apparently specifying.