Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default connection re-set after database install section(with wamp)

    Im trying to install zen cart 2 on wamp server 2, locally just for testing, have set my password on wamp and created the database. And all the checks for zen cart come up with a tick, php etc

    http host is localhost but on install I get a message: apache HTTP server stopped working and was closed?

    anyone any ideas where I should begin to resolve this? Im new to this but can follow instructions correctly.

    I have looked at your FAQ and other posts and posed on the wamp site.

    let me know if you need more info

    thanks

  2. #2
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: connection re-set after database install section(with wamp)

    Just to add this:
    config code, it didnt mention in the install zen cart instructions to add my server password or database name to this, I tried it though and it still didnt work. the database I am using is a downloaded one for testing, does it matter how many tables it has? there was no info (in zen installation instructions) on what the tables and data should be like for the shopping cart, could this be my problem?

    Code:
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', ''); // prefix for database table names -- preferred to be left empty
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', '');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db'); 
    // use 'db' for best support, or '' for file-based storage

  3. #3
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: connection re-set after database install section(with wamp)

    also wamp uses a cpannel (just been looking at the create database tutorial) and wamp doesnt seem to have a mysql option as such for databases, it already has a mysql database, I've tried also to point to that, when installing, but it still disconnects after adding databse info.

    also it doesnt allow a seperate password for the databases Ive created, they all seem to be governed by the root user name and password, when I look at permissions for the databases all are allowed.

  4. #4
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: connection re-set after database install section(with wamp)

    one more thing to add:

    when I try and go to my localhost page from wamp rather than starting the z cart install it says.....

    Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\catalog\zc_install\includes\application_top.php on line 22

    anyone any ideas, please, I feel Im pretty close?

  5. #5
    Join Date
    Oct 2006
    Posts
    625
    Plugin Contributions
    0

    Default Re: connection re-set after database install section(with wamp)

    Does your WAMP Server use PHP 5.3?

    Zen Cart v1.3.8a and earlier will not work with that PHP version.
    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. database connection issues at install
    By jerome196 in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 6 May 2009, 11:39 PM
  2. WAMP databse connection error
    By r4fdud in forum Installing on a Windows Server
    Replies: 4
    Last Post: 27 Mar 2009, 08:48 PM
  3. Creating Database Account on WAMP
    By Agent_KGB in forum Installing on a Windows Server
    Replies: 2
    Last Post: 1 Feb 2009, 08:34 PM
  4. Help! WAMP install no database connect and template design
    By dml311071 in forum Installing on a Windows Server
    Replies: 0
    Last Post: 24 Sep 2007, 02:24 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
  •