We've iterated more than 200 times and there's still a {THISMEMBERCANREMOVE[ in your template, so there must be a problem (malformed attempt at a template variable maybe?
Ok i received this message after changing my template of album.tpl or member link list template file from 3.14 to 3.13. The reason i changed the template is because i found that 3.13 is working with the members link list. Members can remove the list but now not in 3.14. Maybe the {THISMEMBERCANREMOVE[ is gone or whatever. So how to fix this? Is member link list disabled?
Are you using the most recent 3.14? (Check the date updated in the downloads area.) I recall a problem with that message coming up that I fixed, though I don't think it was on that page. I also recall re-adding the 'remove' option in a 3.14 after it had vanished.
There's a problem with the canremove function in classes/member.php. I'll post the fixed function as soon as I have access to my files, which I don't at the moment since my new computer refuses to read my USB drive.
[Perched my old laptop on top of the new desktop for now so it can reach the ethernet cord.]
In classes/member.php, replace $this->groupcandeletealllinks with $this->groupcandeleteall and $this->groupcandeleteownlinks with $this->groupcandeleteown
Note that this doesn't seem like it'd be related to a "200 times" error, but it solves my problem of not being able to remove.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Member link list
Forum Regular
Usergroup: Customer
Joined: Jan 21, 2005
Total Topics: 32
Total Comments: 102
We've iterated more than 200 times and there's still a {THISMEMBERCANREMOVE[ in your template, so there must be a problem (malformed attempt at a template variable maybe?
Ok i received this message after changing my template of album.tpl or member link list template file from 3.14 to 3.13. The reason i changed the template is because i found that 3.13 is working with the members link list. Members can remove the list but now not in 3.14. Maybe the {THISMEMBERCANREMOVE[ is gone or whatever. So how to fix this? Is member link list disabled?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Are you using the most recent 3.14? (Check the date updated in the downloads area.) I recall a problem with that message coming up that I fixed, though I don't think it was on that page. I also recall re-adding the 'remove' option in a 3.14 after it had vanished.
Forum Regular
Usergroup: Customer
Joined: Jan 21, 2005
Total Topics: 32
Total Comments: 102
Yes paul.
I downloaded the latest version of 3.14 just a few days ago. Precisely its 3 days ago. So do i make another upgrade again?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There's a problem with the canremove function in classes/member.php. I'll post the fixed function as soon as I have access to my files, which I don't at the moment since my new computer refuses to read my USB drive.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
[Perched my old laptop on top of the new desktop for now so it can reach the ethernet cord.]
In classes/member.php, replace
$this->groupcandeletealllinks
with
$this->groupcandeleteall
and
$this->groupcandeleteownlinks
with
$this->groupcandeleteown
Note that this doesn't seem like it'd be related to a "200 times" error, but it solves my problem of not being able to remove.