Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP - i can?t login on my admin


dkweb

Recommended Posts

Posted

Hi

 

Please, excuse my english language, but i have never learn to language - it was not compulsory in school when i was going there, but i think you understand me anyway--- :D

 

I don?t know what happend, but i can not login to my admin anymore.

 

My onfigure.php look so:

 

define('DB_SERVER_USERNAME', 'e-shop4_e-shop4');

define('DB_SERVER_PASSWORD', 'Password_xxx');

define('DB_DATABASE', 'e-shop4_e-shop4');

 

 

but it will not accept the username_ e-shop4 and password: zappa3993 - why not?

 

I allways get this message:

 

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

 

what do i have to do????

 

Thank you and have a nice days to all

 

Mogens,DK B)

Posted

If your domain name is e-shop4.com, then try this for db_database:

 

e-shop4_com_-_e-shop4

 

Vger

Posted

I am sorry, i have to inform about the complete cinfigure.php, and here it is:

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

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

define('HTTP_CATALOG_SERVER', 'http://www.netshop4all.dk');

define('HTTPS_CATALOG_SERVER', '');

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

define('DIR_FS_DOCUMENT_ROOT', '/hsphere/local/home/netshp/netshop4all.dk/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/hsphere/local/home/netshp/netshop4all.dk/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', '/hsphere/local/home/netshp/netshop4all.dk/'); // absolute path required

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

 

// define our database connection

define('DB_SERVER', 'mydb2.surftown.dk'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'e-shop4_e-shop4');

define('DB_SERVER_PASSWORD', 'password_xxx');

define('DB_DATABASE', 'e-shop4_e-shop4');

define('USE_PCONNECT', 'false'); // use persisstent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

 

 

 

Name on my shop is: netshop4all.dk

 

/Mogens

Posted
If your domain name is e-shop4.com, then try this for db_database:

 

e-shop4_com_-_e-shop4

 

Vger

 

My domain is: netshop4all.dk and i try with this but that is still the same

 

netshop4all_dk_-_e-shop4

 

/mogens

Archived

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

×
×
  • Create New...