mysticgifts2 Posted November 23, 2008 Share Posted November 23, 2008 I was trying to get my newly installed ssl cert to work, and following the advice on this forum, I changed some permissions and seemed to have messed something up. when you go to my website, to the About Us page, the html code appears at the top of the page. Looks like this: /* $Id: new_page.php,v 1.3 2001/12/20 14:14:15 dgw_ Exp $ The Exchange Project - Community Made Shopping! http://www.theexchangeproject.org Copyright © 2000,2001 The Exchange Project Released under the GNU General Public License */ define('NAVBAR_TITLE', 'About Us'); define('HEADING_TITLE', 'About Us'); define('TEXT_INFORMATION', ' Does anyone know how I can fix this? thanks in advance! Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 23, 2008 Share Posted November 23, 2008 I don't think the two are related. That code is most likely showing due to a mistake in the includes/languages/about_us.php file. It looks like a php delimiter (<?php and ?>) was deleted. If you can't find the error, try posting the contents of that file here. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
mysticgifts2 Posted November 23, 2008 Author Share Posted November 23, 2008 I don't think the two are related. That code is most likely showing due to a mistake in the includes/languages/about_us.php file. It looks like a php delimiter (<?php and ?>) was deleted. If you can't find the error, try posting the contents of that file here. Jack Thanks for replying, Jack. Here's the file: /* $Id: new_page.php,v 1.3 2001/12/20 14:14:15 dgw_ Exp $ The Exchange Project - Community Made Shopping! http://www.theexchangeproject.org Copyright © 2000,2001 The Exchange Project Released under the GNU General Public License */ define('NAVBAR_TITLE', 'About Us'); define('HEADING_TITLE', 'About Us'); define('TEXT_INFORMATION', ' <body> Owners, Karen Hodgman and Debbie Hicks moved from Orlando, Florida to Dahlonega in March 2006 and opened Mystic Gifts and Treasures a few months later. Wanting to do something more meaningful with their lives, and inspired by such wonderful books as Wayne Dyer's "Manifest Your Destiny", and Alan Cohen's "Handle With Prayer", they set out in August of 2005 to find the perfect place to open a new age/metaphysical store; a place where they could make these thought provoking and inspiring books and other related products easily accessible to the community and begin living their dream. <P><P>"We wanted to get out of the city and closer to nature and the mountains, so we decided that we should check out Georgia. Exploring North Georgia, we found Dahlonega. Immediately we had the feeling that we had "come home". <P><P>There is such a wonderful feel and energy to Dahlonega. This is a very special, spiritual place. Perhaps it has something to do with its Native American roots. Whatever it is, we feel very blessed to have found such a wonderful place to live and operate our store". <p><P>MISSION STATEMENT: We honor all spiritual paths. It is our desire to provide a space where all are blessed in some way by their visit to our store, where people from all different spiritual paths will gather and benefit from a sense of community and oneness allowing each one, in their own way, to find “Nourishment For The Soul”. Our philosophy is simple: There's One Earth and One Spirit, just different ways of expressing it. We celebrate our Oneness". </body> </html> '); ?> Link to comment Share on other sites More sharing options...
mysticgifts2 Posted November 23, 2008 Author Share Posted November 23, 2008 I just used the file "conditions" and copied and pasted into my About us file, and still get the same code at the top. The code now looks like this: /* $Id: conditions.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'About Us'); define('HEADING_TITLE', 'About Us'); define('TEXT_INFORMATION', ' Coming Soon! '); ?> Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 24, 2008 Share Posted November 24, 2008 The file has to start with <?php Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.