The “exec” PHP function has been disabled on your server. Contact your system adminstrator to enable it.
este error me sale al instalar un nuevo modulo
Hi @David_Mallea ,
Please have a look at some related posts that discuss how to handle this message:
Dear @sergiobm
the php.ini looks like this:
; cPanel-generated php ini directives, do not edit
; Manual editing of this file may result in unexpected behavior.
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
; log PHP errors to a file
log_errors = on
html_errors = on
log_errors_max_len = 0
error_reporting = 32767
error_log = /path/to/logfile/ojs/er…
Hi @AlexHall ,
If you’re still getting the message The "exec" PHP function has been disabled on your server, then I don’t think your sysadmin has correctly enabled it. You can see the line of code that generates this message:
if (in_array('exec', explode(',', ini_get('disable_functions'))))
throw new Exception('The "exec" PHP function has been disabled on your server. Contact your system adminstrator to enable it.');
You can try this line in your own PHP test script to confirm outside of t…
-Roger
PKP Team
sigue el error de exec, no puedo instalar ningún modulo
This topic was automatically closed after 7 days. New replies are no longer allowed.