Cannot use XF\Entity\User as User because the name is already in use src/addons/SV/ReportCentreEssentials/XF/Entity/Profile

Vekseid

New Member
Reactions
4
And this one bricks my forum on install.

Thank the gods for test installs.

Code:
    ErrorException: Fatal Error: Cannot use XF\Entity\User as User because the name is already in use src/addons/SV/ReportCentreEssentials/XF/Entity/ProfilePost.php:6 

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

Stack trace

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

Request state

array(4) {
  ["url"] => string(6) "/derps/"
  ["referrer"] => string(55) "https://bluemoonroleplaying.com/derps/admin.php?add-ons/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
This is a php bug which happens when opcache is disabled pre-7.0. So amusingly it'll likely work in a live enviroment.

I do recommend upgrading to latest php and having opcache installed!
 
As posted in the other thread, I do have Opcache enabled.

And I'm working on it. Tons of custom scripts, some more than a decade old, and trying to get the software I'm moving to up to snuff.
 

Users who are viewing this thread

Back
Top