QuickFix - Solution provided - shell_exec() has been disabled for security reasons
Closed this issue · 2 comments
AndrewEQ commented
On line https://github.com/seatgeek/djjob/blob/master/DJJob.php#L217, the "hostname
" throws the following error in strict environments: "shell_exec() has been disabled for security reasons"
Fix: replace "hostname
" with "gethostname()".
josegonzalez commented
Merged, thanks for the pr.
AndrewEQ commented
You're welcome!