jmaracil Posted January 25, 2007 Share Posted January 25, 2007 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.