[FIXED] Social Groups 2.3.0 (XenForo 2.1.12) ErrorException: Fatal Error

Pioneer

New Member
Hello!
After installing plugin 2.3.0 on xenforo 2.1.12, I get the following error when opening the following pages:
HTTP ERROR 500
HTTP ERROR 500
-------------------
ErrorException: Fatal Error: Cannot use XF\Entity\Forum as Forum because the name is already in use src/addons/Truonglv/Groups/Entity/Group.php:10

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

Request Status
Code:
array(4) {
  ["url"] => string(8) "/forums/"
  ["referrer"] => string(30) "https://mydomain.com/groups/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Do you have a solution to this problem?
Thanks in advance.
 
Hello!
I downloaded version 2.3.0 but nothing has changed.:(

Fatal Error: Cannot use XF\Entity\Forum as Forum because the name is already in use src/addons/Truonglv/Groups/Entity/Group.php:10
Stack Trace
Code:
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request Status
Code:
array(4) {
  ["url"] => string(36) "/admin.php?options/groups/tl_groups/"
  ["referrer"] => string(41) "https://mydomain.com/admin.php?add-ons/"
  ["_GET"] => array(1) {
    ["options/groups/tl_groups/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

ErrorException: Fatal Error: Cannot use XF\Entity\Forum as Forum because the name is already in use src/addons/Truonglv/Groups/Entity/Group.php:10
Stack Trace
Code:
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request Status
Code:
array(4) {
  ["url"] => string(8) "/forums/"
  ["referrer"] => string(23) "https://mydomain.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Back
Top