Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Account Creation Problem!


RisqueThreads

Recommended Posts

Hello

 

Looks like my last post was deleted (so I went and read the rules, and it appears that bumping is not allowed....so....won't be doing that again).

 

The problem that I am having is that people appear to be unable to create accounts on my store front. Before I launched the website, I had a friend create an account, and do an actual purchase.....no problems there, so I though I was rocking.

 

I emailed all my customers to let them know that I was in business on my own site...and at least one person created an account.

 

Now the problemL

 

I have had two people email me and tell me that they were unable to create an account, and that when they hit continue, they got a refresh of the screen where they key in thier info.

 

In my initial post, another user mentioned that they had the same problem....so I'm sure there must be others, and hopefully a solution was found.

 

If I can't fix this, OSC is useless to me and I will have to remove it. Which is too bad, because I put a lot of work into building the site. My backup site is a Frontpage solution....somebody please help....I don't wanna use Frontpage!

Link to comment
Share on other sites

This is most likely your cookie settings in catalog/includes/configure.php

 

Post the top part of that file so we can see :)

 

And yes, bumping is a no no - look here - I removed your first bump, that should have been enough :lol:

 

Matti

osCommerce Team Member

Link to comment
Share on other sites

And yes, bumping is a no no - look here - I removed your first bump, that should have been enough  :lol:

The thread you posted wasn't me...no matter though. No I know better.

 

Here is the config.php code - I haven't changed it at all...so not sure what the issue could be:

 

// Define the webserver and path parameters

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

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

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

define('HTTPS_SERVER', 'https://risquethreads.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'risquethreads.com');

define('HTTPS_COOKIE_DOMAIN', 'risquethreads.com');

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', '/home/risquet/public_html/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers

define('DB_SERVER_USERNAME', 'xxxxxx');

define('DB_SERVER_PASSWORD', 'xxxxxxxx');

define('DB_DATABASE', 'xxxxxxx');

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

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

?>

Link to comment
Share on other sites

The site appears to be working fine - I created two accounts which you may delete :)

 

I would say you are having a problem with AOL browsers - seach the forums for this and the correct session settings in admin to alleviate the problem.

 

Matti

Link to comment
Share on other sites

through cpanel, this is from memory...

 

from the main cpanel (home) page

 

click MySQL databases

 

Then on the next page there will be a database_users section

 

I think it goes

 

Database

Dbase Authorized users

Users

Software ( use % for wildcard)

 

Click the user you want to edit from the Users box.

Then add the new user to the Dbase Authorized users list

 

I could be off a little but that's how mine worked. :)

Link to comment
Share on other sites

your host will have procedures on doing this. before you try to change the password in cpanel, make a backup of the database in the admin section of osCommerce, just for safety.

Link to comment
Share on other sites

I change the Check IP address to Falso...and am still having the problem. I search the forums, but wasn't able to find anything all that helpful. I'm sure the answer is there, I just don't seem to be able to find it.

 

A little help?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...