V - I clicked insightful - which the op's would do that.
problem I believe is in line 131 or vicinity
call to a member function Put() on a non-object.
in class.splitmergefe.plugin.php
if ($Sender->Form->ErrorCount() == 0) {
$ResultDiscussionID = $ResultDiscussion->DiscussionID;
$CommentModel = new CommentModel();
$CommentModel->SQL
->Update($CommentModel->Name)
->Set('DiscussionID', $ResultDiscussionID)
->WhereIn('CommentID', $DiscussionCommentIDs)
->Put();
as an experiment I did this
if ($Sender->Form->ErrorCount() == 0) { $ResultDiscussionID = $ResultDiscussion->DiscussionID; // hardcoded an existing comment $DiscussionCommentIDs ="64"; $CommentModel = new CommentModel(); $CommentModel->SQL ->Update($CommentModel->Name) ->Set('DiscussionID', $ResultDiscussionID)
->Where('CommentID', $DiscussionCommentIDs)
->Put();
and this
$DiscussionCommentIDs =array("63","62");
$CommentModel = new CommentModel();
$CommentModel->SQL
->Update($CommentModel->Name)
->Set('DiscussionID', $ResultDiscussionID)
->Where('CommentID', $DiscussionCommentIDs)
->Put();
and both moved the comments mentioned.
@whu606 so $DiscussionCommentIDs needs to populated correctly
@vrijvlinder said here is my contribution per l'agente investigativo dentro voi
"Excellent! I cried. "Elementary," said she.
I just might add the avatar to the Peregrine Badges....
I also promoted it :).
One more Etiquette item
If you ask a question!!!
and you got a few reasonable answers.
at least respond that your testing the answer - or that it answered your question (within a few days or so).
or you might not get future answers to other questions - be forewarned.
@VanillaDroid said: Any updates on the issue with the "Ban List" only showing first page results?
check github
if the issue was filed as was previously suggested if should be there.