here is a plugin question

ItsAsylum

Well-known member
Registered
Joined
Apr 23, 2021
Messages
94
Points
28

Reputation:

i noticed that for a few addons that i am trying to use i get an error when trying to activate it

the error is this.

\Setup' not found in src/XF/AddOn/AddOn.php at line 442



the whole message that i am getting for this particular plugin looks like this

Error: Class '\VerifiedBadge\Setup' not found in src/XF/AddOn/AddOn.php at line 442
  1. XF\AddOn\AddOn->checkRequirements() in src/XF/Admin/Controller/AddOn.php at line 779
  2. XF\Admin\Controller\AddOn->getAddOnWarningsAndErrors() in src/XF/Admin/Controller/AddOn.php at line 373
  3. XF\Admin\Controller\AddOn->actionInstall() in src/XF/Mvc/Dispatcher.php at line 350
  4. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
  5. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
  6. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  7. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
  8. XF\App->run() in src/XF.php at line 488
  9. XF::runApp() in admin.php at line 13




am i doing something wrong?
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

It is telling you that a file is missing from one of the plugins you are using
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

it seems that when loading the files they did not load well
 

ItsAsylum

Well-known member
Registered
Joined
Apr 23, 2021
Messages
94
Points
28

Reputation:

I'm thinking the plug-ins that I'm trying to use that do this just are not comparable with the version of xenforo I'm trying to use :( I think.
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

try to get xenforo to do an analysis of all the files it will tell you which one is missing
 

ItsAsylum

Well-known member
Registered
Joined
Apr 23, 2021
Messages
94
Points
28

Reputation:

@sucre13 how do I go about doing that?? Sorry its been a very long time since I've worked with xenforo.
 

ItsAsylum

Well-known member
Registered
Joined
Apr 23, 2021
Messages
94
Points
28

Reputation:

@sucre13 and then I guess the big question after that would be how do I get the files? These are all plug-ins that I've downloaded from here.
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

@ItsAsylum You have to go to the administration of xenforo then to the tool, then click to check the health of the file, there will be an analysis of the files that you have on your server and it will tell you if you are missing any files
 

ItsAsylum

Well-known member
Registered
Joined
Apr 23, 2021
Messages
94
Points
28

Reputation:

@sucre13 just got a chance to check the files and this is what i got (All 5,338 checked files are present and correct. ) :(
 
Top