Can't install Spacenook UNA 13.1.0
Hi all,
I'm stuck at server requirements page:
=========
Your hosting doesn't meet minimal requirements:
- disable_functions = exec,passthru,shell_exec,system - FAIL (must be without shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,popen)
=========
Requirements
PHP:
- version = 8.1.26 - OK
- allow_url_fopen = On - OK
- allow_url_include = Off - OK
- magic_quotes_gpc = Off - OK
- memory_limit = 134217728 - OK
- post_max_size = 157286400 - OK
- upload_max_filesize = 157286400 - OK
- register_globals = Off - OK
- safe_mode = Off - OK
- disable_functions = exec,passthru,shell_exec,system - FAIL (must be without shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,popen)
- php module: curl = curl - OK
- php module: gd = gd - OK
- php module: mbstring = mbstring - OK
- php module: json = json - OK
- php module: fileinfo = fileinfo - OK
- php module: zip = zip - OK
- php module: openssl = openssl - OK
- php module: exif = exif - OK
=========
I have none of these installed:
- disable_functions = exec,passthru,shell_exec,system - FAIL (must be without shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,popen)
Why does it say I do when I don't have them installed?
What is wrong?
Regards,
Harvliet
-
- · Rocco
- ·
Hello do you selfhosted? You need to edit php config in 3 way by one way)
-
Yes, I have a dedicated server
-
What do I need to edit?
-
Edit php.ini disable_functions = exec,passthru,shell_exec,system
Restart whole server or php then webserver)
-
I will try that
-
Ask me if you need help.
-
I edited php.ini, restarted my server but still FAIL disable_functions = exec,passthru,shell_exec,system
-
Maybe you have two php version on server. Look better phpinfo. Than choose preferences.
-
As you can see here https://wheelchair-friendly.com/check_functions.php they are disabled
-
Try off shell_exec,eval,assert,phpinfo,getenv,ini_set,fsockopen,chmod,parse_ini_file,readfile,escapeshellcmd,fput,popen
-
Still not working
-
Wow, may i look. Or try install php 8.2
-
Check pm
-
-
·
LeonidS
- ·
UPDATE: on the provided URL everything is fine now
-
·
LeonidS
-
- · Mayki
- ·
@Harvliet Dalgety be careful, you left installation opened to everyone... If I change:
"https://wheelchair-friendly.com/install/index.php?action=audit" to:
"https://wheelchair-friendly.com/install/"..... I can start to install UNA to your server...