Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mellw

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Michael

mellw's Achievements

  1. Having the same problem as many other here... The line 17 in newsletter_subscribers are: function newsletter_subscribers($newsletters_id, $module_subscribers, $title, $header, $contenta, $unsubscribea, $unsubscribeb) { $this->show_choose_audience = false; $this->newsletters_id = $newsletters_id; $this->module_subscribers = $module_subscribers; $this->title = $title; $this->header = $header; $this->contenta = $contenta; $this->unsubscribea = $unsubscribea; $this->unsubscribeb = $unsubscribeb; } It misses argument 3,4,5,6,7 - that would be the $title, $header, $contenta, $unsubscribea and $unsubscribeb I can't find anything strange, when I preview the newsletter everything seems okay and it shows the title, etc. Would be very grateful if someone could help us out one time for all, seems like I'm not the only one with this problem? Thanks, Michael
  2. Thank you very much G?tz! Seems like I missed to add the referer-tracking on some places. Now it works like a charm! :D Thanks, Michael
  3. The contrib seems to work for me with everything but "referer url". I've tried to change the place for the code in application_top.php as suggested in previous post but with no success. No results show up in database either. This is my application_top right now... // start the session $session_started = false; if (SESSION_FORCE_COOKIE_USE == 'True') { tep_setcookie('cookie_test', 'please_accept_for_session', time()+60*60*24*30, $cookie_path, $cookie_domain); if (isset($HTTP_COOKIE_VARS['cookie_test'])) { tep_session_start(); $session_started = true; } // user_tracking modifications if (!$referer_url) { $referer_url = $HTTP_SERVER_VARS['HTTP_REFERER']; if ($referer_url) { tep_session_register('referer_url'); } } I installed the contrib just to get the referal-url's so I would be very glad if someone could point me in the right direction. Thank you, Michael
×
×
  • Create New...