Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lost my admin panel cuz I messed with admin/includes/configure.php !!!!


lawandorder

Recommended Posts

Posted

First of all I overwrote my admin/includes/configure file with the other one. Then I ftp'd a clean one up and tried to add the paths manually. But now I can't even access the admin website. Here is the error I get: "Firefox can't find the server at roguebaby.comdir_ws_admincategories.php." Please can you tell me what is wrong with my configure file. I am very grateful of any advice you can give me as my host's solution was to charge me to provide old backup files - but I have done so much work to the site since then.......

Thanks in advance

 

 

define('HTTP_SERVER', 'http://roguebaby.com'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers
 define('HTTPS_SERVER', ''); // eg, [url="https://localhost"]https://localhost[/url] - should not be empty for productive servers
 define('ENABLE_SSL', false); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'localhost');
 define('HTTPS_COOKIE_DOMAIN', '');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '');
 define('DIR_WS_HTTP_CATALOG', '/');
 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/roguebab/public_html/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  • 2 months later...
Posted

I just messed up a lot of stuff by putting things into these areas:

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

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

 

i'M TAKING it all out in the hopes that it will now work again.

Posted
I just messed up a lot of stuff by putting things into these areas:

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

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

 

i'M TAKING it all out in the hopes that it will now work again.

This may help

http://www.oscommerce.com/forums/index.php?sho...=193738&hl=

Archived

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

×
×
  • Create New...