Magento upgrade from 2.0.5 to 2.1.0 via Command Line throws LocalizedException error #5779
Labels
bug report
Issue: Cannot Reproduce
Cannot reproduce the issue on the latest `2.4-develop` branch
Issue: Format is not valid
Gate 1 Failed. Automatic verification of issue format is failed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Hi Magento,
Faced issue while upgrading from 2.0.5 to 2.1.0. Raised this as a new issue because I feel it is slightly different from the issue #5236
Following are the steps I followed
Step 1: Updated the source via composer and got an error as below
Step 2: I launched the admin side and got an exception report
Below is the exception report I see when I launch the admin side.
I manually changed the
setup_module
table via phpmyadmin which the required data_version.Step 3: Ran the upgrade again
Now the upgrade didnt throw any error.
Step 4: Tried to edit a product from admin side and got an exception report
The exception report shows as below.
Step 5: Applied the hack suggested in #5236
I referred the issue #5236 and changed the ConfigurablePrice.php as below
Step 6: Tried to edit the product again via back-end
Now I am getting
Class Magento\Catalog\Model\Product\Attribute\Backend\Media does not exist
directly on the browser. Also a blank page shows when saving a customerThe text was updated successfully, but these errors were encountered: