Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

huge admin problem please help!


Guest

Recommended Posts

ok i was addind a contribution atribute sets, i accadently uploaded my admin folder to my server with the origional files first i got a error message like this

 

NO DATABASE SELECTED

 

so i went to admin/includes/configure.php and set my DB Server to the right settings

 

no my admin index.php will come up again but if i click on any of the links I get page cannot be found

 

Any help would be greatly appreacited I'm on a deadline and think i might of screwed myself

 

please letme know what else has to be configured

 

Thanx

Link to comment
Share on other sites

ok i found out my configure.php was still not done

 

my admin is there but the links are point /admin/ instead of catalog/admin/

witch line would be causing this?

 

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

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

define('HTTPS_CATALOG_SERVER', '');

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

define('DIR_FS_DOCUMENT_ROOT', 'D:/webspace/ressurefire/honeydrippers/Honeydripperoriginals.com/www/catalog/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', 'D:/webspace/ressurefire/honeydrippers/Honeydripperoriginals.com/www/catalog/admin/');

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

define('DIR_FS_CATALOG', 'D:/webspace/ressurefire/honeydrippers/Honeydripperoriginals.com/www/catalog/');

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/');

Link to comment
Share on other sites

I think:

define('DIR_WS_ADMIN', '/admin/');

should be:

define('DIR_WS_ADMIN', '/catalog/admin/');

 

At least thats how mine reads.

 

Hope this helps, the rest looks fine as far as I can tell.

 

Bob G.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...