Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New installation question


qaz216

Recommended Posts

Posted

I downloaded OS commerce and configured a web server locally, but the 'New Installation' page does not do anything when I click continue. The page just refreshes.

 

I am new to OS commerce and am playing around locally on my machine.

 

I created a virtual domain locally at www.mytest.loc and installed OS Commerce directly underneath.

 

I use the following URL to access web installer 'http://www.mytest.loc/oscommerce/catalog/install/'.

 

I am prompted to Install a new online store, but am unable to get past the next page.

 

Does anyone have an idea about what this may be. Any help is greatly appreciated!

 

Thanks

Posted

I was looking at the install.php page located in '$ROOT/catalog/install/templates/pages' and the 'Continue' button does not seem to point anywhere.

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td align="center"><a href="index.php"><img src="images/button_cancel.gif" border="0" alt="Cancel"></a></td>

<td align="center"><input type="image" src="images/button_continue.gif" border="0" alt="Continue"></td>

</tr>

</table>

 

No href for the continue button.

 

Am I missing something here?

 

Thanks all!

Posted

Got it ... I am using php5 and needed to change the following variable in php.ini

 

From:

register_long_arrays = Off

 

To:

register_long_arrays = On

Archived

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

×
×
  • Create New...