Hi,
I am installing an oscommerce template #2606 from Vodahost via fantastico and ftp.
I have Installed a clean version of the osCommerce Milestone 2.2 Release (OSC 2.2MS2), as directed in fantastico.
I have Copied the files, icludes,images and stylesheet from the download folder and uploaded to the directory via ftp as instructed.
I added these lines as instructed to the includes/configure.php script. These lines
should go before the final line with the ?> characters on it.
// STS: ADD: Define Simple Template System files
define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php');
define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php');
define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php');
define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/');
define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html');
define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php');
define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php');
define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php');
// STS: EOADD
My problem is that when I transfer the downloaded template files to the directory uasing ftp I keep getting errors. What have I done wrong or neglected to do?
The template is located at www.foreverfitpromotions.com/store
I have deleted the oscommerce set up from fantastico and reinstalled three times and this part was working but when I uploaded the downloaded template, on each occassion, I got errors.
I would be grateful if anyone can offer me some help and it may be a simple permissions issue.
Thanks in advance.
I am installing an oscommerce template #2606 from Vodahost via fantastico and ftp.
I have Installed a clean version of the osCommerce Milestone 2.2 Release (OSC 2.2MS2), as directed in fantastico.
I have Copied the files, icludes,images and stylesheet from the download folder and uploaded to the directory via ftp as instructed.
I added these lines as instructed to the includes/configure.php script. These lines
should go before the final line with the ?> characters on it.
// STS: ADD: Define Simple Template System files
define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php');
define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php');
define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php');
define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/');
define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html');
define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php');
define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php');
define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php');
// STS: EOADD
My problem is that when I transfer the downloaded template files to the directory uasing ftp I keep getting errors. What have I done wrong or neglected to do?
The template is located at www.foreverfitpromotions.com/store
I have deleted the oscommerce set up from fantastico and reinstalled three times and this part was working but when I uploaded the downloaded template, on each occassion, I got errors.
I would be grateful if anyone can offer me some help and it may be a simple permissions issue.
Thanks in advance.
Comment