Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have a problem with member approval, it doesn't appear in admin panel, but I think the reason is in create_account.php, as

If I execute the mysql command :

 

mysql> select * from customers;

Empty set (0.00 sec)

 

 

and I have the fields as it due, i think, see:

 

mysql> show columns from customers

-> ;

+------------------------------+-------------+------+-----+---------------------+----------------+

| Field | Type | Null | Key | Default | Extra |

+------------------------------+-------------+------+-----+---------------------+----------------+

| customers_id | int(11) | | PRI | NULL | auto_increment |

| customers_gender | char(1) | | | | |

| customers_firstname | varchar(32) | | | | |

| customers_lastname | varchar(32) | | | | |

| customers_dob | datetime | | | 0000-00-00 00:00:00 | |

| customers_email_address | varchar(96) | | | | |

| customers_default_address_id | int(11) | YES | | NULL | |

| customers_telephone | varchar(32) | | | | |

| customers_fax | varchar(32) | YES | | NULL | |

| customers_password | varchar(40) | | | | |

| customers_newsletter | char(1) | YES | | NULL | |

| member_level | int(5) | | | 0 | |

| customers_language_id | int(11) | | | 0 | |

+------------------------------+-------------+------+-----+---------------------+----------------+

13 rows in set (0.16 sec)

 

Any idea, can I post the create_account.php code ??, to see if anyone can help me ?

 

Best Regards

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...