Cannot use XF\BbCode\RuleSet as RuleSet because the name is already in use src/addons/SV/AdvancedBbCodesPack/XF/BbCode/Parser.php:5

Vekseid

New Member
Reactions
4
Two more of these including this one. Oddly, this isn't blocking things on my live site. On my test site though it completely shuts down Siropu's chat.

The other one is one of your free addons, I've forgotten which one, though.

Code:
    ErrorException: Fatal Error: Cannot use XF\BbCode\RuleSet as RuleSet because the name is already in use src/addons/SV/AdvancedBbCodesPack/XF/BbCode/Parser.php:5 

    Generated by: Administrator Aug 30, 2019 at 5:10 AM 

Stack trace

#0 [internal function]: XF::handleFatalError()
#1 {main}

Request state

array(4) {
  ["url"] => string(27) "/derps/index.php?chat/submit"
  ["_GET"] => array(1) {
    ["chat/submit"] => string(0) ""
  }
  ["_POST"] => array(9) {
    ["channel"] => string(4) "room"
    ["room_id"] => string(1) "1"
    ["conv_id"] => string(1) "0"
    ["conv_items"] => string(0) ""
    ["message_html"] => string(9) "<p>hi</p>"
    ["_xfRequestUri"] => string(6) "/derps/"
    ["_xfWithData"] => string(1) "1"
    ["_xfToken"] => string(8) "[B]****[/B]"
    ["_xfResponseType"] => string(4) "json"
  }
}
 

Users who are viewing this thread

Back
Top