Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Aug 2009
    Posts
    11
    Plugin Contributions
    0

    Default Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    This tutorial is for Zen Cart 1.3.8a and Wamp Server 2.0i.

    Step 1:


    Step 2:
    • Follow the steps in the .pdf tutorial to install wamp server.


    Continue untill you hit Step 6 in "Setting up a root Password for WampServer".

    Step 3:
    • In step 6 in "Setting up a root Password for WampServer", in the file C:\wamp\apps\phpmyadmin3.2.0.1\config.inc.php you need to ADD!!! in the end of the file but before the ?> sign the following lines:
      $cfg['blowfish_secret'] = 'd4uhpnfay9';
      $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
      $cfg['Servers'][$i]['password'] = 'd4uhpnf9';
      $cfg['Servers'][$i]['AllowNoPasswordRoot'] = false;
      You need to do this without converting the file to DOS format. UltraEdit can do the editing without the conversion, get it at ultraedit.com


    Continue untill you hit Step 12 in "Setting up a root Password for WampServer".

    Step 4:
    • There is no php_mcrypt extension on wamp 2.0i, it's integrated now so there is no need to specifically add it.


    Continue untill you hit Step 4 in "Install Zencart 1.3.7 on your new WampServer"

    Step 5:
    • Use this address instead
      "http://localhost/zencart/zc_install/index.php"


    Step 6:
    • In the file C:\wamp\www\zencart\zc_install\includes\application_top.php change line 22 and add a"@" in the begining of the line, instead of:
      set_magic_quotes_runtime(0);
      You get:
      @set_magic_quotes_runtime(0);


    Continue untill you hit Step 4 in "Install Zencart 1.3.7 on your new WampServer"

    Step 7:
    • We need to turn on ssl in apache.
      left click wamp icon->Apache->Apache modules->ssl_module
      Wait a minute or two.


    I got stuck right after this step.

    Step 8:
    • Create a database for zen cart:
      Open phpMyAdmin and goto Priviliges,
      click "Add New User"
      Username: zencart
      Host: Change the drop box to Local and type localhost
      Password: zencart
      Check "Create database with same name and grant all privileges"
      Select the following premissions:
      • SELECT

      • INSERT

      • UPDATE

      • DELETE

      • FILE (optional, but easiest to leave it checked)

      • CREATE

      • ALTER

      • INDEX

      • DROP

      • CREATE TEMPORARY TABLES (not required by the core code, but may be required by some addons)

      • LOCK TABLES (required for database backups)

      Press "Go"


    So can someone help?

  2. #2
    Join Date
    Aug 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    OK, as I learned lately, Zen Cart 1.3.8a and Wamp Server 2.0i don't work together.

    You need Wamp server version 2.0h.
    You do everything the same except skip stap 6 and disregard step 4.
    Even Step 8 goas smoothly.

    Cheers

  3. #3
    Join Date
    Jan 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    Any idea where i can download version 2.0h?

  4. #4
    Join Date
    Jan 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    Quote Originally Posted by Agent_KGB View Post
    Any idea where i can download version 2.0h?
    found it here
    http://sourceforge.net/projects/wamp...pServer%202.0/

  5. #5
    Join Date
    Sep 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    What is the likely causes that make Step8 failed when using 2.0i as against 2.0h??

  6. #6
    Join Date
    Jan 2004
    Posts
    66,363
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    Quote Originally Posted by jkidz View Post
    What is the likely causes that make Step8 failed when using 2.0i as against 2.0h??
    Wampserver 2.0i contains PHP 5.3.0 which Zen Cart v1.3.8a and older are NOT compatible with. That's why you need to use the older version of wamp.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Sep 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    Quote Originally Posted by DrByte View Post
    Wampserver 2.0i contains PHP 5.3.0 which Zen Cart v1.3.8a and older are NOT compatible with. That's why you need to use the older version of wamp.
    So, can I just d/l an older PHP addon and still run it under 2.0i??

    The steps above is abit confusing as there are so many StepX in the manual and the post..

  8. #8
    Join Date
    Jan 2004
    Posts
    66,363
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    I don't know the answer to your question, as I don't use wampserver.
    I would suggest uninstalling the incompatible version of wampserver before installing the compatible version.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Nov 2009
    Location
    Philippines
    Posts
    19
    Plugin Contributions
    0

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    I am having this problem and I end up to this tutorial. I'll try this up and hope that it works for me. I'll say something later. Thank you.

  10. #10
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Updated wamp + zen cart tutorial for Zen Cart 1.3.8a and Wamp Server 2.0i

    Today, installed Wamp on Windows7 laptop...only wamp version that would work is 2.0h, which has php 5.29 and so did not require zencart 1.3.8.a to be patched...

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Newbie (blonde) question - Zen Cart and WAMP problems
    By Alexh-j in forum Installing on a Windows Server
    Replies: 2
    Last Post: 26 Aug 2009, 04:45 PM
  2. install zen cart on wamp server
    By quanxie in forum Installing on a Windows Server
    Replies: 10
    Last Post: 20 Jul 2009, 08:10 PM
  3. Wamp and zen cart = CURL error!
    By johnylee in forum Installing on a Windows Server
    Replies: 2
    Last Post: 20 Mar 2009, 10:12 PM
  4. WAMP, Zen Cart 1.3.8, Ultimate_SEO_URLs_v2.107 and .htaccess
    By pstarling in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Sep 2008, 11:55 PM
  5. error while installing zen-cart 1.3.7 in wamp
    By srinivasan.rr in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 31 Jan 2007, 04:35 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR