Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 1 votes

Unable to create a customer account


5 replies to this topic

#1 Aaron Kashab

  • Community Member
  • 3 posts
  • Real Name:Aaron Kashab
  • Gender:Male

Posted 19 January 2012, 22:26

As the title says whenever i try to create a customer account it just seems to refresh. im still learning and i dont really understand what to do?

this is my configuration file
<?php
  define('HTTP_SERVER', 'http://aaronk.homeftp.org');
  define('HTTPS_SERVER', 'http://aaronk.homeftp.org');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', '.aaronk.homeftp.org');
  define('HTTPS_COOKIE_DOMAIN', '');
  define('HTTP_COOKIE_PATH', '/');
  define('HTTPS_COOKIE_PATH', '/');
  define('DIR_WS_HTTP_CATALOG', '/');
  define('DIR_WS_HTTPS_CATALOG', '/');
  define('DIR_WS_IMAGES', 'images/');
  define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
  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_DOWNLOAD_PUBLIC', 'pub/');
  define('DIR_FS_CATALOG', 'C:/xampp/htdocs/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
  define('DB_SERVER', 'localhost');
  define('DB_SERVER_USERNAME', '**********');
  define('DB_SERVER_PASSWORD', '********);
  define('DB_DATABASE', 'os_base11');
  define('USE_PCONNECT', 'false');
  define('STORE_SESSIONS', 'mysql');
?>

im running windows 7

#2 DunWeb

  • Community Sponsor
  • 10,468 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 20 January 2012, 00:27

@Aaron Kashab,

Your windows version has nothing to do with osCommerce.


The problem is your cookie setting:

.aaronk.homeftp.org

should be

www.aaronk.homeftp.org

or

aaronk.homeftp.org


You should also check your session settings in admin.

Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 Aaron Kashab

  • Community Member
  • 3 posts
  • Real Name:Aaron Kashab
  • Gender:Male

Posted 21 January 2012, 16:59

i dont really know what to do in the seeion settings tbh but i tried changing cookie settings but it didnt work

#4 Aaron Kashab

  • Community Member
  • 3 posts
  • Real Name:Aaron Kashab
  • Gender:Male

Posted 23 January 2012, 16:40

anyone?

#5 web-project

  • Community Member
  • 4,310 posts
  • Real Name:Alex
  • Gender:Male
  • Location:Hertfordshire, UK

Posted 24 January 2012, 09:33

any error logs?
Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.

#6 web-project

  • Community Member
  • 4,310 posts
  • Real Name:Alex
  • Gender:Male
  • Location:Hertfordshire, UK

Posted 24 January 2012, 09:34

Quote

The problem is your cookie setting:

.aaronk.homeftp.org

should be

www.aaronk.homeftp.org

or

aaronk.homeftp.org

can be:
 define('HTTP_COOKIE_DOMAIN', '');
with above code the browser define as temporary session for relevant domain.
Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.