Page 1 of 2 12 LastLast
Results 1 to 10 of 93

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    It's great to see folks having fun...
    May I intrude with a question?

    CURRENT CONFIG
    I already have a ZEN CART store hosted on a Windows platform using IIS Server 6.0. I bought THE book when it was first released... and it is one of the best user/developer/ document I have ever purchased.

    MORE DETAILS
    I have decided to assist a friend in developing his web site. He is using an Apache server -
    I have the latest Apache/PHP/MySQL combo as my localhost for port 80; however, I do not use it for the ZEN-CART web site previously mentioned - because it is on an IIS server.

    THE book says to use an earlier version of XAMPP - and before installing it, UNINSTALL the current Apache Server/PHP/ etc.

    I respect the book, and he states in the book to use xampp-win32-1.4.16-installer.exe because the current version of ZEN-CART (1.3.7) cannot utilize the latest version of xampp.

    QUESTION:
    Can I use the latest version of XAMPP now? Will 1.3.7 work with the latest updates using the latest version of XAMPP? I will uninstall Apache, PHP, etc per GHK - I truly respect him and his advice - but, for me it seems that it would be smarter to install the latest version of XAMPP, provided it will work.

    What is the consensus? (or is that conZENsus ) of opinions?

    Respectfully,
    jund

  2. #2
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    He wrote the book off of 1.3.7...that being so, I am sure what he says to use to run it was based off the advice of the zen cart team.

    You could also pm him and ask him his advice, he posts on this forum.
    Skin Evolution.
    Lynda.com,its a great place to learn.
    Camelot Hosting,it's where my site calls home!

    E-Start your Zen-Cart,KH is the Man, Thanks for all the hard work!

  3. #3
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    Thanks godspeed27
    jund

  4. #4
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    Thats a quick guide without the details because there's nothing about curl support which is a major issue on installation.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    XAMPP is never intended to run a live server. Your choice to do so is contrary even to apachefriends.org's recommendations to avoid such use.

    Nevertheless, if you want CURL support, just enable it in your php.ini.
    And SSL as well.

    Since you're going to ask "how", just uncomment these lines:
    Code:
    ;extension=php_curl.dll
    ;extension=php_openssl.dll
    ...so they look like this:
    Code:
    extension=php_curl.dll
    extension=php_openssl.dll
    And restart the apache service afterward.
    .

    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.

  6. #6
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    help question Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    Quote Originally Posted by DrByte View Post
    XAMPP is never intended to run a live server. Your choice to do so is contrary even to apachefriends.org's recommendations to avoid such use.

    Nevertheless, if you want CURL support, just enable it in your php.ini.
    And SSL as well.

    Since you're going to ask "how", just uncomment these lines:
    Code:
    ;extension=php_curl.dll
    ;extension=php_openssl.dll
    ...so they look like this:
    Code:
    extension=php_curl.dll
    extension=php_openssl.dll
    And restart the apache service afterward.
    I am back with ZC after a long absence and re-learning ZC.

    I did both of the above on localhost to try to get rid of the error messages, and they still appear.

    Anything I can do?? (I don't absolutely need curl on localhost, I would just like to know how to make this work!!)

    Thank you, Tom

  7. #7
    Join Date
    Dec 2003
    Location
    UPstate NY
    Posts
    440
    Plugin Contributions
    0

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    I got ZC working just fine by setting the various IIS services to manual and stopping them before installing the most current Xampp.

    No other issues with the ZC install other than the above-mentioned Curl thing.

    :) tom

  8. #8
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    That is precisely my doubt and the subject of a recent post.
    I cannot understand why he recommends an earlier version which, incidentally, did not work for me.
    I could never get that version of Xampp to run Apache, even after opening port 80 both TCP and UDP.
    What I got instead running was...IIS.
    I uninstalled Xampp, disabled IIS, and loaded wamp5 (thanks to user Get 'em fast, read post).
    Great performance!!
    It doesn't have a mail server, though, but it works beautifully.
    Now my problem is how to install Zen Cart and mail test accounts on that server, but should be pretty easy.

  9. #9
    Join Date
    Apr 2007
    Location
    Sydney
    Posts
    109
    Plugin Contributions
    0

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    Does XAMPP come with mod rewrite (for SEO URL)?

  10. #10
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Setting up Zen Cart on Windows XP using Xampp - a howto

    Quote Originally Posted by ckosloff View Post
    That is precisely my doubt and the subject of a recent post.
    I cannot understand why he recommends an earlier version which, incidentally, did not work for me.
    I could never get that version of Xampp to run Apache, even after opening port 80 both TCP and UDP.
    What I got instead running was...IIS.
    I uninstalled Xampp, disabled IIS, and loaded wamp5 (thanks to user Get 'em fast, read post).
    Great performance!!
    It doesn't have a mail server, though, but it works beautifully.
    Now my problem is how to install Zen Cart and mail test accounts on that server, but should be pretty easy.
    Thanks for the latest Post - I was completely unaware of the support Cucumber provides... you made my day!
    Respectfully,
    jund

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. I am using xampp to run Zen Cart, Cannot install???
    By eistern82 in forum Installing on a Windows Server
    Replies: 3
    Last Post: 9 Mar 2010, 02:34 PM
  2. Replies: 1
    Last Post: 9 Mar 2010, 12:16 PM
  3. Curl Error when setting up Zen Cart on Windows XP using Xampp
    By auto-steve in forum Installing on a Windows Server
    Replies: 3
    Last Post: 6 Jul 2009, 09:47 AM
  4. XAMPP & Zen-Car 1.3.8 on Windows Server 2003 R2
    By mtrantas in forum Installing on a Windows Server
    Replies: 1
    Last Post: 17 Mar 2008, 08:52 PM
  5. NewB Using Zen Cart Book to install XAMPP-configuration problems!!
    By carlyjcais in forum Installing on a Mac Server
    Replies: 14
    Last Post: 16 Nov 2007, 07:05 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