magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.48k stars 9.29k forks source link

2.1.7 Update issue #10042

Closed terrybakshi closed 7 years ago

terrybakshi commented 7 years ago

Having a really stupid problem when updating magento 2.1.6 to 2.1.7 its asking for Php xdebug extension to be installed, well xdebug should be installed on development site only not on live or production site and my website is live if i install xdebug on my live site it can cause security and performance issue on my server which is not acceptable, so this is really stupid requirement for magento, does anyone know how to possible get rid of this issue and update magento 2.1.7

rvkvino commented 7 years ago

image When I upgrade magento 2.1.6 to 2.1.7 showing the error like attached file. Having issue on showing product images in front page in 2.1.6

veloraven commented 7 years ago

@terrybakshi thank you for your feedback. If you want to report an issue please format this issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result. Please, also identify which version of Magento you are running. If you are looking for some advice or discussion please refer to the Community Forums or the Magento Stack Exchange site as GitHub issue tracker is intended for technical issues only.

veloraven commented 7 years ago

According to contributor guide, tickets without response for two weeks should be closed. If this issue still reproducible please feel free to create the new one: format new issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result and specify Magento version.

SyedMuneebb commented 7 years ago

You can easily upgrade your store to Magento 2.1.7. Go to the root directory and run the following commands:

omposer require magento/product-community-edition 2.1.7 --no-update
composer update
rm -rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
php bin/magento cache:flush

Here's a full guide: Update Magento 2