2011-05-30, 07:14 PM
Hmm, that's odd.
In the plugin file: ./inc/plugins/affiliates.php...
Find:
Replace with:
Let me know what that does.
In the plugin file: ./inc/plugins/affiliates.php...
Find:
unlink(MYBB_ROOT.$mybb->settings['uploadspath'].'/affiliates/'.$old_affimg);
Replace with:
unlink($mybb->settings['uploadspath'].'/affiliates/'.$old_affimg);
Let me know what that does.