Fatal error while trying to access SSL settings
-
Hello everyone !
I’m getting a fatal error every time I try to access the settings page for ReallySimpleSSL from the wordpress admin panel.
I looked into the FAQ and documentation but nothing seems to match my issue, sorry if I missed a relevant article.
I turned debug mode on and the error I’m getting is as follows :
Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function ‘function_exists’, because its argument ‘$function_name’ content (shell_exec) matched a rule in /home/alterjus/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php on line 652
If that can help, here is the content of lines 652 and 653 :
if ( function_exists('shell_exec') || function_exists('system') || function_exists('passthru') || function_exists('exec') ) { return true;Thanks in advance for the help !
Edit : I should probably mention that otherwise, the plugin works perfectly well. We installed it and configured it a while ago, and there’s been some wordpress and Really Simple SSL updates since then.
The topic ‘Fatal error while trying to access SSL settings’ is closed to new replies.