Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Account


tolrodco

Recommended Posts

I am getting the following errors when I try and access the "My Account" using the text or image link:

Warning: Cannot modify header information - headers already sent by (output started at /home/xhiyldom/public_html/catalog/includes/filenames.php:75) in /home/xhiyldom/public_html/catalog/includes/functions/general.php on line 24

I also get the following when trying to log in:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/xhiyldom/public_html/catalog/includes/filenames.php:75) in /home/xhiyldom/public_html/catalog/includes/classes/session.php on line 66

 

Warning: Cannot modify header information - headers already sent by (output started at /home/xhiyldom/public_html/catalog/includes/filenames.php:75) in /home/xhiyldom/public_html/catalog/includes/functions/general.php on line 24

If someone could tell me what is going on, I would greatly appreciate it. Also, if you use the back button in the browser it will show you as being logged in.

 

Here are the changes that I made to the "header.php" file (line 13):

<table border="0" width="100%" height="134" cellspacing="0" cellpadding="0" cellspanning="4">

  <tr class="header">

    <td height="134" background="images/oscommerce-center.gif"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'Kavindish, Your Source for home and garden decor.') . '</a>'; ?></td>

    <td width="100%" background="images/oscommerce-center.gif"> </td>

    <td height="134"><?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>'; ?></td>

    <td height="134"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?></td>

  </tr>

  <tr class="header">

    <td align="left"><?php

  echo tep_display_banner('static', '5');

?>

    </td>

  </tr>

</table>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...