Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Urgent help needed

    Zen Cart has no problems running with MySQL5. Indeed it's getting increasingly rare to see a server running an older version.

    The error message gives a clue as to the problem. It appears to be passing a path name rather than a table name to the mySQL engine.

    Normally I would have said that this was a problem with your configuration files. I'd certainly have a look at includes/configure.php and in particular the DB_PREFIX setting towards the bottom. Normally this would be empty (i.e. two apostrophes) or something like 'zen_'.

    However, it's interesting that you say that you could preview the site through Plesk until you changed the nameservers. That would point to something hinky in your server setup and you may need the help of the people hosting your server to get to where that directory path, "./dashequestrian/" is coming from.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #2
    Join Date
    May 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Urgent help needed

    Kuroi

    Thanks for replying, as suggested I looked into my includes/configure.php and the database bit looks like this;

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', '******');
    define('DB_SERVER_PASSWORD', '******');
    define('DB_DATABASE', '******');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');

    With the critical bits removed. The username, password and dbase name checkout as I have logged in via plesk with them.

    In DB Web Admin after logging in using phpMyAdmin 2.8.2.4, the MySQL is;

    # Protocol version: 10
    # Server: Localhost via UNIX socket
    # User: ******@localhost

    Ignore the PLESK thing it previews the site perfectly as a fresh install now until clicking on any of the links on it where it presents the same error message.

    Really stuck now

    Thanks

    Adam

 

 

Similar Threads

  1. v150 Urgent Help Needed!
    By Serious in forum General Questions
    Replies: 8
    Last Post: 5 Oct 2012, 04:01 PM
  2. Urgent Help Needed
    By virtualahmad in forum General Questions
    Replies: 5
    Last Post: 2 May 2007, 08:26 PM
  3. Urgent Urgent help needed please
    By con-fused in forum General Questions
    Replies: 1
    Last Post: 12 Feb 2007, 09:41 PM
  4. Help Needed - Urgent
    By MyLibros.com in forum General Questions
    Replies: 3
    Last Post: 13 Nov 2006, 09:50 AM

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