Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    6
    Plugin Contributions
    0

    Default Nochex table error

    Hi...bit of a noob at this but just this one problem else i look ready to roll.

    I have installed the nochex module (seller account) which has added the two tables to my database, but when i process a test order, on step 3 right at the bottom i get the sql error as follows:

    1146 Table 'user_zc1.TABLE_NOCHEX_SESSION' doesn't exist
    in:
    [delete from TABLE_NOCHEX_SESSION where session_id = '2455fb0b3f38d9ba10716aaba63419a2']


    So it won't et me get past that bit, and there does appear to be a record in the Nochex APC but i can't see what it is. I've looked at the database and there is a table called nochex_sessions ...does anybody know why it can't find it, and is it asking me to delete the session ID from it? I've looked around and can't find the solution.

    Cheers

  2. #2
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Nochex table error

    Quote Originally Posted by jaxbo View Post
    Hi...bit of a noob at this but just this one problem else i look ready to roll.

    I have installed the nochex module (seller account) which has added the two tables to my database, but when i process a test order, on step 3 right at the bottom i get the sql error as follows:

    1146 Table 'user_zc1.TABLE_NOCHEX_SESSION' doesn't exist
    in:
    [delete from TABLE_NOCHEX_SESSION where session_id = '2455fb0b3f38d9ba10716aaba63419a2']


    So it won't et me get past that bit, and there does appear to be a record in the Nochex APC but i can't see what it is. I've looked at the database and there is a table called nochex_sessions ...does anybody know why it can't find it, and is it asking me to delete the session ID from it? I've looked around and can't find the solution.

    Cheers
    There is a mysql dump file in the nochex module package. You need to dump this into the database to create the required tables.

  3. #3
    Join Date
    Nov 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Nochex table error

    thanks, but yes i did that part, and it created 2 new tables in the zencart database: nochex_apc_transactions & nochex_sessions, thats why this error is a bit odd, as it seems to be unable to find the tables that are already there.

    After some more checking i did find someone else with the same issue and it appears to be unresolved as yet. So any further suggestions most welcome, thanks

  4. #4
    Join Date
    Aug 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Nochex table error

    Hi

    I'm currently having the same problem, has anyone found a solution yet?

  5. #5
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Nochex table error

    Quote Originally Posted by atomickarma View Post
    I'm currently having the same problem, has anyone found a solution yet?
    Sounds like you have missed a step out of the installation...

    Add the following two instructions anywhere in the includes/database_tables.php file:
    PHP Code:
    define('TABLE_NOCHEX'DB_PREFIX 'nochex_apc_transactions');
    define('TABLE_NOCHEX_SESSION'DB_PREFIX 'nochex_sessions'); 
    Regards,
    Christian.

  6. #6
    Join Date
    Aug 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Nochex table error

    Quote Originally Posted by CJPinder View Post
    Sounds like you have missed a step out of the installation...

    Add the following two instructions anywhere in the includes/database_tables.php file:
    PHP Code:
    define('TABLE_NOCHEX'DB_PREFIX 'nochex_apc_transactions');
    define('TABLE_NOCHEX_SESSION'DB_PREFIX 'nochex_sessions'); 
    Regards,
    Christian.
    Hi - I've added these instructions to the file however there is no change, the error remains the same.

    WHat should I do next? Should I remove the new tables and start again?

 

 

Similar Threads

  1. v151 Nochex error connecting to database
    By CandleMan in forum Addon Payment Modules
    Replies: 2
    Last Post: 18 Sep 2013, 04:36 PM
  2. v137 SQL Table Error (table doesn't exist?)
    By plymgary1 in forum General Questions
    Replies: 14
    Last Post: 17 Feb 2012, 02:34 PM
  3. Nochex - 1054 Unknown column 'zen_order_id' Error
    By hutton89 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 24 May 2008, 03:53 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