This is a discussion on 1054 - Unknown column 'plain_email' in 'field list' within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hi. I'm trying to add an option for customers to select if they want HTML or PLAIN TEXT emails. I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi. I'm trying to add an option for customers to select if they want HTML or PLAIN TEXT emails. I have added a field in the 'customers_info' table which is of type enum('y','n') with a default value of 'n'. I did this as i realise there is no boolean type in mysql. i have now modded create_account.php to accomodate the value which is passed from the form submission; Quote:
however, i get the following error; Quote:
Why is PHP spewing up this error when the sql query seems intact? any suggestions? |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Here's something I found on the oscommerce forums; http://forums.oscommerce.com/index.p...p;#entry265911 Quote:
|
|
#3
| |||
| |||
| What the error means, is that there is no column named 'plain_email' in whatever table is represented in the constant TABLE_CUSTOMERS_INFO. You have either not created the column in MySQL or you have created it, but you spelled it incorrectly/differently (That's the problem that I had) I hope this helps. If you have any more problems, please e-mail me. I am not registered for this forum and will not receive any e-mail notifications. You can reach me at sirblack@canada.com |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 1054 - Unknown column 'a.authors_id' in 'on clause' | fuzzyphil | osCMax v2 Customization/Mods | 27 | 10-23-2008 12:09 AM |
| Error: 1054 - Unknown column | islander | osCMax v2 Installation issues | 1 | 02-27-2006 12:31 PM |
| 1054 - Unknown column 'p.vendors_product_price' | RoyceK | osCMax v2 Installation issues | 1 | 02-12-2006 09:22 PM |
| Unknown column 'products_options_value_text' in 'field list' | jptechnical | osCMax v1.7 Discussion | 0 | 08-09-2004 10:22 AM |
| 1054 - Unknown column - Help, please ! | Anonymous | osCommerce 2.2 Modification Help | 2 | 11-27-2002 12:48 PM |