Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 7 of 7

Thread: installing oscommerce on a local test machine

  1. #1
    dapper
    Guest


    Default installing oscommerce on a local test machine

    im trying to locate a guide to install oscommerce on a local pc - so i can test mods ect.... can you please point me in the right diection on this site please. As i do not want to use my real site as it will be site down

  2. #2
    jlee
    Guest


    Default

    The osCDox Guide has a link about doing this very thing, but, the link is currently broken. Anyone have an alternative location for the info?

    Thanks! (probably from many...)

  3. #3
    jpf
    Guest


    Default

    Windows? Or Lunix?....

    Download a '?AMP' package - Windows WAMP - Lunix LAMP - Mac - MAMP.

    ?AMPs have Apache, MySQL, PHP (and normally phpmyadmin and some time other great add-ins) all combined in ONE easy installation package.

    Install the ?AMP (normally one click - answer a few questions - done)

    Find and change PHP.INI to change:
    register_globals=on

    Save it.

    Start (or restart) the AMP

    (Your PC is now working as a webserver)

    COPY/UNZIP the osCMax package to the public web directory (may vary with the AMP package - for EasyPHP {a WAMP} the default is C:\Program Files\EasyPHP\www)

    load your favorite browser - like Firefox - type in the address of:
    localhost
    or
    localhost/catalog
    (or the sub directory of you web folder)

    also try:
    localhost/catalog/install

    If it don't load - check what the default web folder is for the ?AMP and the all the OSCMAX files exist!

    It is suggested to go into phpmyadmin and setup a user/password (with all setting checked) which could match your "LIVE" site (just makes it easier).

    From there on when every you see refernce to http://<your_site_web_name.com>/.....

    you would load as:

    http://localhost/.....

    ie:
    http://localhost/catalog/shopping_cart.php.......


    LOAD any webpages/PHP scripting pages as you like!


    There is MANY - WAMP packages out there - search the forums here for "wamp" for the good/bad/ugly on many.

    I use EasyPHP (a french group) but works fine as english....has a great ON/OFF and admin/status front end.



    There is no other "Guide" needed - once it is setup and running - you can edit the files locally and load in you browser as if it was on the 'net. (internet does not have to be connected at all!) Great for people still on DIAL-UP or have a limited/slow connection. Or just don't want to wait to do the whole FTP thing just to see each change happen.


    Good Luck!


    PS: if you want to use MS - ISS - you could install PHP and MYSQL then manually install/setup in ISS - but there is a whole lot of head acks with that. Most WEB servers run Apache..... it even works great on Windows! (Works even better on Lunix!!)

  4. #4
    jlee
    Guest


    Default

    Windows at this time for me...
    One of these days I will again have a linux box plugged into my router...

    I have had apache running on it for some time but have never managed to get php or mysql into the mix. (I use some SSI things locally)

    I never knew there were packages that installed the whole mix of things. I have now found reference to ...apache2triad. I think it was in this forum and mentioned because it also had SSL enabled, if I remember right. I will be checking them all out soon!

    I am sure my thanks are echoed by a number of folks!

    Thanks!

  5. #5
    kobiadato
    Guest


    Default

    Hi i just installe easyphp. and turnd on the register global inside the php folder and also in the conffile folder. but i get this error when i go to my local server link:
    FATAL ERROR: register_globals is disabled in php.ini, please enable it!

    also there is no php.ini i have php.ini-dist and php.ini-recommended please help me

  6. #6
    jpf
    Guest


    Default

    Look for PHP.INI it is there....

    ie:
    c:\easyphp\php\php.ini
    (make sure you can view ALL extentions....if not it will be a notepad or some other editor icon)

    OR start easyphp then click on the "e" beside the apache button, select configuration, then "PHP" - this will load it in your default text editor.

    Find "register_globals" (about line 393)

    Change

    register_globals = Off
    to
    register_globals = On


    Good Luck.

  7. #7
    m_rockett
    Guest


    Default

    JPF do you have a wamp that you recommend?

Similar Threads

  1. problems while installing oscommerce on local host
    By digitalmelody in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 12-20-2004, 12:09 AM
  2. Installing parts of osCommerce
    By pram0310 in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-29-2004, 10:52 AM
  3. Authorize.net Test w/o test mode?
    By dewed in forum osCMax v1.7 General Mods Discussion
    Replies: 6
    Last Post: 06-17-2004, 10:09 AM
  4. After installing OSCdox osCommerce Version I can't login to
    By larsonc in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-28-2003, 08:51 PM
  5. View on local W98 machine
    By neil in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 11-30-2002, 05:57 PM

Bookmarks

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
  •