Results 1 to 10 of 40

Threaded View

  1. #21
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Which config file has info in it?

    Quote Originally Posted by motherwestwind View Post
    [01-Jul-2014 07:07:30 America/Denver] PHP Fatal error: 1146:Table 'nickhyde_zen1._zendb_cache' doesn't exist :: delete from _zendb_cache in /home2/nickhyde/public_html/bookstore/includes/classes/db/mysql/query_factory.php on line 120
    There is something amiss with your DB settings.

    In a previous post you stated

    "define('DB_PREFIX', '_zen'); (this was zen_ and so I thought that might be the problem)"

    I can't tell you with absolute certainty what your DB_PREFIX should be, but I can tell you that it *shouldn't* be "_zen"

    Furthermore, this current error log is suggesting that you now have the DB_PREFIX set to "nickhyde_zen1._zendb", which is probably also incorrect.

    What I'd suggest is that you log into your cPanel (not Zencart) and click on the 'MySQL databases' icon. This will show you the names of your database(s), they'll look something like

    zendb_zencart
    zen1_zencart
    zen_zencart or perhaps even
    zencart (no prefix).

    Once you've determined this,d you'll need to set the DB_PREFIX setting (in both configure.php fileds) to
    define('DB_PREFIX', 'zendb_')
    define('DB_PREFIX', 'zen1_')
    define('DB_PREFIX', 'zen_') or
    define('DB_PREFIX', '')

    Cheers
    RodG
    ps. make sure the configure files are writable before making the changes.
    Last edited by RodG; 1 Jul 2014 at 06:06 PM.

 

 

Similar Threads

  1. v139a Which .php file has the homepage information?
    By hhalliburton in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Mar 2012, 06:20 PM
  2. which file inserts customer info in DB?
    By g_force in forum Managing Customers and Orders
    Replies: 6
    Last Post: 12 Feb 2010, 08:11 PM
  3. Which file to edit site footer copyright text info ?
    By hara in forum General Questions
    Replies: 1
    Last Post: 9 Nov 2009, 05:48 PM
  4. my main page which file has...
    By ewalker3 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2007, 03:27 AM

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