Page 1 of 1

Dedimania problem

Posted: 19 Aug 2014, 10:20
by ASlutzif3r
hey Guys,

error msg

Error during Plugin Activation of 'MCTeam\Dedimania\DedimaniaPlugin': 'You need to activate the PHP extension xmlrpc to run this Plugin!'

ehm so i have to do what?

Re: Dedimania problem

Posted: 19 Aug 2014, 12:43
by steeffeen
PHP is configured via its php.ini file
in that file you have to add the extension to enable it (at the end of the file for example)

windows:

Code: Select all

extension=php_xmlrpc.dll
unix:

Code: Select all

extension=php_xmlrpc.so
try to google in case you don't know where to find the php.ini