Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DWDWeb

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

DWDWeb's Achievements

  1. I was having the same problem as Becki from way back in 07, but Skittles fix helped me get my related product in order! Thanks Skittles!
  2. I finally figured it out freaking white space after my closing ?> in about 3 files, new to the PHP thing so won't do that anymore haha!
  3. Hi Guys, So I am adding a bunch of contributions and modifications to make OSCommerce work as a "Quote" script instead of a "cart" script. Everything was going well until I added this script. I followed instructions thru the text file, and then added the additional files as specified. I am not getting this error Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/thecapt/public_html/dwdwebdesign.comdemo/ecommerce/admin/includes/filenames.php:124) in /home/thecapt/public_html/dwdwebdesign.comdemo/ecommerce/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home/thecapt/public_html/dwdwebdesign.comdemo/ecommerce/admin/includes/filenames.php:124) in /home/thecapt/public_html/dwdwebdesign.comdemo/ecommerce/admin/includes/functions/general.php on line 22 You can view the site at: http://demo.dwdwebdesign.com/ecommerce/admin/ It is only on the admin side, I am getting SQL errors on the customer side, but I assume that is because I haven't run the SQL Query to add tables etc to my database. Any help would be greatly appreciated, I don't understand what is wrong at those particular lines of code. return session_start(); ======= LINE 102 SESSIONS.php header('Location: ' . $url); ======== LINE 22 GENERAL.PHP define('FILENAME_RELATED_PRODUCTS', 'optional_related_products.php'); ===== LINE 123 FILENAMES.PHP ?> ======== LINE 124 FILENAMES.PHP Thanks in advance for any help you can provide! Regards, Dan
×
×
  • Create New...