php exec () возвращает пустое значение
В настоящее время моя цель – использовать вывод PHP exec (), но получить пустое значение. Я использую firephp (расширение firebug) и не могу понять, почему он пуст. полный код здесь: https://github.com/MattMcFarland/ninja-forms-uploads-custom/blob/dev/uploads-custom.php Форма здесь: http://www.hvac-hacks.com/?page_id=1383&preview=true&form_id=96 exec('mogrify -auto-orient -verbose -format jpg '.$dir."/".$user_file_name,$ouput); fb($output); curl_exec('mogrify -auto-orient -verbose -format jpg '.$dir."/".$user_file_name,$output); fb($output); $output = shell_exec('mogrify -auto-orient -verbose -format jpg […]