- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Started today to update my magento from 2.2.2 to 2.2.3 from magento updater!
Now it's stuck and console says : Magento is not installed.
Any thoughts?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just reinstalled magento and everything is fixed!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error
You just need to simple way to upgrade your magento 2 version using CLI,
Just Go to your root path using SSH in your project at server,
Run below command,
composer require magento/product-community-edition 2.2.3 --no-update
composer update
After completed above command just run below command to see your changes,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento cache:flush
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error
Sadly this did not resolve the issue!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error
What exact error are you getting while upgrading through command line ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error
The error that i get is at reindexing
Notice: Undefined index: PK_CUSTOMER_ENTITY in /home/george/Shared/htdocs/Magento/vendor/magento/module-eav/Model/Entity/AbstractEntity.php on line 737
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error
Im having same issue with upgrade from 2.3.0 to 2.3.2