Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I've Really Messed it up now! Can't access Admin


stealthpaws

Recommended Posts

change this

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

 

to this:

 

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

 

on both files

 

DONE. I haven't tried checkout yet i.e. secure but everything except one thing works. On the ADMIN page, the link to the online stores still shows catalog//. Is it possible that the http catalog server "catalog/ "in includes configure needs to be changed also? I will try and see if that makes a difference.

Link to comment
Share on other sites

DONE. I haven't tried checkout yet i.e. secure but everything except one thing works. On the ADMIN page, the link to the online stores still shows catalog//. Is it possible that the http catalog server "catalog/ "in includes configure needs to be changed also? I will try and see if that makes a difference.

 

I think its this part:

 

change this:

 

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

 

to this:

 

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

 

in your admin/includes/configure.php

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

DONE. I haven't tried checkout yet i.e. secure but everything except one thing works. On the ADMIN page, the link to the online stores still shows catalog//. Is it possible that the http catalog server "catalog/ "in includes configure needs to be changed also? I will try and see if that makes a difference.

 

nope...here's what's in the address bar when clicking online store from ADMIN:

 

http://www.saorsastudios.com/catalog/catalog/

 

CATALOG/INCLUDES: //only the catalog lines here

 

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

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

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

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

define('HTTPS_COOKIE_DOMAIN', 'www.saorsastudios.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

 

 

CATALOG/ADMIN/INCLUDES/CONFIGURE.PHP //only catalog lines here too

 

define('HTTP_SERVER', 'http://www.saorsastudios.com/catalog'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

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

define('HTTPS_CATALOG_SERVER', '');

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

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)

Link to comment
Share on other sites

I think its this part:

 

change this:

 

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

 

to this:

 

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

 

in your admin/includes/configure.php

 

 

my mistake its define('HTTP_CATALOG_SERVER', 'http://www.saorsastudios.com');

 

not

 

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

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

That DID IT!!!!!!!!!!!!!!

 

God dude...how can I ever thank you? I had called GoDaddy last night, and they charge a whole lot of $$ to restore from back up. I never could have done this without help, and I just can't thank you enough. Is it ok to PM you pls?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...