Hey all,
First, I disabled all plugins and also checked to see if there were any template edits (including master) and nothing seems to be interfering. I imagine it might be some kind of DB bug or something, but its hard to say. This is on my development demo, so nothing weird should be going on aside from theme designing
First, I disabled all plugins and also checked to see if there were any template edits (including master) and nothing seems to be interfering. I imagine it might be some kind of DB bug or something, but its hard to say. This is on my development demo, so nothing weird should be going on aside from theme designing
Code:
Template Errors: conversation_view
Argument 1 passed to XenForo_Template_Helper_Core::helperUserNameHtml() must be an array, null given in /home/audentio/public_html/demo/development/xf/library/XenForo/Template/Helper/Core.php, line 1658:
1657: <div class="sectionFooter"><a href="' . XenForo_Template_Helper_Core::link('conversations/invite', $conversation, array()) . '" class="_callToAction _inviteCtrl OverlayTrigger"
1658: title="' . 'Invite more members to participate in this conversation' . '">' . 'Invite More' . '</a></div>
1659: ';
Argument 1 passed to XenForo_Template_Helper_Core::getUserHref() must be an array, null given, called in /home/audentio/public_html/demo/development/xf/library/XenForo/Template/Helper/Core.php on line 1674 and defined in /home/audentio/public_html/demo/development/xf/library/XenForo/Template/Helper/Core.php, line 1559:
1558: <input type="hidden" name="last_date" value="' . htmlspecialchars($__compilerVar29, ENT_QUOTES, 'UTF-8') . '" data-load-value="' . htmlspecialchars($__compilerVar29, ENT_QUOTES, 'UTF-8') . '" />
1559: <input type="hidden" name="last_known_date" value="' . htmlspecialchars($lastKnownDate, ENT_QUOTES, 'UTF-8') . '" />
1560: <input type="hidden" name="_xfToken" value="' . htmlspecialchars($visitor['csrf_token_page'], ENT_QUOTES, 'UTF-8') . '" />