Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Site Launched, config.php must be screwed Can't open Admin


Paximus

Recommended Posts

Another plea for help (time for a nap). I've uploaded from local to my server on GoDaddy. With the help of this forum (thanks!) I managed to fix the site itself but the Admin portion is not working. If I use my development computer, Admin reverts back to "Local" and it pops up. On a different computer, I can't pull it up at all unless i type in .../admin/login.php. As soon as I log in, it reverts back to local. Here's my admin config.php. Any help would be great!

<?php

define('HTTP_SERVER', 'http://www.downloadhouseplans.com');

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

define('HTTPS_CATALOG_SERVER', 'http://www.downloadhouseplans.com');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', 'D:/Hosting/4854416/html/downloadhouseplans/');

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

define('DIR_FS_ADMIN', 'D:/Hosting/4854416/html/downloadhouseplans/admin/');

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

define('DIR_FS_CATALOG', 'D:/Hosting/4854416/html/downloadhouseplans/');

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

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

define('DIR_WS_CATALOG_IMAGES', DIR_WS_downloadhouseplans . '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/');

 

define('DB_SERVER', '97.74.31.25');

define('DB_SERVER_USERNAME', 'houseprints');

define('DB_SERVER_PASSWORD', 'Paximus1969');

define('DB_DATABASE', 'houseprints');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

Link to comment
Share on other sites

You must alter all setting to fit your server.

 

You have define('DIR_FS_ADMIN', 'D:/Hosting/4854416/html/downloadhouseplans/admin/'); and more, they will redirect back to your pc!!

 

 

 

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

You must alter all setting to fit your server.

 

You have define('DIR_FS_ADMIN', 'D:/Hosting/4854416/html/downloadhouseplans/admin/'); and more, they will redirect back to your pc!!

 

Thanks for responding! the D:\Hosting\4854416\html is the Absolute Hosting Path on my Hosting Control Center at GoDaddy. I understood that was the direct path into the server at GoDaddy for my site? I probably am not understanding the absolute path issues. Any advice is really appreciated! tjs

 

STUPID MISTAKE: Thanks for above help. I took out the D: on the GoDaddy account and it works! thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...