Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Blaine

Archived
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Blaine

  1. I am trying to install this but when I get to step 6 in the install.txt I am not sure which file I am supposed to add the include(DIR_WS_BOXES . 'visitoremail.php'); into. Thanks for a needed contrib. Blaine
  2. Never mind, I found it in another post on this topic. Deleted the extra lines at the end of general.php and now it is perfect. Thanks,
  3. This is a great contribution. I have just installed and it is working great. My only problem is I am getting an error. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/xxx/www/www/catalog/admin/includes/functions/general.php:1375) in /home/xxx/www/www/catalog/admin/includes/functions/sessions.php on line 67 This seems to be on everypage in my admin section. It doesn't seem to affect the functionality but is very annoying and it does seem to prevent some pages from redirecting correctly after updateing an order. Here is some code from around line 67 in sessions.php (which I am wondering why this would be the issue since I havn't modified this file) 66 function tep_session_start() { 67 return session_start(); 68 } Line 1375 of general.php is the end of the file so I am a little perplexed. Has anyone seen this in regards to this contribution? Thanks in advance, Blaine
×
×
  • Create New...