http://domain.comindex.php?route=affiliate/login
It is missing the forward slash between the domain and index.php
\admin\model\sale\affiliate.php has the line
Code: Select all
$message .= HTTP_CATALOG . 'index.php?route=affiliate/login' . "\n\n";
Code: Select all
$message .= HTTP_CATALOG . '/index.php?route=affiliate/login' . "\n\n";