Hello!
Sometimes, some DirectAdmin administrators use php-cli with open_basedir or safemode and prohibit some functions like passthru() in global php.ini. But DirectAdmin plugin relies on it and also can correctly diagnose its prohibition.
Solution:
add php.ini without safe_mode, disabled_functions and open_basedir to /usr/local/directadmin/plugins/lvemanager;
change shebang of all .html and .raaw files of plugin to #!/usr/local/bin/php -c /usr/local/directadmin/plugins/lvemanager/
Sometimes, some DirectAdmin administrators use php-cli with open_basedir or safemode and prohibit some functions like passthru() in global php.ini. But DirectAdmin plugin relies on it and also can correctly diagnose its prohibition.
Solution:
add php.ini without safe_mode, disabled_functions and open_basedir to /usr/local/directadmin/plugins/lvemanager;
change shebang of all .html and .raaw files of plugin to #!/usr/local/bin/php -c /usr/local/directadmin/plugins/lvemanager/
Comment