opt-natter / discord-mybb-sync

A MyBB Plugin to syncronise MyBB Groups with Discord Roles
MIT License
11 stars 3 forks source link

Call to undefined function #4

Closed hcphoon01 closed 3 years ago

hcphoon01 commented 6 years ago

When trying to edit the plugin settings I get this error Fatal error: Uncaught Error: Call to undefined function Unirest\curl_init() in /var/www/forums/inc/plugins/Unirest/Unirest/Request.php:396 Stack trace: #0 /var/www/forums/inc/plugins/Unirest/Unirest/Request.php(236): Unirest\Request::send('GET', 'https://discord...', NULL, Array, NULL, NULL) #1 /var/www/forums/inc/plugins/discord_right_sync.php(388): Unirest\Request::get('https://discord...', Array) #2 /var/www/forums/inc/plugins/discord_right_sync.php(346): discord_right_sync_get_querry_discord('guilds/44054566...') #3 /var/www/forums/inc/class_plugins.php(142): discord_right_sync_settings_update('') #4 /var/www/forums/admin/modules/config/settings.php(875): pluginSystem->run_hooks(Array) #5 /var/www/forums/admin/index.php(821): require('/var/www/forums...') #6 {main} thrown in /var/www/forums/inc/plugins/Unirest/Unirest/Request.php on line 396

opt-natter commented 6 years ago

curl is required by this plugin. Please enable it or ask your Host.