nifty Posted August 15, 2010 Posted August 15, 2010 I have spent months creating my website and now there seems to be a problem with my database. When an attempt to create a new client is made the following error occurs: 1054 - Unknown column 'entry_email_address' in 'field list' insert into address_book (customers_id, entry_firstname, entry_lastname, entry_street_address, entry_postcode, entry_city, entry_email_address, entry_country_id, entry_company, entry_suburb, entry_zone_id, entry_state) values ('6', 'kim', 'dunlop', '60 resdy', 'j5b 2j6', 'delson', '[email protected]', '38', '', '', '66', '') [TEP STOP] Any help tp correct the problem would be greatly appreciated. Thanks
Guest Posted August 15, 2010 Posted August 15, 2010 Michael, I would check the database table 'address_book' to ensure there is a email address column. If there is, then check your customers.php and create_account.php files. If you have recently made changes to any files then I would check the changes you made. If you have not, then check them for malicious code. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.