Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't log into admin


chipshot

Recommended Posts

Posted

Firefox can't find the server at www.chipshotgolfacademy.comdir_ws_adminlogin.php.

 

I think it could have something to do with the catalog/admin/includes/configure.php file?

 

Could you take a look and tell me if you see anything wrong?

 

Thank You

 

 define('HTTP_SERVER', 'http://www.chipshotgolfacademy.com');
 define('HTTP_CATALOG_SERVER', 'http://www.chipshotgolfacademy.com');
 define('HTTPS_CATALOG_SERVER', 'http://www.chipshotgolfacademy.com');
 define('ENABLE_SSL_CATALOG', 'false');
 define('DIR_FS_DOCUMENT_ROOT', '/var/www/catalog/');
 define('DIR_WS_ADMIN', '/catalog/admin/');
 define('DIR_FS_ADMIN', '/var/www/catalog/admin/');
 define('DIR_WS_CATALOG', '/catalog/');
 define('DIR_FS_CATALOG', '/var/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/');

Posted
Firefox can't find the server at www.chipshotgolfacademy.comdir_ws_adminlogin.php.

 

I think it could have something to do with the catalog/admin/includes/configure.php file?

 

Could you take a look and tell me if you see anything wrong?

 

Thank You

 

 define('HTTP_SERVER', 'http://www.chipshotgolfacademy.com');
 define('HTTP_CATALOG_SERVER', 'http://www.chipshotgolfacademy.com');
 define('HTTPS_CATALOG_SERVER', 'http://www.chipshotgolfacademy.com');
 define('ENABLE_SSL_CATALOG', 'false');
 define('DIR_FS_DOCUMENT_ROOT', '/var/www/catalog/');
 define('DIR_WS_ADMIN', '/catalog/admin/');
 define('DIR_FS_ADMIN', '/var/www/catalog/admin/');
 define('DIR_WS_CATALOG', '/catalog/');
 define('DIR_FS_CATALOG', '/var/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/');

 

 

Obviously there has been some work done to your site (looks great by the way), what files have you changed since you could last log in? I would upload the old files (hopefully you have backups) to get it running and then compare the new and old files to see where the error could have occurred. It looks like there are some"/" being deleted from your files somewhere.

Posted
Obviously there has been some work done to your site (looks great by the way), what files have you changed since you could last log in? I would upload the old files (hopefully you have backups) to get it running and then compare the new and old files to see where the error could have occurred. It looks like there are some"/" being deleted from your files somewhere.

 

Thank You

 

I did reload the configure.php from a working copy I had from 2 days ago but still can't log In

I'm lost. I assume the problem lies elsewhere, but where? now that is the question

Posted

You do still have the /install folder present, but perhaps that's a result of your re-uploading and trying to fix the problem? Ditto with the fact that /includes/configure.php can still be written to...

Posted
Firefox can't find the server at www.chipshotgolfacademy.comdir_ws_adminlogin.php.

 

I think it could have something to do with the catalog/admin/includes/configure.php file?

 

Could you take a look and tell me if you see anything wrong?

 

Thank You

 

 define('HTTP_SERVER', 'http://www.chipshotgolfacademy.com');
 define('HTTP_CATALOG_SERVER', 'http://www.chipshotgolfacademy.com');
 define('HTTPS_CATALOG_SERVER', 'http://www.chipshotgolfacademy.com');
 define('ENABLE_SSL_CATALOG', 'false');
 define('DIR_FS_DOCUMENT_ROOT', '/var/www/catalog/');
 define('DIR_WS_ADMIN', '/catalog/admin/');
 define('DIR_FS_ADMIN', '/var/www/catalog/admin/');
 define('DIR_WS_CATALOG', '/catalog/');
 define('DIR_FS_CATALOG', '/var/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/');

Try http://www.chipshotgolfacademy.com/catalog/admin

Archived

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

×
×
  • Create New...