XF 2.2 Issues with OpenLiteSpeed

Salamanca

Active member
Hi,

While Xenforo works fine with Apache, I'm having some weird problems when it runs on Openlitespeed:

1. bbcode is not phrased. This is what you see on a forum post for example?

<div class="bbWrapper"><blockquote data-attributes="member: 216666" data-quote="komarov" data-source="post: 10534005" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> <a href="/forum/goto/post?id=10534005" class="bbCodeBlock-sourceJump" rel="nofollow" data-xf-click="attribution" data-content-selector="#post-10534005">komarov whote:</a> </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent ">this is the post of the text....tseting</div> <div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to view all...</a></div> </div> </blockquote>Are they good?</div>

2. Error log is fulled with thousands of logs in just a few seconds. examples:

  • InvalidArgumentException: Accessed unknown getter 'sv_prefix_ids' on XF:Thread[324129] src/XF/Mvc/Entity/Entity.php:205
  • ErrorException: Template error: [E_USER_WARNING] Method canUseRealtime is not callable on the given object (XF\Entity\Thread)
  • ErrorException: Template error: [E_USER_WARNING] Method canViewWhoWatchWRT is not callable on the given object (XF\Entity\Thread) src/XF/Template/Templater.php:1186
all these errors are duplicated countless times.

Anyone else running Xenforo with Openlitespeed?

Thanks
Alex
 
Top Bottom