fansman Posted October 3, 2006 Posted October 3, 2006 Sad tale. Overwrote configure.php and can't get my STS System file settings right. Using current version of STS. Here is what I have gotten back from an older OSC site... // 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/full/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'index.php.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 ...this is what I get http://216.70.115.94//catalog/product_info...a734fcca97ce4e6 Any help will be appreciated.
steve_s Posted October 3, 2006 Posted October 3, 2006 what i got before index page fully loaded was template not found in [includes/index.php.html] check where index file is looking for it
fansman Posted October 3, 2006 Author Posted October 3, 2006 what i got before index page fully loaded was template not found in [includes/index.php.html] check where index file is looking for it Not sure where you were going with that. What I'm really looking for is the default settings, considering it is affecting my access to my admin section as well.
steve_s Posted October 3, 2006 Posted October 3, 2006 everything worked fine till i went to checkout Template file does not exist: [includes/index.php.html] Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/catalog/includes/classes/sts.php:158) in /var/www/html/catalog/includes/functions/general.php on line 33 if you fix that ie put template in rest should work but have never used sts just going by errors it gives fix one by one
Recommended Posts
Archived
This topic is now archived and is closed to further replies.