Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Location
    Bangalore
    Posts
    9
    Plugin Contributions
    0

    Idea or Suggestion 1146 Error : Query Category table

    Hi,

    I am in need of creating a slide, where i have to query table (categories), i got it working excellent on local host, zc, but when i check with server i got mysql error no : 1146

    Its running with 5.0 mysql db.
    I dont know what went wrong, please help.


    Thanks
    Reji.

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: 1146 Error : Query Category table

    Error 1146 is "Table Name Doesn't Exist". Did you use the TABLE_CATEGORIES constant to call the name of your table, or did you just put "categories" in the SQL? You MUST use the TABLE_xxxxx constants when writing SQL statements, as they take into consideration any table name prefixes.

    So your SQL should look like:
    Code:
    $categories_rs = $db->Execute("SELECT c.categories_id, cd.categories_name FROM ".TABLE_CATEGORIES." c, ".TABLE_CATEGORIES_DESCRIPTION." cd WHERE c.categories_id = cd.categories_id AND cd.languages_id = '".(int)$_SESSION['languages_id']."'");
    .... or similar.

    Absolute
    Back, after a 4 year absence! Did you miss me?
    Absolute Web Solutions Ltd
    Interested in our work? Take a look at one of our sites - The Tech Store

  3. #3
    Join Date
    Aug 2010
    Location
    Bangalore
    Posts
    9
    Plugin Contributions
    0

    Default Re: 1146 Error : Query Category table

    Thanks a lot ..

 

 

Similar Threads

  1. v151 upgrading error 1146 table doesn't exist
    By scottrdj in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 31 Dec 2012, 03:05 PM
  2. Cloned Table Rate Shipping 1146 Error
    By pillaroom in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 8 Mar 2008, 07:15 PM
  3. 1146 Table error zenconfiguration doesn't exist
    By gayelston in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 1 Dec 2007, 10:26 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR