osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

installing oscommerce on a local test machine

This is a discussion on installing oscommerce on a local test machine within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; im trying to locate a guide to install oscommerce on a local pc - so i can test mods ect.... ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack (1) Thread Tools
  1 links from elsewhere to this Post. Click to view. #1  
Old 11-08-2005, 12:10 AM
Lurker
 
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dapper
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 11-23-2005, 02:33 PM
New Member
 
Join Date: Jan 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jlee
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...)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 11-24-2005, 10:38 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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!!)
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 11-24-2005, 04:44 PM
New Member
 
Join Date: Jan 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jlee
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 04-02-2006, 10:03 PM
New Member
 
Join Date: Apr 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kobiadato
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 04-10-2006, 05:11 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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.
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 05-12-2006, 03:01 PM
Lurker
 
Join Date: Mar 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
m_rockett
Default

JPF do you have a wamp that you recommend?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.oscmax.com/forums/oscommerce-2-2-discussion/5487-installing-oscommerce-local-test-machine.html

Posted By For Type Date
iSpyPie's bookmarks tagged with This thread Refback 07-10-2008 11:59 AM

Similar Threads

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


All times are GMT -8. The time now is 09:50 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax