- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0
you probably have multiple php versions running?
also open_basedir has some restrictions
MagenX - Magento and Server optimization
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0 - Your PHP version is . The required PHP version is .
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0 - Your PHP version is . The required PHP version is .
You forgot the "," at first line!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0 - Your PHP version is . The required PHP version is .
Thanks for this solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0 - Your PHP version is . The required PHP version is .
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0 - Your PHP version is . The required PHP version is .
Same here,
worked for first installation, but then stop working for enabling modules.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Install 2.1.0 - Your PHP version is . The required PHP version is .
Thanks! This is perfect!