Hello,
Are you planning to upgrade it to D6?
If so, when?
Best regards,
Gabor
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | affiliate.d6.patch | 21.84 KB | obsidiandesign |
Hello,
Are you planning to upgrade it to D6?
If so, when?
Best regards,
Gabor
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | affiliate.d6.patch | 21.84 KB | obsidiandesign |
Comments
Comment #1
obsidiandesign commentedAs part of a client project, I've upgraded affiliate to Drupal 6. This is a first working version, which will need some testing, but I am able to use it on a Drupal 6 site. Please let me know if any issues come up & I'll re-roll.
Bryan O'Shea
Obsidian Design
Comment #2
thierry_gd commentedJust upgraded the module to drupal 6
Comment #3
eranglr commentedI get this Sql error when trying to enable on Drupal 6 (ver 6.8):
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT NULL ) /*!40100 DEFAULT CHARACTER SET UTF8 */' at line 7 query: CREATE TABLE affiliate_counts ( `aid` INT unsigned NOT NULL, `time` INT unsigned NOT NULL, `keyword` VARCHAR(255) NOT NULL DEFAULT '', `clicks` INT unsigned NOT NULL, `users` INT NOT NULL, `primary key` DEFAULT NULL ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\wamp\www\234\includes\database.inc on line 515.
Comment #4
thierry_gd commentedJust a little problem of matching brackets : fixed in 6.1.2
Comment #5
eranglr commentedI get this error when trying to view affiliated users:
warning: Missing argument 1 for affiliate_admin_users() in C:\wamp\www\234\sites\all\modules\affiliate\affiliate.module on line 246.
Comment #6
thierry_gd commentedFixed in 6.1.3
Comment #8
segfaultvicta commentedI am using 6.1.3 and still getting:
warning: Missing argument 1 for affiliate_admin_users() in sites/all/modules/affiliate/affiliate.module on line 248.
when I navigate to the following:
/admin/settings/affiliate/users
If I go to a particular user (i.e. /affiliate/users/4) it works as intended; looking at the code...
function affiliate_admin_users($aid) {
...
}
There doesn't seem to be any handling of the case wherein $aid is -not- passed along, but that's exactly the case encoded by /affiliate/users/. I'm not strong enough with Drupal yet to know how to handle this case. Has anyone found a workaround to this problem?
Thanks,
-Jon
Comment #9
jerdiggity commented