FlyingMonkey Posted August 3, 2004 Posted August 3, 2004 I am really confused. Everything on the site has changed to this: $content = CONTENT_ACCOUNT_HISTORY; and I can't seem to find the files with the contents. any ideas? Thanks! <?php /* ?$Id: account_history.php,v 1.63 2003/06/09 23:03:52 hpdl Exp $ ?osCommerce, Open Source E-Commerce Solutions ?http://www.oscommerce.com ?Copyright (c) 2003 osCommerce ?Released under the GNU General Public License */ ?require('includes/application_top.php'); ?if (!tep_session_is_registered('customer_id')) { ? ?$navigation->set_snapshot(); ? ?tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); ?} ?require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ACCOUNT_HISTORY); ?$breadcrumb->add(NAVBAR_TITLE_1, tep_href_link(FILENAME_ACCOUNT, '', 'SSL')); ?$breadcrumb->add(NAVBAR_TITLE_2, tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL')); ?$content = CONTENT_ACCOUNT_HISTORY; ?require(DIR_WS_TEMPLATES . TEMPLATENAME_MAIN_PAGE); ?require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Most likely your question has been answered, please do a search first.
♥yesudo Posted August 3, 2004 Posted August 3, 2004 everything on the site.........what all pages ? what did you do prior to this happening? do you have backups of the effected files ? Your online success is Paramount.
FlyingMonkey Posted August 3, 2004 Author Posted August 3, 2004 not sure, this is a client's site. he had some firm rework all of osC over the last week, so it just changed to this. is this something the zend optimizers would do? i can't seem to find a way to edit the content of those files. Most likely your question has been answered, please do a search first.
FlyingMonkey Posted August 3, 2004 Author Posted August 3, 2004 inside of filenames.php: define('CONTENT_ACCOUNT', 'account'); define('FILENAME_ACCOUNT', CONTENT_ACCOUNT . '.php'); his site... is now based on osC max. Most likely your question has been answered, please do a search first.
FlyingMonkey Posted August 3, 2004 Author Posted August 3, 2004 god, i'm feeling stupid. it's cause of the template system that was installed. found em... thanks everyone. flyingmonkey: slaps flyingmonkey in the face with a salmon. Most likely your question has been answered, please do a search first.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.