Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP!!!With ERROR error code: -12263


merette

Recommended Posts

Posted

Good I install osc perfectly and in the section to register itself or account she leaves east error error code: -12263 it wanted to know like adjustment that please.

 

thanks.

Posted

Can you post a URL of the problem, sorry finding it hard to understand the problem.

Posted

The problem seems to be with your secure pages, can you post the catalog/includes/configure.php file (minus youe database username and password)

Posted

catalog/includes/configure.php but the data base this very either formed expplain me or as I solve the problem please and thanks.

 

 

 

The problem seems to be with your secure pages, can you post the catalog/includes/configure.php file (minus youe database username and password)
Posted

It seems that your are trying to use an SSL certificate for your store and that it is either not installed properly or not defined right.

 

The settings for this can be found in your includes/configure.php file

 

The database is working fine, this problem has nothing to do with the database, its a configuration problem.

Posted

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.megacompusa.us'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.megacompusa.us'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.megacompusa.us');

define('HTTPS_COOKIE_DOMAIN', 'www.megacompusa.us');

define('HTTP_COOKIE_PATH', '/tienda/');

define('HTTPS_COOKIE_PATH', '/tienda/');

define('DIR_WS_HTTP_CATALOG', '/tienda/');

define('DIR_WS_HTTPS_CATALOG', '/tienda/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/megacomp/public_html/tienda/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', '*******');

define('DB_SERVER_PASSWORD', '******');

define('DB_DATABASE', '*******');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

?>

Posted

Definately the problem your SSL certificate is not working, if you goto

https://www.megacompusa.us it returns a 404 error page.

 

Can you confirm that you have purchased an SSL certificate and that its installed to https://www.megacompusa.us

 

if not you will need to amend your configure file to:

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright ? 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.megacompusa.us'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.megacompusa.us');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/tienda/');

define('HTTPS_COOKIE_PATH', '/tienda/');

define('DIR_WS_HTTP_CATALOG', '/tienda/');

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/megacomp/public_html/tienda/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', '*******');

define('DB_SERVER_PASSWORD', '******');

define('DB_DATABASE', '*******');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

?>

Posted

A million thanks, I hope that this group of so good support continues working or like this making friend thank you very much, but im not understand or the passage of the SSL certificate so that I have 2checkout secure then did not want that you explained to me that it means that thank you very much?

Posted

I will try and explain if I can, Oscommerce will work with or without an SSL certificate. I think in your case you are trying to make oscommerce work with an SSL certificate but you have not gone one.

 

An SSL certificate needs to be purchased either from your web host or from a third party supplier, search the forums for SSL certicates, this is quite a common topic and a user called JPweber has explained this in great detail.

 

In theory you do not need an SSL certificate as 2Checkout will have its own secure SSL certificate, but since your database is storing customer information and addresses its advised to have one.

 

SSL certificates cost from ?9.99 upwards ($15), you will need your host to create the SSL certificate for you, I will try and find the post about SSL and reply back here.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...