Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can not get to admin page


mpenland

Recommended Posts

@@mpenland

 

Matt,

 

Can you examine the files on the server? You may need to go through your host's CPanel, or use an FTP client.

 

If you can, examine the following file:

 

/catalog/includes/configure.php

 

It will look *something* like this:

(This is from a file on my local server, so your information will be different)

<?php
  define('HTTP_SERVER', 'http://192.168.1.51');
  define('HTTPS_SERVER', 'http://192.168.1.51');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', '');
  define('HTTPS_COOKIE_DOMAIN', '');
  define('HTTP_COOKIE_PATH', '/catalog-bc/');
  define('HTTPS_COOKIE_PATH', '/catalog-bc/');
  define('DIR_WS_HTTP_CATALOG', '/catalog-bc/');
  define('DIR_WS_HTTPS_CATALOG', '/catalog-bc/');

  define('DIR_FS_CATALOG', 'C:/wamp/www/catalog-bc/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Check to see if there are any double slashes in any of the paths ..

 

HTH

 

Malcolm

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...