Posted by jepSter on July 4, 2011 at 4:30pm
1 follower
| Project: | Affiliates |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | affiliates never receive clicks, critical bugs |
Issue Summary
Hi,
near link 1130 is the code
<?php
if (count($denied_uri_referrers)) {
?>I've replaced this with
<?php
if (count($denied_uri_referrers)) {
?>because otherwise affiliates never receive clicks.
Furthermore near line 1137 is
<?php
$timeout_flag = _check_timeout_query();
?>I've uncommented that, because that line was »always« sending TRUE. Hope that get's into the release.