Extension Version Update

Prepare before update

– We recommend you to duplicate your live store on a development store and try update Ves Megamenu version on it in advance. – Backup database of your site: Go to admin > System > Backup > Click on button “Backup Database”, input file name and submit it. – Backup your modified files of the theme and extensions: app/code/Ves/ – Disable all cache related section that you have in your magento.

Update Theme Files

Update to the last version of extension file

Step 1: – Download latest extension package on our site https://landofcoder.com/ . Then decompress the package on your PC, you will get there files:

Ves_Testimonial_Sample.zip

magento 2.1.x/Ves_Testimonial_v2.1.0.zip

magento 2.0.x/Ves_Testimonial_v2.0.0.zip

Step 2: – Upload the file Module File/magento 2.0.x/Ves_Testimonial_v2.0.0.zip which you just decompressed into the webroot folder on your site (it will override the app/ folder in your site).

Step 4: – Open SSH Terminal of your site, then run there commands:

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:static-content:deploy

php bin/magento cache:clean

Important!

Sometimes your site is broken, after running this command, it’s because of you ran this command with the incorrect user. If your site was broken, it’s very important to set the file’s permissions and ownership correctly, after run this command line. You can refer this command shown -R : Typical examples:

chown -R apache:apache /your_webroot_path
chown -R www-data:www-data /your_webroot_path

And also please refer this, http://devdocs.magento.com/guides/v2.0/install-gde/prereq/integrator_install.html#perms-over

Last updated