Page 1 of 1

non coder needs help with install

Posted: Mon Jun 29, 2009 2:56 am
by mlancour
I followed a suggestion from a post by installing XAMPP and it is now running.

I've saved all the files inside the upload folder to "C:\Documents and Settings\PochiYPoki\My Documents\My Websites\test"

I created a new user in mysql that i will use for opencart (the user has full access but not sure if i need to attach the open cart db into mysql? or is that done in the install?)

4. Visit the store homepage
e.g. http://www.example.com or http://www.example.com/store/

I know I'm missing some fundamental thing here but seems like some instructions are missing between step 3 and 4 how do i make http://www.example.com point to the correct area where i saved the files?

Re: non coder needs help with install

Posted: Mon Jun 29, 2009 3:14 am
by phpuk
Xampp has a directory called htdocs your website should be installed to there.

To run it you would type http://localhost/

or if you want to put it in a directory of its own called opencart or something then to run it type http://localhost/opencart/

Re: non coder needs help with install

Posted: Mon Jun 29, 2009 3:31 am
by mlancour
sweet, that worked

so now I'm looking at the "pre-installation" and i see some issues...

1. Please configure your PHP settings to match requirements listed below.
PHP Settings:
Magic Quotes GPC: On Off

How do i turn this off?

2. Please make sure the extensions listed below are installed.
Extension
cURL: Off On
how do i turn it on?

Re: non coder needs help with install

Posted: Mon Jun 29, 2009 3:42 am
by phpuk
php.ini in the apache/bin folder.

Re: non coder needs help with install

Posted: Mon Jun 29, 2009 3:46 am
by mlancour
that file does not exist in "C:\xampp\apache\bin"

Also ...though perhaps it will be straight forward when i find the file, but what do i change in the file?

Re: non coder needs help with install

Posted: Mon Jun 29, 2009 4:16 am
by mlancour
sweet i found the file and the update was pretty straight forward thank you soo much for the help. :D

Re: non coder needs help with install

Posted: Mon Jun 29, 2009 5:25 am
by phpuk
You are welcome.