-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Magento 2 certain version compatibility changes within days #1040
Comments
System requirements weren't changed; can you clarify where you saw the PHP version originally? You say "suddenly" you see a different PHP version than you saw "the day you installed it". I'm not sure where the discrepancy is coming from. Thanks! |
When I installed the magento 2.1.3 version the CLI commands were working
fine and that time I had the same PHP version I'm having now. Since today
morning I am getting warnings while executing CLI commands for mcrypt
functions. From where all these warnings are coming suddenly?
With Best Regards
Anujeet Kaur
…On 15 Feb 2017 7:40 p.m., "Steve Johnson" ***@***.***> wrote:
System requirements weren't changed; can you clarify where you saw the PHP
version originally? You say "suddenly" you see a different PHP version than
you saw "the day you installed it". I'm not sure where the discrepancy is
coming from. Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR1mF1sktrPVOvLZ-rp8c2km523hm4trks5rcwdigaJpZM4MBUO6>
.
|
Please provide these details:
Thanks |
My PHP version is 7.1.1
Magento 2.1.3
And the error is in whole Magento/framework....Crypt.PHP file for all
mcrypt/mdecrypt functions
With Best Regards
Anujeet Kaur
…On 15 Feb 2017 10:10 p.m., "Steve Johnson" ***@***.***> wrote:
Please provide these details:
- PHP version (do you have more than one installed?)
- Error message text
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR1mF-EH7VvZKAl52N5nZtFVnlXm6Y9Wks5rcyqbgaJpZM4MBUO6>
.
|
The errors are for depreciated functions
With Best Regards
Anujeet Kaur
On 15 Feb 2017 10:14 p.m., "Anujeet kaur Pahuja" <[email protected]>
wrote:
… My PHP version is 7.1.1
Magento 2.1.3
And the error is in whole Magento/framework....Crypt.PHP file for all
mcrypt/mdecrypt functions
With Best Regards
Anujeet Kaur
On 15 Feb 2017 10:10 p.m., "Steve Johnson" ***@***.***>
wrote:
> Please provide these details:
>
> - PHP version (do you have more than one installed?)
> - Error message text
>
> Thanks
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1040 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AR1mF-EH7VvZKAl52N5nZtFVnlXm6Y9Wks5rcyqbgaJpZM4MBUO6>
> .
>
|
Magento does not support PHP 7.1. Did the system requirements page confuse you on that point? We're considering changing that page. I apologize for the confusion it caused. |
Which PHP versions can support my current Magento and later versions?
With Best Regards
Anujeet Kaur
…On 15 Feb 2017 10:16 p.m., "Steve Johnson" ***@***.***> wrote:
Magento does not support PHP 7.1. Did the system requirements page confuse
you on that point?
We're considering changing that page. I apologize for the confusion it
caused.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR1mF7LRuDiv5a6pTLfXrKOOcdGiImsUks5rcyv3gaJpZM4MBUO6>
.
|
Assuming you want to stay with PHP 7: All 2.1.x versions support: 7.0.2, 7.0.6–7.0.x Not supported by any 2.1.x version: PHP 7.1 |
Even though PHP 7.1 is not supported, I suggest you raise an issue in the Magento 2 GitHub because it doesn't seem like you should have been able to install Magento in the first place. |
And can you please explain why I'm getting the warnings from today?
Will skippings warnings for depreciated functions cn solve the issue once
or the compatibilty issue may cause other problems in the future as well?
With Best Regards
Anujeet Kaur
…On 15 Feb 2017 10:21 p.m., "Steve Johnson" ***@***.***> wrote:
Assuming you want to stay with PHP 7:
All 2.1.x versions support: 7.0.2, 7.0.6–7.0.x
*Not* supported by any 2.1.x version:
PHP 7.1
PHP 5.5
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR1mF7pFZ4L6pqfOqxy34BpuKnrPOlrYks5rcy0fgaJpZM4MBUO6>
.
|
Thanks if I will override the file in which I'm gettings errrors with my
own custom file and use replacements for depreciated functions. Will it
work?
With Best Regards
Anujeet Kaur
…On 15 Feb 2017 10:27 p.m., "Steve Johnson" ***@***.***> wrote:
PHP documentation <http://php.net/manual/en/migration71.deprecated.php>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR1mF7Q4qifij9bwnaHK1TO1nnC7JuP2ks5rcy6KgaJpZM4MBUO6>
.
|
I'm not sure, I'm sorry. You can ask this on stackexchange or the Magento 2 GitHub. |
Hi again, @anujeetphj,
This happened because of PHP configuration change on your side as explained here.
Skipping warnings in general cannot cause any troubles by itself. In particular, deprecated Note that there are other backward incompatible changes between PHP 7.0 and 7.1 which may cause malfunction of your Magento instance in some scenarios. So, you may use PHP 7.1 with some tweaks like Hope it makes situation completely clear to you. |
Thanks @orlangur !! |
No comments or info for >14 days, closing. Feel free to open another issue if there's something we can help you with. |
Feedback on page: /guides/v2.1/install-gde/system-requirements-tech.html
I'm using Magento 2.1.3 version . My reason to choose the latest version was to have all the patches to the issues fixed till now. But it's been just a month that I've started using this in my project suddenly on the requirements page I see that that my Magento version requires different php version though it ws not mentioned on the day I installed it!
Don't you think you should resolve issues other than giving a list of supported versions that even changes within days.
Completely dissatisfied with Magento 2.1
The text was updated successfully, but these errors were encountered: