OK, this is weird. I've completely horked my site, and I have no idea where or how.
I was editing some files, mainly template and stylesheet related and everything was going great. This is on a locally hosted development server with no other users. I was really pleased with the progress I was making, in fact. I was following the recommendations on overrides, etc.
I go for a dinner break and sit back down at my desk to continue editing. Before making any edits, I refresh the page, and suddenly much of the content has been substituted with constant names. For instance, my main menu now reads:
HEADER_TITLE_LOGOFF HEADER_TITLE_MY_ACCOUNT and so forth...
The page header now shows HEADER_SALES_TEXT and HEADER_ALT_TEXT, etc.
Same thing in lots of other places. The site is suddenly horribly broken and I have no idea what I might have done to make it that way. They're obviously language constants.. The files I had open for editing were:
/includes/languages/english/html_includes/mysite/define_main_page.php
/includes/languages/english/mysite/header.php
/languages/english/mysite/index.php
/includes/templates/mysite/css/stylesheet.css
/includes/templates/mysite/templates/tpl_product_info_display.php
/includes/templates/mysite/common/tpl_main_page.php
/includes/templates/mysite/template_info.php
It looks like I broke something related to the language files, but why didn't it show up earlier? I've gone back and undone the last few changes I made in each file, but to no avail. How can I find what broke and where?
I'd be very grateful for any advice...![]()




