- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
magento 2.0.2 upgrade to 2.0.x on windows server
hi all, anyone know how i could upgrade from 2.0.2 -> 2.0.3 ?
all the doco onlines says to use a cron job, but don't believe a windows server has cron
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
i got to the point of putting in my public and private keys but get
SSL certificate problem: unable to get local issuer certificate when i tried to save the keys
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.is 0.2 upgrade to 2.0.3 on windows server
Is Curl enabled in your PHP?
Attach these to your config:
https://curl.haxx.se/docs/caextract.html
And in your ini:
Change: ; curl.cainfo = Change To: curl.cainfo = "C:\PHP\Extras\SSL\cacert.pem"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
How to fix the «SSL certificate problem: unable to get local issuer certificate» issue while signing into a Magento Marketplace account on the backend Component Manager screen? https://mage2.pro/t/986
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
thanks for that guys
now that when i try to do the upgrade, i get the following...
i'm using xampp, and not sure how to go about this
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
Magento 2.0.3 has problems: https://community.magento.com/t5/Version-Upgrades-for-2-x/Correctly-update-v2-0-2-to-v2-0-3-BUT-Don-...
Use 2.0.4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
But Dmitry, you never address the question of cron jobs on Windows. More to the point, is it even possible to use the System Upgrade Utility on a LAMP stack?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: magento 2.0.2 upgrade to 2.0.3 on windows server
i should also mention that i have
Apache Version Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.6.12
so unsure why it even fails the php version check