Hi,
I'm trying to install 2.1.0 in a server with php 5.6.21 but it gives me the following error.
Thank you in advance
Your PHP version is . The required PHP version is . Hide detail
Download and install PHP from www.php.net using this PHP Documentation.
For additional assistance, contact your hosting provider.
Your PHP settings are correct.
Need Help?
PHP Extension Helpmissing PHP extensions. Hide detail
The best way to resolve this is to install the correct missing extensions. The exact fix depends on our server, your host, and other system variables.
Our PHP extension help can get you started.
For additional assistance, contact your hosting provider.
Solved! Go to Solution.
Hi,
It was SSL reason. In Magento 2.1.0 in default uses ssl. I'm not using ssl and the error arises. I just edit the config section of composer.json file in the root of magento and added the following line and every thing is OK. Thanks to tikosar
"disable-tls": true
you probably have multiple php versions running?
also open_basedir has some restrictions
Hi
Thank you for replying. I run the <? phpinfo(); ?> code and the php info shows the php version 5.6.24
The site is hosted on a shared server how can I find out if they are using multiple version?
Thanks
Hi,
It was SSL reason. In Magento 2.1.0 in default uses ssl. I'm not using ssl and the error arises. I just edit the config section of composer.json file in the root of magento and added the following line and every thing is OK. Thanks to tikosar
"disable-tls": true
Hello, specifically that part of the file you put esta Line? I do it because I still have problems:
"config": {
"use-include-path": true
"disable-tls":true (LINE 50)
},
Cannot determine required PHP extensions: "/home/cophogar/public_html/composer.json" does not contain valid JSON Parse error on line 50: ... "disable-tls":true. "repositories" ----------------------^ Expected one of: 'EOF', '}', ',', ']'
Thanks
You forgot the "," at first line!
Thanks for this solution!
Thank you for this solution and it works but when i start a extension install, i've the same problem.. Can anybody help me ?
Greetings
Same here,
worked for first installation, but then stop working for enabling modules.
Thanks! This is perfect!