Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:[quote][cite] wallphone:[/cite]<br />
<b>Notice</b>: Undefined index: Body in <b>...extensions\AjaxQuote\ajax.php</b> on line <b>26</b><br />
[/quote]
$this->DelegateParameters['ResultDiscussion'] = &$ResultDiscussion;
$this->CallDelegate('PostSaveDiscussion');
if ($ResultDiscussion) { To this: $this->DelegateParameters['ResultDiscussion'] = &$ResultDiscussion;
$this->CallDelegate('PostSaveDiscussion');
if ($ResultDiscussion && ($ResultDiscussion->DiscussionID > 0)) { And test again... It then should give the actual vanilla error that should be showing up.
1 to 12 of 12