MyBB Community Forums

Full Version: Unirest with mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, 
hope u are doing well,

I was trying to install  MyBB - Discord Right Sync but it requires Unirest
the plugin author said download it and drop it to inc/plugins/Unirest (it didn't work)
Does any1 know how to install it?

thanks for reading,
have a nice day.
Check to make sure path and file names are consistent, including within the plugin file itself.
Unirest is not the same as unirest.

It looks like the /inc/plugins/Unirest folder should contain:

Unirest.php
Exception.php
Method.php
Request.php
Request/Body.php
Response.php

There is a folder on github named tests with files which may not be required by the plugin.

I observe that the plugin author makes a few typos in his code comments. It's possible that problem may affect his code as well.
Do you have any errors logged?
i have changed the name src folder to Unirest and uploaded it