Totally Zenned
- Join Date:
- Sep 2004
- Location:
- Murfreesboro, TN
- Posts:
- 479
- Plugin Contributions:
- 0
New Field on create new accounts page
At one time we have a field on the create account page to accommodate for tax id numbers (we were on 1.2.6 until this past Thursday night). We have since upgraded to 1.3.7 all code and did a database upgrade. We have lost a few things, but nothing I could not manually fix.
I have followed the instructions from this post:
http://www.zen-cart.com/forum/showthread.php?t=73181
Everything is cool until you hit submit when creating a new account, we get the following error.
1054 Unknown column 'customers_taxid' in 'field list'
in:
[INSERT INTO zen_customers (customers_firstname, customers_lastname, customers_email_address, customers_nick, customers_telephone, customers_fax, customers_taxid, customers_newsletter, customers_email_format, customers_default_address_id, customers_password, customers_authorization, customers_gender) VALUES ('test', 'test', '[email protected]', '', '123-456-7890', '', '01234567890', '0', 'HTML', '0', 'd778284419c6c951e82cc0faa8cfa389:15', '3', 'm')]
Current server info:
Zen Cart 1.3.7.1
Database Patch Level: 1.3.7
v1.3.6 [2007-08-28 14:02:08] (Version Update 1.3.5->1.3.6)
v1.3.5 [2007-08-28 14:02:07] (Version Update 1.3.0.2->1.3.5)
v1.3.0.2 [2007-08-28 14:01:59] (Version Update 1.3.0.1->1.3.0.2)
v1.3.0.1 [2007-08-28 14:01:58] (Version Update 1.3.0->1.3.0.1)
v1.3.0 [2007-08-28 14:01:58] (Version Update 1.2.7->1.3.0)
v1.2.7 [2007-08-28 14:01:56] (Version Update 1.2.6->1.2.7)
v1.2.6 [2005-09-04 10:57:05] (Version Update 1.2.5->1.2.6)
v1.2.5 [2005-09-04 10:57:04] (Version Update 1.2.4->1.2.5)
v1.2.4 [2005-03-01 23:04:03] (Fresh Installation)
PHP Version: 4.4.4 (Zend: 1.3.0)
Database: MySQL 4.0.26-log
Any ideas anyone?
tia...
0be1