After upgrading from v. 5 (clone testing) I had a missing listing sponsorship level. So I tried to re-add it and I received this error (and a blank page):
PHP Fatal error: Call to a member function alter() on object in:
/clone/classes/sponsorlevel.php on line 26
However, it did show up. Looks like it's back again.
Fixed that error in 6.0.5 Beta 1, or you can open that file and change line 19 from global $settings; to global $settings, $db;
However, this doesn't appear related to any duplicate entry issue, except in that you might create duplicates by re-trying when you get the error. If you use the same item number it should be showing you a message saying you can't submit it again though.
I assume by entries you mean sponsorship levels.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Sponsorship problems after upgrading
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
After upgrading from v. 5 (clone testing) I had a missing listing sponsorship level. So I tried to re-add it and I received this error (and a blank page):
PHP Fatal error: Call to a member function alter() on object in:
/clone/classes/sponsorlevel.php on line 26
However, it did show up. Looks like it's back again.
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
I upgraded to 6.0.3
Got a bunch of duplicate entries. Deleted them.
Logs show same fatal error message.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Fixed that error in 6.0.5 Beta 1, or you can open that file and change line 19 from
global $settings;
to
global $settings, $db;
However, this doesn't appear related to any duplicate entry issue, except in that you might create duplicates by re-trying when you get the error. If you use the same item number it should be showing you a message saying you can't submit it again though.
I assume by entries you mean sponsorship levels.