MG 2.1 Error adding Ffmpeg

PaigeLynn

New member
So I installed Ffmpeg and then went to add it and I get this error
Code:
ErrorException: [E_WARNING] file_exists(): open_basedir restriction in effect. File(/usr/bin/ffmpeg) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/:/tmp/) in src/addons/XFMG/Validator/Ffmpeg.php at line 20
XF::handlePhpError()
file_exists() in src/addons/XFMG/Validator/Ffmpeg.php at line 20
XFMG\Validator\Ffmpeg->isValid() in src/addons/XFMG/Option/Ffmpeg.php at line 25
XFMG\Option\Ffmpeg::verifyOption()
call_user_func_array() in src/XF/Entity/Option.php at line 205
XF\Entity\Option->verifyOptionValue() in src/XF/Mvc/Entity/Entity.php at line 768
XF\Mvc\Entity\Entity->_verifyValueCustom() in src/XF/Mvc/Entity/Entity.php at line 613
XF\Mvc\Entity\Entity->set() in src/XF/Mvc/Entity/Entity.php at line 548
XF\Mvc\Entity\Entity->__set() in src/XF/Repository/Option.php at line 112
XF\Repository\Option->updateOptions() in src/XF/Admin/Controller/Option.php at line 82
XF\Admin\Controller\Option->actionUpdate() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 248
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2178
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13
 
Top Bottom