1770 Posts in 495 Topics by 531 members
Blog Module
SilverStripe Forums » Blog Module » Comment Moderation - Unable to Approve Multiple Comments
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 833 Views |
-
Comment Moderation - Unable to Approve Multiple Comments

24 November 2009 at 4:08am
Hi,
Has anyone else ever seen the error "Error talking to server" when attempting to approve multiple Blog comments by checking their boxes and clicking the "Approve" button at the bottom right? This has Never worked for me. I can approve them one by one using their individual buttons per row, but the bulk action does not work.
I turned Firebug on and this is the detailed error:
Error 256: Object::__call() Method 'acceptmarked' not found in class 'Form'
At l199 in /usr/local/silverstripe/html/sapphire/core/Object.php
user_error(Object::__call() Method 'acceptmarked' not found in class 'Form',256)
line 199 of Object.php"Anyone know how to fix this?
Thanks!
//Garrett
-
Re: Comment Moderation - Unable to Approve Multiple Comments

24 November 2009 at 5:12am
In case anyone's following this issue, this was easy to fix. All that need be done is to rename the function "approvemarked()" to "acceptmarked()" in cms/CommentAdmin.php, line 244.
Thanks,
Garrett
| 833 Views | ||
|
Page:
1
|
Go to Top |

