Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation Screen Does Not Come Up


paula_mcdonald@hotmail.com

Recommended Posts

Posted

When I attempt to install OSC I don't get the installation screen at http://www.mysite.com/catalog/install/

 

I have also tried install/index.php

 

I only see the code as it appears in the install.php file (shown below)

 

Any help would be appreciated!!

 

-Paula

 

<?php

/*

$Id: index.php,v 1.1 2002/01/02 13:02:38 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

require('includes/application.php');

 

$page_file = 'index.php';

$page_title = 'Welcome';

$page_contents = 'index.php';

 

require('templates/main_page.php');

?>

Posted

Hi Paula,

 

It would seem that your PHP server has not been set up correctly.

 

If this is on a hosted site you might want to contact your provider and get them to verify PHP has been setup correctly/activated for your domain.

 

If you are hosting it yourself just review you PHP installation/configuration.

 

Hope this helps. :)

Archived

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

×
×
  • Create New...