How to fix PHP Warning yii\base\ErrorException
escapeshellcmd() has been disabled for security reasons on HumHub Softaculous
Don’t use the excapeshellcmd()
function is the best solution. I can’t think of any reason why you would use it seeing how command line access has been disabled completely.
Then what should i do? if i don’t use excapeshellcmd()
@Crunkers said:
Then what should i do? if i don’t use excapeshellcmd()
If you don’t use escapeshellcmd()
, then you will not get this error.