Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    5
    Plugin Contributions
    0

    Default DB prefix problem

    Hi,
    I have two Zen Cart installations but only one database.
    So I added a prefix "p1_" to "configure.php" and copied the tables with the prefix.
    But I have this error message :
    Code:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p1_configuration' at line 2
    in:
    [select configuration_key as cfgkey, configuration_value as cfgvalue from p1_configuration]
    What is the problem

  2. #2
    Join Date
    Oct 2006
    Posts
    624
    Plugin Contributions
    0

    Default Re: DB prefix problem

    Double check whether your database tables are indeed prefixed with 'p1_'. For example, a database table 'p1_configuration' exists in the database you are trying to connect to.

    Do check that both your admin and store configure.php files have the following line as well. And check that you are indeed connecting to the right database.

    PHP Code:
    define('DB_PREFIX''p1_'); 
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

 

 

Similar Threads

  1. v154 Table Prefix
    By jolliejollie in forum Installing on a Windows Server
    Replies: 3
    Last Post: 27 Apr 2015, 01:52 AM
  2. table prefix problem after moving to new server
    By Vic320 in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2010, 09:53 PM
  3. Problem during upgrade (after renaming tables to remove zen_ prefix)
    By rainthebat in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 11 Dec 2007, 05:23 PM
  4. Database Prefix
    By Erica in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 22 Jul 2007, 09:43 AM
  5. Prefix to ID No.
    By beatnik in forum General Questions
    Replies: 10
    Last Post: 18 Jul 2007, 07:27 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