I am new to oscommerce and I am having some issues with the software. Please review my issues. I would like to setup my store on the local machine and upload it to the server. I need help
Windows XP sp3
IIS
MySQL 5.0.67
PHPadmin 5.2.6
OSCommerce 2.2 rc2a
I have 3 issues
When I click on contact on the index (sample page) of oscommerce I get this error:
- oscommerce page
The website declined to show this webpage contact_us.php Http 403. When I place the mouse over the link (contact us) I see in the information bar (localhostcataloglocalhostcatalogcontact_us.php)
When I enter the address localhostcontactadminindex.php, it displays either a blank page or an Http error 500
- oscommerce admin page is blank
I am using Windows xp on my local machine and my web server is windows
- can not change permission on oscommerce files as instructed in document
Catalogincludesconfigure.php
<?php
/*
$Id: configure.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
osCommerce, Open Source Online Shop E-Commerce Solutions
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'localhost'); // eg, cPanel - should not be empty for productive servers
define('HTTPS_SERVER', 'localhost'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', flase); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'localhost');
define('HTTPS_COOKIE_DOMAIN', 'localhost');
define('HTTP_COOKIE_PATH', 'localhost');
define('HTTPS_COOKIE_PATH', 'localhost');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/catalog/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', '/pub/');
define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
CatalogadminincludesConfigure.php
<?php
/*
$Id: configure.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
osCommerce, Open Source Online Shop E-Commerce Solutions
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
// define our webserver variables
// FS = Filesystem (physical)
// WS = Webserver (virtual)
define('HTTP_SERVER', 'localhost/catalog/admin'); // eg, cPanel or - https://localhost should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', 'localhost/catalog/admin');
define('HTTPS_CATALOG_SERVER', 'localhost/catalog/admin');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)
define('DIR_WS_ADMIN', '/admin/');
define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);
define('DIR_WS_CATALOG', '/catalog/admin');
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
define('DIR_WS_IMAGES', '/images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . '/icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . '/images/');
define('DIR_WS_INCLUDES', '/includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . '/boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . '/functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . '/classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . '/modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . '/languages/');
define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . '/inculdes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . '/includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . '/images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . '/includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . '/backups/');
Please Help





LinkBack URL
About LinkBacks








Bookmarks