vicentk Posted February 10, 2007 Share Posted February 10, 2007 1/ 1364 - Field 'customers_gender' doesn't have a default value insert into customers (customers_firstname, customers_lastname, customers_email_address, customers_telephone, customers_fax, customers_newsletter, customers_password) values ('Vincent', 'Kwok', '[email protected]', '9xxxxxxx', '', '', 'd792c38ae492657cf152da87935bdc2e:c3') [TEP STOP] Here is my error code . 2/ Inside admin -> coustoms there is another error Warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\webshop\osc\admin\customers.php on line 733 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\webshop\osc\admin\customers.php on line 735 Warning: reset() [function.reset]: Passed variable is not an array or object in D:\webshop\osc\admin\includes\classes\object_info.php on line 17 Warning: Variable passed to each() is not an array or object in D:\webshop\osc\admin\includes\classes\object_info.php on line 18 3/ I can't found where to add a admin password ? Is it need to creat a admin account first ? My setting : Win2k server sp4 MYSQL 4.1.7 PHP 5.1.2 MORE HERE -> http://crabcrabshop.com/phpinfo.php Sorry to too many question . Link to comment Share on other sites More sharing options...
vicentk Posted February 10, 2007 Author Share Posted February 10, 2007 Did any people can help me ? Link to comment Share on other sites More sharing options...
vicentk Posted February 10, 2007 Author Share Posted February 10, 2007 Did any people can help me ? I readly hope someone can help :( Link to comment Share on other sites More sharing options...
vicentk Posted February 11, 2007 Author Share Posted February 11, 2007 I'm still want someone to help me . Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2007 Share Posted February 11, 2007 added this using php myadmin ALTER TABLE `customers` ADD `customers_gender` char(1) NOT NULL AFTER `customers_id`; 1/1364 - Field 'customers_gender' doesn't have a default value insert into customers (customers_firstname, customers_lastname, customers_email_address, customers_telephone, customers_fax, customers_newsletter, customers_password) values ('Vincent', 'Kwok', '[email protected]', '9xxxxxxx', '', '', 'd792c38ae492657cf152da87935bdc2e:c3') [TEP STOP] Here is my error code . 2/ Inside admin -> coustoms there is another error Warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\webshop\osc\admin\customers.php on line 733 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\webshop\osc\admin\customers.php on line 735 Warning: reset() [function.reset]: Passed variable is not an array or object in D:\webshop\osc\admin\includes\classes\object_info.php on line 17 Warning: Variable passed to each() is not an array or object in D:\webshop\osc\admin\includes\classes\object_info.php on line 18 3/ I can't found where to add a admin password ? Is it need to creat a admin account first ? My setting : Win2k server sp4 MYSQL 4.1.7 PHP 5.1.2 MORE HERE -> http://crabcrabshop.com/phpinfo.php Sorry to too many question . Link to comment Share on other sites More sharing options...
vicentk Posted February 11, 2007 Author Share Posted February 11, 2007 added this using php myadmin ALTER TABLE `customers` ADD `customers_gender` char(1) NOT NULL AFTER `customers_id`; Thank your reply , but can you tell me more , because I'm still a new in OSC . Link to comment Share on other sites More sharing options...
vicentk Posted February 11, 2007 Author Share Posted February 11, 2007 Thank your reply , but can you tell me more , because I'm still a new in OSC . Here is my setting in php myadmin Link to comment Share on other sites More sharing options...
vicentk Posted February 11, 2007 Author Share Posted February 11, 2007 Here is my setting in php myadmin Still can't , please help . Link to comment Share on other sites More sharing options...
vicentk Posted February 12, 2007 Author Share Posted February 12, 2007 Still can't , please help . push to need help . Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.