[email protected] Posted September 21, 2006 Posted September 21, 2006 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'); ?>
Guest Posted September 21, 2006 Posted September 21, 2006 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. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.