|
by Ice Cream Jonsey 09/09/2019, 5:57am PDT |
|
 |
|
 |
|
This page is saying a fix to stop the error from being printed is to do this:
1. Create php.ini file inside your public_html folder, OR the folder in which you have installed your script, and paste the following code into it:
disable_functions = allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system
2. Open .htaccess file inside your public_html folder and append the following line:
suPHP_ConfigPath /home/username/public_html/
Does it seem like that would correct the printing of this to the logs? Are there any side effects?
ICJ |
|
 |
|
 |
|
|
|