Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Possible session problems!


Mayava

Recommended Posts

Posted

Hi All,

 

My OSc site is nearly ready bar this problem which has occured recently. When clicking on the My Account link or Checkout Link I get a blank page. This only happens in English, when using Spanish they all work fine. I would greatly appreciate any help or suggestions. I have gone through all I knew for a couple of days now and have hit a brick wall. The url of the site is http://www.nutrimyo.com

 

Many thanks in advance for all your help.

 

Regards

 

M

Posted

check your includes/languages/english/account.php for a space before the <?php or

try creating a new includes/languages/english/account.php using this

<?php
/*
 $Id: account.php,v 1.8 2003/05/19 20:17:50 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'My Account');
define('HEADING_TITLE', 'My Account Information');

define('OVERVIEW_TITLE', 'Overview');
define('OVERVIEW_SHOW_ALL_ORDERS', '(show all orders)');
define('OVERVIEW_PREVIOUS_ORDERS', 'Previous Orders');

define('MY_ACCOUNT_TITLE', 'My Account');
define('MY_ACCOUNT_INFORMATION', 'View or change my account information.');
define('MY_ACCOUNT_ADDRESS_BOOK', 'View or change entries in my address book.');
define('MY_ACCOUNT_PASSWORD', 'Change my account password.');

define('MY_ORDERS_TITLE', 'My Orders');
define('MY_ORDERS_VIEW', 'View the orders I have made.');

define('EMAIL_NOTIFICATIONS_TITLE', 'E-Mail Notifications');
define('EMAIL_NOTIFICATIONS_NEWSLETTERS', 'Subscribe or unsubscribe from newsletters.');
define('EMAIL_NOTIFICATIONS_PRODUCTS', 'View or change my product notification list.');
?>

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Hi Steve,

 

Many thanks for your reply and help. You were right it was the spacing put by Dreamweaver that was causing the probem. Everything is working as it should be now.

 

Many thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...