Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Executing install.php


vando

Recommended Posts

I'm new to this, so bear with me. I'm using Windows XP. Earthlink is my ISP, and it supports MySQL and PHP.

 

1. I copied over the "catalog" directory to my parent directory /xxxxxx. So, "catalog" now resides on

my web server as /xxxxxx/catalog. Note: I called my isp providers asking for any of these:

 

/home/hpdl/public_html/

/srv/www/htdocs/

/usr/local/htdocs/

 

...and was told /xxxxxx IS the Web Server Document Path.

 

2. Manually changed permission settings for configure.php to 777.

3. Then, on execution of this installation instruction: http://yourserver/catalog/install/,

replacing "yourserver" with my domain name, I receive this partial code...without the words "code" obviously:

 

{code}<?php

/*

$Id: $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2007 osCommerce

 

Released under the GNU General Public License

*/

 

require('includes/application.php');

 

$page_contents = 'index.php';

 

require('templates/main_page.php');

?>{code}

 

 

Can't get off 1st base! Anyone out there have any idea what I might be doing wrong?

 

Thanks,

Vando

Link to comment
Share on other sites

I'm new to this, so bear with me. I'm using Windows XP. Earthlink is my ISP, and it supports MySQL and PHP.

 

1. I copied over the "catalog" directory to my parent directory /xxxxxx. So, "catalog" now resides on

my web server as /xxxxxx/catalog. Note: I called my isp providers asking for any of these:

 

/home/hpdl/public_html/

/srv/www/htdocs/

/usr/local/htdocs/

 

...and was told /xxxxxx IS the Web Server Document Path.

 

2. Manually changed permission settings for configure.php to 777.

3. Then, on execution of this installation instruction: http://yourserver/catalog/install/,

replacing "yourserver" with my domain name, I receive this partial code...without the words "code" obviously:

 

{code}<?php

/*

$Id: $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2007 osCommerce

 

Released under the GNU General Public License

*/

 

require('includes/application.php');

 

$page_contents = 'index.php';

 

require('templates/main_page.php');

?>{code}

Can't get off 1st base! Anyone out there have any idea what I might be doing wrong?

 

Thanks,

Vando

Run the index file after creating the database.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...