Hello,
I just updated using from v10 to v11, but i got a lot of errors:
In my homepage, it no longer show product image
When I tried to set my desktop icon, it shows below error:
When i tried to run Profit & Loss and Balance Sheet, it shows below error (I already closed 2018 period)
In many transactions, like in CRM, items, invoice,…etc, it appears error screen as below:
Thanks,
Sopheak
trentmu
February 8, 2019, 1:08pm
#2
You might need to migrate the DB
bench migrate
I already did bench migrate
but it’s still not resolve.
trentmu
February 10, 2019, 7:31pm
#4
I haven’t much experience with v11, but I would recommend running the update again after the migrate, and see if that helps. So… (after you have taken backups…)
bench migrate
bench update --reset
1 Like
Thanks @trentmu , after i did migrate, reset and update, the issue still exist the same.
Hi @trentmu , after follow your solutions on another post with these steps:
sudo rm -f /etc/apt/sources.list.d/yarn.list
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
apt install yarn -y
apt install nodejs -y
#1- Test the install:
node -v && npm -v
Everything now resolved and work perfectly after bench update.
Thank you,
Sopheak