Active
Project:
Plugin Manager
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2009 at 03:39 UTC
Updated:
11 Sep 2015 at 00:33 UTC
Jump to comment: Most recent
I can install modules but this is appearing:
* warning: escapeshellarg() has been disabled for security reasons in .......l/sites/all/modules/plugin_manager/plugin_manager.module on line 288.
* warning: escapeshellarg() has been disabled for security reasons in ....../sites/all/modules/plugin_manager/plugin_manager.module on line 289.
So I don't know if there is a problem or not...
Comments
Comment #1
oscarvandeven commentedI get the same error, but I haven't noticed any functional problems.
It would be nice to get rid of the errors though...
Comment #2
Aldu_boy commentedThis is PHP restriction for working with shell.
escapeshellarg() adds single quotes around a string and quotes/escapes any existing single quotes allowing you to pass a string directly to a shell function and having it be treated as a single safe argument. This function should be used to escape individual arguments to shell functions coming from user input.
In my case patches don't appply with this error message.
BTW, in Plugin Manager settings what "Patch binary path: " refers to? What should I put there?