Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default 1054 Unknown column 'ab.entry_telephone' in 'field list' on create account & checkout

    Hi all,
    Hope this is the correct thread to post this on, so appologies if it's not.
    When my customers create and account, or when my customers sign in with their account, when ever they add a product to the cart and try to check out they get this error:

    1054 Unknown column 'ab.entry_telephone' in 'field list'
    in:
    [select c.customers_firstname, c.customers_lastname, c.customers_telephone, c.customers_email_address, ab.entry_company, ab.entry_street_address, ab.entry_suburb, ab.entry_postcode, ab.entry_city, ab.entry_zone_id, z.zone_name, co.countries_id, co.countries_name, co.countries_iso_code_2, co.countries_iso_code_3, co.address_format_id, ab.entry_state, ab.entry_telephone from (customers c, address_book ab ) left join zones z on (ab.entry_zone_id = z.zone_id) left join countries co on (ab.entry_country_id = co.countries_id) where c.customers_id = '1' and ab.customers_id = '1' and c.customers_default_address_id = ab.address_book_id]


    Now correct me if i'm wrong, it's basically saying there is no column in the address_book field of the database. If this is the case, does this mean i have to add a column for entry_telephone ?
    If so, is there any info on how to do this?
    I am aware this is a very dangerous thing to do on a live store so depending on the skill level required, i may have to seek help.
    Thanks in advance
    Nic.

  2. #2
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: 1054 Unknown column 'ab.entry_telephone' in 'field list' on create account & chec

    Ok panic over
    I read some tutorials and created a new column in the database and all works now.
    Thanks
    Nic.

 

 

Similar Threads

  1. 1054 Unknown column 'zen_order_id' in 'field list'
    By Mc G in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 9 Apr 2010, 01:48 PM
  2. 1054 Unknown column 'p.products_height' in 'field list'
    By Slash74 in forum General Questions
    Replies: 6
    Last Post: 13 Nov 2009, 10:58 AM
  3. Replies: 1
    Last Post: 21 Aug 2009, 09:58 PM
  4. 1054 Unknown column 'c.customers_referral' in 'field list'
    By helpme in forum General Questions
    Replies: 1
    Last Post: 23 Jul 2009, 05:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg