Guest Posted April 20, 2006 Posted April 20, 2006 I was finally able to open up my store (it's really basic but I will hopefully serve the purpose of selling my merchandise) www.keadz.com and I see that the index.php page is different than the index page it comes after making a purchase. Actually the page that comes up after the logout of my account (pretending that I am a buyer) is the default index page that I supposed to have modified the define('TEXT_MAIN', ''); meaning I removed everything in between the ' sign but it comes back with the information I installed the software. I have also changed the header with my own file and in some pages I have the oscommerce picture instead of my own logo. Any hint of what may be happening? Thanks!
ozcsys Posted April 20, 2006 Posted April 20, 2006 Hmmm when I try to click on my account I get a page cannot be displayed. Probably a problem with your secure path. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
skylla Posted April 20, 2006 Posted April 20, 2006 not related to your question, but in the index page " ?> " is echoed at the top left. A remnant of some php code after editing, so you might want to check your code, start with index.php
Guest Posted April 20, 2006 Posted April 20, 2006 not related to your question, but in the index page " ?> " is echoed at the top left. A remnant of some php code after editing, so you might want to check your code, start with index.php Yes, I also noticed it but I am so afraid of modifying the index page (since until yesterday it showed me a blank page only) that I'd rather have that little code in the top. I am pasting the content of the index page in case you can help me with it. <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', ''); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> ?>
Guest Posted April 20, 2006 Posted April 20, 2006 Hmmm when I try to click on my account I get a page cannot be displayed. Probably a problem with your secure path. I realize that, but when I click the refresh button, I get the page. When you are saying that I might have a problem with the secure path you mean the SSL? I have requested a SSL from my own server and I have it, but I haven't done anything in the files. Am I supposed to modify any of the content with the certificate information? Please advise.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.