Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't Access My Site


mustdoit

Recommended Posts

Hi,

 

This is my first post so please forgive me if I'm a little green behind the ears. Here's my problem:

 

I was checking my site for ssl correctness and noticed several forums about this. I checked my config files and according to what the forum was saying, I had the ssl misconfigured. I corrected the data and saved but was unable to access my site. When I go to my site I get a blank page actually, a page with a couple of squares and a bracket of sort. I tried to use my backup files that I had made prior to editing but to no avail. I have tried everything, and looked through the forums but nothing seems to work. I know it is something to do with the config files because every thing was fine before editing them. I am heavily modified with gift vouchers, header tags, meta tags, all products and a couple more. Here are my config files. Can anyone help? Please! Oh and I have an ssl in the name of pricemarauder.com no www's which, is also the name of my site.

 

catalog/includes

 

<?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.pricemarauders.com'); // eg, http://localhost - should not be empty for productive servers

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

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

define('HTTP_COOKIE_DOMAIN', 'www.pricemarauders.com');

define('HTTPS_COOKIE_DOMAIN', 'pricemarauders.com');

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

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

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

define('DIR_WS_HTTPS_CATALOG', '/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/pricsan3/public_html/');

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

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

 

catalog/admin/includes

 

<?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.pricemarauders.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.pricemarauders.com');

define('HTTPS_CATALOG_SERVER', 'https://pricemarauders.com');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/home/pricsan3/public_html/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/pricsan3/public_html/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', '/home/pricsan3/public_html/'); // absolute path required

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

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

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

 

Any suggestions?

 

Thanks

Link to comment
Share on other sites

in order to get to the catalog, you must have the main section of your store working.

this brings a blank page?

 

http://pricemarauders.com

https://pricemarauders.com

 

so if each of these do not work nor will the catalog

 

I not understanding. My store was up and running but I edited my config files and it has fallen and can't get up (literally) So until I edited the config files everything was fine that's why I assumed since I edited those files that it had to be something I did or something that's not right in those files. I am at odds with this if you have any suggestions? I am listening!

Link to comment
Share on other sites

I not understanding. My store was up and running but I edited my config files and it has fallen and can't get up (literally) So until I edited the config files everything was fine that's why I assumed since I edited those files that it had to be something I did or something that's not right in those files. I am at odds with this if you have any suggestions? I am listening!

 

 

Also I have to type in pricemarauders.com/index.php to get to my homepage if that helps any.

 

Terry

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...